OmniSciDB
a5dc49c757
|
#include <ParserNode.h>
Public Member Functions | |
ShardKeyDef (const std::string &column) | |
const std::string & | get_column () const |
Public Member Functions inherited from Parser::Node | |
virtual | ~Node () |
Private Attributes | |
const std::string | column_ |
Definition at line 947 of file ParserNode.h.
|
inline |
Definition at line 949 of file ParserNode.h.
|
inline |
Definition at line 951 of file ParserNode.h.
References column_.
Referenced by Parser::anonymous_namespace{ParserNode.cpp}::serialize_key_metainfo().
|
private |
Definition at line 954 of file ParserNode.h.
Referenced by get_column().