OmniSciDB
a5dc49c757
|
#include <ParserNode.h>
Public Member Functions | |
InSubquery (bool n, Expr *a, SubqueryExpr *q) | |
const SubqueryExpr * | get_subquery () const |
std::shared_ptr< Analyzer::Expr > | analyze (const Catalog_Namespace::Catalog &catalog, Analyzer::Query &query, TlistRefType allow_tlist_ref=TLIST_NONE) const override |
std::string | to_string () const override |
Public Member Functions inherited from Parser::InExpr | |
InExpr (bool n, Expr *a) | |
bool | get_is_not () const |
const Expr * | get_arg () const |
Public Member Functions inherited from Parser::Node | |
virtual | ~Node () |
Private Attributes | |
std::unique_ptr< SubqueryExpr > | subquery_ |
Additional Inherited Members | |
Public Types inherited from Parser::Expr | |
enum | TlistRefType { TLIST_NONE, TLIST_REF, TLIST_COPY } |
Protected Attributes inherited from Parser::InExpr | |
bool | is_not_ |
std::unique_ptr< Expr > | arg_ |
Definition at line 385 of file ParserNode.h.
|
inline |
Definition at line 387 of file ParserNode.h.
|
overridevirtual |
Implements Parser::InExpr.
Definition at line 526 of file ParserNode.cpp.
|
inline |
|
overridevirtual |
Reimplemented from Parser::InExpr.
Definition at line 2207 of file ParserNode.cpp.
References to_string().
|
private |
Definition at line 396 of file ParserNode.h.
Referenced by get_subquery().