Uses of Class
io.trino.sql.tree.CallArgument
-
Packages that use CallArgument Package Description io.trino.sql.tree -
-
Uses of CallArgument in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type CallArgument Modifier and Type Method Description List<CallArgument>Call. getArguments()List<CallArgument>TableExecute. getArguments()Methods in io.trino.sql.tree with parameters of type CallArgument Modifier and Type Method Description protected RAstVisitor. visitCallArgument(CallArgument node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type CallArgument Constructor Description Call(NodeLocation location, QualifiedName name, List<CallArgument> arguments)Call(QualifiedName name, List<CallArgument> arguments)Call(Optional<NodeLocation> location, QualifiedName name, List<CallArgument> arguments)TableExecute(NodeLocation location, Table table, Identifier procedureName, List<CallArgument> arguments, Optional<Expression> where)TableExecute(Table table, Identifier procedureName, List<CallArgument> properties, Optional<Expression> where)
-