Uses of Class
io.prestosql.sql.tree.TimestampLiteral
-
Packages that use TimestampLiteral Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of TimestampLiteral in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type TimestampLiteral Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitTimestampLiteral(TimestampLiteral node, java.lang.Void context) -
Uses of TimestampLiteral in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree with parameters of type TimestampLiteral Modifier and Type Method Description protected RAstVisitor. visitTimestampLiteral(TimestampLiteral node, C context)
-