Uses of Class
io.trino.sql.tree.TableFunctionArgument
Packages that use TableFunctionArgument
-
Uses of TableFunctionArgument in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type TableFunctionArgumentMethods in io.trino.sql.tree with parameters of type TableFunctionArgumentModifier and TypeMethodDescriptionprotected RAstVisitor.visitTableFunctionArgument(TableFunctionArgument node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type TableFunctionArgumentModifierConstructorDescriptionTableFunctionInvocation(NodeLocation location, QualifiedName name, List<TableFunctionArgument> arguments, List<List<QualifiedName>> copartitioning)