Class TableColumn.ComputedColumn

  • Enclosing class:
    TableColumn

    @Internal
    public static class TableColumn.ComputedColumn
    extends TableColumn
    Representation of a computed 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
      • getExpression

        public String getExpression()