|
RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
|
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. | |
Serializable identity of a memoized query node.
Definition at line 58 of file graphdata.hpp.
| 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.
| 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.