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