OmniSciDB
a5dc49c757
|
This is the complete list of members for Parser::OperExpr, including all inherited members.
analyze(const Catalog_Namespace::Catalog &catalog, Analyzer::Query &query, TlistRefType allow_tlist_ref=TLIST_NONE) const override | Parser::OperExpr | virtual |
get_left() const | Parser::OperExpr | inline |
get_optype() const | Parser::OperExpr | inline |
get_right() const | Parser::OperExpr | inline |
left_ | Parser::OperExpr | private |
normalize(const SQLOps optype, const SQLQualifier qual, std::shared_ptr< Analyzer::Expr > left_expr, std::shared_ptr< Analyzer::Expr > right_expr, const Executor *executor=nullptr) | Parser::OperExpr | static |
OperExpr(SQLOps t, Expr *l, Expr *r) | Parser::OperExpr | inline |
OperExpr(SQLOps t, SQLQualifier q, Expr *l, Expr *r) | Parser::OperExpr | inline |
opqualifier_ | Parser::OperExpr | private |
optype_ | Parser::OperExpr | private |
right_ | Parser::OperExpr | private |
TLIST_COPY enum value | Parser::Expr | |
TLIST_NONE enum value | Parser::Expr | |
TLIST_REF enum value | Parser::Expr | |
TlistRefType enum name | Parser::Expr | |
to_string() const override | Parser::OperExpr | virtual |
~Node() | Parser::Node | inlinevirtual |