#include <SchemaMetaData.h>
◆ add_projection()
void Parser::SchemaMetaData::add_projection |
( |
Projection |
projection | ) |
|
|
inline |
◆ add_table()
void Parser::SchemaMetaData::add_table |
( |
Table |
table | ) |
|
|
inline |
◆ get_projection()
◆ get_projections()
vector<Projection>& Parser::SchemaMetaData::get_projections |
( |
| ) |
|
|
inline |
◆ get_table()
Parser::Table & Parser::SchemaMetaData::get_table |
( |
string |
table_name | ) |
|
◆ get_tables()
vector<Table>& Parser::SchemaMetaData::get_tables |
( |
| ) |
|
|
inline |
◆ projection_map
unordered_map<string, int> Parser::SchemaMetaData::projection_map |
|
private |
◆ projections
vector<Projection> Parser::SchemaMetaData::projections |
|
private |
◆ table_map
unordered_map<string, int> Parser::SchemaMetaData::table_map |
|
private |
◆ tables
vector<Table> Parser::SchemaMetaData::tables |
|
private |
The documentation for this class was generated from the following files: