OmniSciDB
c1a53651b2
|
#include <ParserNode.h>
Public Member Functions | |
ShardKeyDef (const std::string &column) | |
const std::string & | get_column () const |
![]() | |
virtual | ~Node () |
Private Attributes | |
const std::string | column_ |
Definition at line 946 of file ParserNode.h.
|
inline |
Definition at line 948 of file ParserNode.h.
|
inline |
Definition at line 950 of file ParserNode.h.
References column_.
Referenced by Parser::anonymous_namespace{ParserNode.cpp}::serialize_key_metainfo().
|
private |
Definition at line 953 of file ParserNode.h.
Referenced by get_column().