@Internal public final class ExternalModifyOperation extends Object implements ModifyOperation
Table
into a DataStream.Constructor and Description |
---|
ExternalModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
ChangelogMode changelogMode,
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<ChangelogMode> |
getChangelogMode() |
QueryOperation |
getChild() |
ContextResolvedTable |
getContextResolvedTable() |
DataType |
getPhysicalDataType() |
public ExternalModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, @Nullable ChangelogMode changelogMode, DataType physicalDataType)
public ContextResolvedTable getContextResolvedTable()
public QueryOperation getChild()
getChild
in interface ModifyOperation
public DataType getPhysicalDataType()
public Optional<ChangelogMode> getChangelogMode()
public <T> T accept(ModifyOperationVisitor<T> visitor)
accept
in interface ModifyOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.