Column Store
Parser::Projection Member List

This is the complete list of members for Parser::Projection, including all inherited members.

add_column(std::string name, std::string table, std::string column_name, std::string encoding, DataType data_type)Parser::Projection
add_join_index(std::string from, std::string other_projection, std::string to)Parser::Projection
add_join_table(std::string from, std::string table, std::string to)Parser::Projection
base_tableParser::Projectionprivate
column_mapParser::Projectionprivate
columnsParser::Projectionprivate
get_base_table()Parser::Projectioninline
get_column(std::string name)Parser::Projectioninline
get_columns()Parser::Projectioninline
get_join_indexes()Parser::Projectioninline
get_join_tables()Parser::Projectioninline
get_metadata()Parser::Projectioninline
get_metadata_columns()Parser::Projectioninline
get_projection_name()Parser::Projectioninline
get_sort_key()Parser::Projectioninline
join_indexesParser::Projectionprivate
join_tablesParser::Projectionprivate
operator[](int i)Parser::Projectioninline
operator[](std::string name)Parser::Projectioninline
projection_nameParser::Projectionprivate
set_base_table(std::string base_tab)Parser::Projectioninline
set_projection_name(std::string projection_n)Parser::Projectioninline
set_sort_key(std::string sk)Parser::Projectioninline
sort_keyParser::Projectionprivate