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