Class Argument

java.lang.Object
io.trino.spi.function.table.Argument
Direct Known Subclasses:
DescriptorArgument, ScalarArgument, TableArgument

@Experimental(eta="2022-10-31") public abstract class Argument extends Object
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 Details

    • Argument

      public Argument()