Class CreateMaterializedTableOperation

java.lang.Object
org.apache.flink.table.operations.materializedtable.CreateMaterializedTableOperation
All Implemented Interfaces:
CreateOperation, ExecutableOperation, MaterializedTableOperation, Operation

@Internal public class CreateMaterializedTableOperation extends Object implements CreateOperation, MaterializedTableOperation
Operation to describe a CREATE MATERIALIZED TABLE statement.
  • Constructor Details

    • CreateMaterializedTableOperation

      public CreateMaterializedTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, org.apache.flink.table.catalog.ResolvedCatalogMaterializedTable materializedTable)
  • Method Details

    • execute

      Description copied from interface: ExecutableOperation
      Executes the given operation and return the execution result.
      Specified by:
      execute in interface ExecutableOperation
      Parameters:
      ctx - the context to execute the operation.
      Returns:
      the content of the execution result.
      See Also:
    • getTableIdentifier

      public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
    • getCatalogMaterializedTable

      public org.apache.flink.table.catalog.CatalogMaterializedTable getCatalogMaterializedTable()
    • 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.
      Specified by:
      asSummaryString in interface Operation
      Returns:
      summary string of this operation for debugging purposes