OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Parser::OperExpr Member List

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 overrideParser::OperExprvirtual
get_left() const Parser::OperExprinline
get_optype() const Parser::OperExprinline
get_right() const Parser::OperExprinline
left_Parser::OperExprprivate
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::OperExprstatic
OperExpr(SQLOps t, Expr *l, Expr *r)Parser::OperExprinline
OperExpr(SQLOps t, SQLQualifier q, Expr *l, Expr *r)Parser::OperExprinline
opqualifier_Parser::OperExprprivate
optype_Parser::OperExprprivate
right_Parser::OperExprprivate
TLIST_COPY enum valueParser::Expr
TLIST_NONE enum valueParser::Expr
TLIST_REF enum valueParser::Expr
TlistRefType enum nameParser::Expr
to_string() const overrideParser::OperExprvirtual
~Node()Parser::Nodeinlinevirtual