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