Class TableArgument

java.lang.Object
io.trino.spi.function.table.Argument
io.trino.spi.function.table.TableArgument

@Experimental(eta="2022-10-31") public class TableArgument extends Argument
This class represents the table argument passed to a Table Function.

This representation should be considered experimental. Eventually, ConnectorExpression should be extended to include this kind of argument.