Class ReturnTypeSpecification

java.lang.Object
io.trino.spi.function.table.ReturnTypeSpecification
Direct Known Subclasses:
ReturnTypeSpecification.DescribedTable, ReturnTypeSpecification.GenericTable, ReturnTypeSpecification.OnlyPassThrough

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

    • ReturnTypeSpecification

      public ReturnTypeSpecification()