Class Parser::IntLiteral

class IntLiteral : public Parser::Literal

Public Functions

IntLiteral(int64_t i)
int64_t get_intval() 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

Public Static Functions

std::shared_ptr<Analyzer::Expr> analyzeValue(const int64_t intval)

Private Members

int64_t intval_