Class ReturnTypeSpecification
java.lang.Object
io.trino.spi.function.table.ReturnTypeSpecification
- Direct Known Subclasses:
ReturnTypeSpecification.DescribedTable,ReturnTypeSpecification.GenericTable,ReturnTypeSpecification.OnlyPassThrough
The return type declaration refers to the proper columns of the table function.
These are the columns produced by the table function as opposed to the columns
of input relations passed through by the table function.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe proper columns of the table function are known at function declaration time.static classThe proper columns of the table function are not known at function declaration time.static classThe table function has no proper columns. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReturnTypeSpecification
public ReturnTypeSpecification()
-