OmniSciDB
a5dc49c757
|
#include <ParserNode.h>
Public Member Functions | |
DoubleLiteral (double d) | |
double | get_doubleval () 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::Node | |
virtual | ~Node () |
Private Attributes | |
double | doubleval_ |
Additional Inherited Members | |
Public Types inherited from Parser::Expr | |
enum | TlistRefType { TLIST_NONE, TLIST_REF, TLIST_COPY } |
Definition at line 215 of file ParserNode.h.
|
inlineexplicit |
Definition at line 217 of file ParserNode.h.
|
overridevirtual |
Implements Parser::Literal.
Definition at line 211 of file ParserNode.cpp.
References Datum::doubleval, and kDOUBLE.
|
inline |
Definition at line 218 of file ParserNode.h.
References doubleval_.
Referenced by Parser::CreateModelStmt::parse_model_options().
|
inlineoverridevirtual |
|
private |
Definition at line 228 of file ParserNode.h.
Referenced by get_doubleval(), and to_string().