@Internal public final class ExternalModifyOperation extends Object implements ModifyOperation
Table into a DataStream.| Constructor and Description |
|---|
ExternalModifyOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
QueryOperation child,
org.apache.flink.table.catalog.ResolvedSchema resolvedSchema,
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() |
org.apache.flink.table.types.DataType |
getPhysicalDataType() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema() |
org.apache.flink.table.catalog.ObjectIdentifier |
getTableIdentifier() |
static int |
getUniqueId() |
public ExternalModifyOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
QueryOperation child,
org.apache.flink.table.catalog.ResolvedSchema resolvedSchema,
org.apache.flink.table.connector.ChangelogMode changelogMode,
org.apache.flink.table.types.DataType physicalDataType)
public static int getUniqueId()
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
public QueryOperation getChild()
getChild in interface ModifyOperationpublic org.apache.flink.table.types.DataType getPhysicalDataType()
public Optional<org.apache.flink.table.connector.ChangelogMode> getChangelogMode()
public org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
public <T> T accept(ModifyOperationVisitor<T> visitor)
accept in interface ModifyOperationpublic String asSummaryString()
OperationasSummaryString in interface OperationCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.