Uses of Class
io.trino.sql.tree.TableFunctionArgument
-
Packages that use TableFunctionArgument Package Description io.trino.sql.tree -
-
Uses of TableFunctionArgument in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type TableFunctionArgument Modifier and Type Method Description List<TableFunctionArgument>TableFunctionInvocation. getArguments()Methods in io.trino.sql.tree with parameters of type TableFunctionArgument Modifier and Type Method Description protected RAstVisitor. visitTableFunctionArgument(TableFunctionArgument node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type TableFunctionArgument Constructor Description TableFunctionInvocation(NodeLocation location, QualifiedName name, List<TableFunctionArgument> arguments, List<List<QualifiedName>> copartitioning)
-