Class Argument
java.lang.Object
io.trino.spi.function.table.Argument
- Direct Known Subclasses:
DescriptorArgument,ScalarArgument,TableArgument
This class represents the three types of arguments passed to a Table Function:
scalar arguments, descriptor arguments, and table arguments.
This representation should be considered experimental. Eventually, ConnectorExpression
should be extended to include the Table Function arguments.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Argument
public Argument()
-