Uses of Class
io.prestosql.sql.tree.CallArgument
-
Packages that use CallArgument Package Description io.prestosql.sql.tree -
-
Uses of CallArgument in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree that return types with arguments of type CallArgument Modifier and Type Method Description java.util.List<CallArgument>Call. getArguments()Methods in io.prestosql.sql.tree with parameters of type CallArgument Modifier and Type Method Description protected RAstVisitor. visitCallArgument(CallArgument node, C context)Constructor parameters in io.prestosql.sql.tree with type arguments of type CallArgument Constructor Description Call(NodeLocation location, QualifiedName name, java.util.List<CallArgument> arguments)Call(QualifiedName name, java.util.List<CallArgument> arguments)Call(java.util.Optional<NodeLocation> location, QualifiedName name, java.util.List<CallArgument> arguments)
-