OmniSciDB
a5dc49c757
|
#include <ParserNode.h>
Public Member Functions | |
SharedDictionaryDef (const std::string &column, const std::string &foreign_table, const std::string foreign_column) | |
const std::string & | get_column () const |
const std::string & | get_foreign_table () const |
const std::string & | get_foreign_column () const |
Public Member Functions inherited from Parser::Node | |
virtual | ~Node () |
Private Attributes | |
const std::string | column_ |
const std::string | foreign_table_ |
const std::string | foreign_column_ |
Definition at line 924 of file ParserNode.h.
|
inline |
Definition at line 926 of file ParserNode.h.
|
inline |
Definition at line 931 of file ParserNode.h.
References column_.
Referenced by compress_reference_path(), validate_shared_dictionary(), and validate_shared_dictionary_order().
|
inline |
Definition at line 935 of file ParserNode.h.
References foreign_column_.
Referenced by compress_reference_path(), Catalog_Namespace::anonymous_namespace{Catalog.cpp}::get_foreign_col(), validate_shared_dictionary(), and validate_shared_dictionary_order().
|
inline |
Definition at line 933 of file ParserNode.h.
References foreign_table_.
Referenced by compress_reference_path(), Catalog_Namespace::anonymous_namespace{Catalog.cpp}::get_foreign_col(), validate_shared_dictionary(), and validate_shared_dictionary_order().
|
private |
Definition at line 938 of file ParserNode.h.
Referenced by get_column().
|
private |
Definition at line 940 of file ParserNode.h.
Referenced by get_foreign_column().
|
private |
Definition at line 939 of file ParserNode.h.
Referenced by get_foreign_table().