Uses of Class
io.trino.sql.tree.CallArgument
Packages that use CallArgument
-
Uses of CallArgument in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type CallArgumentMethods in io.trino.sql.tree with parameters of type CallArgumentModifier and TypeMethodDescriptionprotected RAstVisitor.visitCallArgument(CallArgument node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type CallArgumentModifierConstructorDescriptionCall(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)