Class TableColumn.PhysicalColumn

java.lang.Object
org.apache.flink.table.legacy.api.TableColumn
org.apache.flink.table.legacy.api.TableColumn.PhysicalColumn
Enclosing class:
TableColumn

@Internal public static class TableColumn.PhysicalColumn extends TableColumn
Representation of a physical column.
  • Method Details

    • isPhysical

      public boolean isPhysical()
      Description copied from class: TableColumn
      Returns whether the given column is a physical column of a table; neither computed nor metadata.
      Specified by:
      isPhysical in class TableColumn
    • isPersisted

      public boolean isPersisted()
      Description copied from class: TableColumn
      Returns whether the given column is persisted in a sink operation.
      Specified by:
      isPersisted in class TableColumn
    • explainExtras

      public Optional<String> explainExtras()
      Description copied from class: TableColumn
      Returns an explanation of specific column extras next to name and type.
      Specified by:
      explainExtras in class TableColumn