Class ExternalModifyOperation
java.lang.Object
org.apache.flink.table.operations.ExternalModifyOperation
- All Implemented Interfaces:
ModifyOperation,Operation
Internal operation used to convert a
Table into a DataStream.-
Constructor Summary
ConstructorsConstructorDescriptionExternalModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, org.apache.flink.table.connector.ChangelogMode changelogMode, org.apache.flink.table.types.DataType physicalDataType) -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ModifyOperationVisitor<T> visitor) Returns a string that summarizes this operation for printing to a console.Optional<org.apache.flink.table.connector.ChangelogMode>getChild()org.apache.flink.table.types.DataType
-
Constructor Details
-
ExternalModifyOperation
public ExternalModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, @Nullable org.apache.flink.table.connector.ChangelogMode changelogMode, org.apache.flink.table.types.DataType physicalDataType)
-
-
Method Details
-
getContextResolvedTable
-
getChild
- Specified by:
getChildin interfaceModifyOperation
-
getPhysicalDataType
public org.apache.flink.table.types.DataType getPhysicalDataType() -
getChangelogMode
-
accept
- Specified by:
acceptin interfaceModifyOperation
-
asSummaryString
Description copied from interface:OperationReturns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.- Specified by:
asSummaryStringin interfaceOperation- Returns:
- summary string of this operation for debugging purposes
-