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