Interface ExtensibleTable

    • Method Detail

      • extend

        Table extend​(java.util.List<RelDataTypeField> fields)
        Returns a table that has the row type of this table plus the given fields.
      • getExtendedColumnOffset

        int getExtendedColumnOffset()
        Returns the starting offset of the first extended column, which may differ from the field count when the table stores metadata columns that are not counted in the row-type field count.