Class ReturnTypeSpecification.GenericTable

java.lang.Object
io.trino.spi.function.table.ReturnTypeSpecification
io.trino.spi.function.table.ReturnTypeSpecification.GenericTable
Enclosing class:
ReturnTypeSpecification

public static class ReturnTypeSpecification.GenericTable extends ReturnTypeSpecification
The proper columns of the table function are not known at function declaration time. They must be determined at query analysis time based on the actual call arguments.