Class TableColumn.MetadataColumn

  • Enclosing class:
    TableColumn

    @Internal
    public static class TableColumn.MetadataColumn
    extends TableColumn
    Representation of a metadata column.
    • Method Detail

      • isVirtual

        public boolean isVirtual()
      • 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