Class TableColumn.PhysicalColumn

  • Enclosing class:
    TableColumn

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

      • 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