Class Parser::TimestampLiteral

class TimestampLiteral : public Parser::Literal

Public Functions

TimestampLiteral()
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> get(const int64_t timestampval)

Private Members

int64_t timestampval_