@Internal public final class CollectModifyOperation extends Object implements ModifyOperation
ModifyOperation that collects the content of QueryOperation to local.| Constructor and Description |
|---|
CollectModifyOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
QueryOperation child) |
| 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.
|
QueryOperation |
getChild() |
CollectResultProvider |
getSelectResultProvider() |
org.apache.flink.table.catalog.ObjectIdentifier |
getTableIdentifier() |
static int |
getUniqueId() |
void |
setSelectResultProvider(CollectResultProvider resultProvider) |
public CollectModifyOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
QueryOperation child)
public static int getUniqueId()
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
public void setSelectResultProvider(CollectResultProvider resultProvider)
public CollectResultProvider getSelectResultProvider()
public QueryOperation getChild()
getChild in interface ModifyOperationpublic <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.