Class CreateTableASOperation

    • Method Detail

      • getSinkModifyStaticPartitions

        public Map<String,​String> getSinkModifyStaticPartitions()
      • getSinkModifyOverwrite

        public boolean getSinkModifyOverwrite()
      • toStagedSinkModifyOperation

        public StagedSinkModifyOperation toStagedSinkModifyOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                                                     org.apache.flink.table.catalog.ResolvedCatalogTable catalogTable,
                                                                     org.apache.flink.table.catalog.Catalog catalog,
                                                                     org.apache.flink.table.connector.sink.DynamicTableSink dynamicTableSink)
      • 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