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

All instances of one subquery specification under a parent node. More...

#include <graphdata.hpp>

Public Attributes

tsig m_input_typesig
 Type signature for the subquery input type.
 
tsig m_output_typesig
 Type signature for the subquery output type.
 
std::map< std::vector< std::byte >, subquery_instance_datam_instances
 Instances indexed by serialized subquery input.
 

Detailed Description

All instances of one subquery specification under a parent node.

Definition at line 82 of file graphdata.hpp.

Member Data Documentation

◆ m_input_typesig

tsig rpnx::querygraph::subquery_class_data::m_input_typesig

Type signature for the subquery input type.

Definition at line 85 of file graphdata.hpp.

◆ m_instances

std::map< std::vector< std::byte >, subquery_instance_data > rpnx::querygraph::subquery_class_data::m_instances

Instances indexed by serialized subquery input.

Definition at line 89 of file graphdata.hpp.

◆ m_output_typesig

tsig rpnx::querygraph::subquery_class_data::m_output_typesig

Type signature for the subquery output type.

Definition at line 87 of file graphdata.hpp.


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