OmniSciDB
c1a53651b2
|
#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 |
![]() | |
virtual | ~Node () |
Private Attributes | |
const std::string | column_ |
const std::string | foreign_table_ |
const std::string | foreign_column_ |
Definition at line 923 of file ParserNode.h.
|
inline |
Definition at line 925 of file ParserNode.h.
|
inline |
Definition at line 930 of file ParserNode.h.
References column_.
Referenced by compress_reference_path(), validate_shared_dictionary(), and validate_shared_dictionary_order().
|
inline |
Definition at line 934 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 932 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 937 of file ParserNode.h.
Referenced by get_column().
|
private |
Definition at line 939 of file ParserNode.h.
Referenced by get_foreign_column().
|
private |
Definition at line 938 of file ParserNode.h.
Referenced by get_foreign_table().