RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
Loading...
Searching...
No Matches
rpnx::querygraph::node_reference_data Struct Reference

Serializable identity of a memoized query node. More...

#include <graphdata.hpp>

Public Attributes

std::string m_query_id
 Stable query_id supplied by the query specification.
 
std::vector< std::byte > m_input_data
 Serialized query input that distinguishes the node instance.
 

Detailed Description

Serializable identity of a memoized query node.

Definition at line 58 of file graphdata.hpp.

Member Data Documentation

◆ m_input_data

std::vector< std::byte > rpnx::querygraph::node_reference_data::m_input_data

Serialized query input that distinguishes the node instance.

Definition at line 63 of file graphdata.hpp.

◆ m_query_id

std::string rpnx::querygraph::node_reference_data::m_query_id

Stable query_id supplied by the query specification.

Definition at line 61 of file graphdata.hpp.


The documentation for this struct was generated from the following file: