Uses of Class
io.trino.sql.tree.LongLiteral
Packages that use LongLiteral
-
Uses of LongLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type LongLiteralModifier and TypeMethodDescriptionprotected 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 LongLiteralMethods in io.trino.sql.tree with parameters of type LongLiteralModifier and TypeMethodDescriptionprotected RAstVisitor.visitLongLiteral(LongLiteral node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type LongLiteralModifierConstructorDescriptionRangeQuantifier(NodeLocation location, boolean greedy, Optional<LongLiteral> atLeast, Optional<LongLiteral> atMost)