Package io.trino.spi.function.table
Class ReturnTypeSpecification.GenericTable
java.lang.Object
io.trino.spi.function.table.ReturnTypeSpecification
io.trino.spi.function.table.ReturnTypeSpecification.GenericTable
- Enclosing class:
- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.trino.spi.function.table.ReturnTypeSpecification
ReturnTypeSpecification.DescribedTable, ReturnTypeSpecification.GenericTable, ReturnTypeSpecification.OnlyPassThrough -
Field Summary
Fields -
Method Summary
-
Field Details
-
GENERIC_TABLE
-