Class AlterMaterializedTableAsQueryOperation

    • Constructor Detail

      • AlterMaterializedTableAsQueryOperation

        public AlterMaterializedTableAsQueryOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                                      List<org.apache.flink.table.catalog.TableChange.MaterializedTableChange> tableChanges,
                                                      org.apache.flink.table.catalog.CatalogMaterializedTable newMaterializedTable)
    • Method Detail

      • getTableChanges

        public List<org.apache.flink.table.catalog.TableChange.MaterializedTableChange> getTableChanges()
      • getNewMaterializedTable

        public org.apache.flink.table.catalog.CatalogMaterializedTable getNewMaterializedTable()
      • asSummaryString

        public String asSummaryString()
        Description copied from interface: Operation
        Returns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.
        Returns:
        summary string of this operation for debugging purposes