Uses of Class
io.trino.sql.tree.LongLiteral
-
Packages that use LongLiteral Package Description io.trino.sql io.trino.sql.tree -
-
Uses of LongLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type LongLiteral Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitLongLiteral(LongLiteral node, Void context) -
Uses of LongLiteral in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type LongLiteral Modifier and Type Method Description Optional<LongLiteral>RangeQuantifier. getAtLeast()Optional<LongLiteral>RangeQuantifier. getAtMost()Methods in io.trino.sql.tree with parameters of type LongLiteral Modifier and Type Method Description protected RAstVisitor. visitLongLiteral(LongLiteral node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type LongLiteral Constructor Description RangeQuantifier(boolean greedy, Optional<LongLiteral> atLeast, Optional<LongLiteral> atMost)RangeQuantifier(NodeLocation location, boolean greedy, Optional<LongLiteral> atLeast, Optional<LongLiteral> atMost)
-