Class ReturnTypeSpecification.DescribedTable

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

public static class ReturnTypeSpecification.DescribedTable extends ReturnTypeSpecification
The proper columns of the table function are known at function declaration time. They do not depend on the actual call arguments.
  • Constructor Details

    • DescribedTable

      public DescribedTable(Descriptor descriptor)
  • Method Details

    • getDescriptor

      public Descriptor getDescriptor()