Class Parser::DoubleLiteral

class DoubleLiteral : public Parser::Literal

Public 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
std::string to_string() const

Private Members

double doubleval_