@Internal public final class ExternalModifyOperation extends Object implements ModifyOperation
Table
into a DataStream.Constructor and Description |
---|
ExternalModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
org.apache.flink.table.connector.ChangelogMode changelogMode,
org.apache.flink.table.types.DataType physicalDataType) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ModifyOperationVisitor<T> visitor) |
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
Optional<org.apache.flink.table.connector.ChangelogMode> |
getChangelogMode() |
QueryOperation |
getChild() |
ContextResolvedTable |
getContextResolvedTable() |
org.apache.flink.table.types.DataType |
getPhysicalDataType() |
public ExternalModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, @Nullable org.apache.flink.table.connector.ChangelogMode changelogMode, org.apache.flink.table.types.DataType physicalDataType)
public ContextResolvedTable getContextResolvedTable()
public QueryOperation getChild()
getChild
in interface ModifyOperation
public org.apache.flink.table.types.DataType getPhysicalDataType()
public Optional<org.apache.flink.table.connector.ChangelogMode> getChangelogMode()
public <T> T accept(ModifyOperationVisitor<T> visitor)
accept
in interface ModifyOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.