Class ExternalModifyOperation

    • Constructor Detail

      • ExternalModifyOperation

        public ExternalModifyOperation​(ContextResolvedTable contextResolvedTable,
                                       QueryOperation child,
                                       @Nullable
                                       org.apache.flink.table.connector.ChangelogMode changelogMode,
                                       org.apache.flink.table.types.DataType physicalDataType)
    • Method Detail

      • getPhysicalDataType

        public org.apache.flink.table.types.DataType getPhysicalDataType()
      • getChangelogMode

        public Optional<org.apache.flink.table.connector.ChangelogMode> getChangelogMode()
      • 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