Class CollectModifyOperation
java.lang.Object
org.apache.flink.table.operations.CollectModifyOperation
- All Implemented Interfaces:
ModifyOperation,Operation
Special, internal kind of
ModifyOperation that collects the content of QueryOperation to local.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ModifyOperationVisitor<T> visitor) Returns a string that summarizes this operation for printing to a console.getChild()org.apache.flink.table.types.DataTypevoidsetConsumedDataType(org.apache.flink.table.types.DataType consumedDataType) voidsetSelectResultProvider(ResultProvider resultProvider)
-
Constructor Details
-
CollectModifyOperation
-
-
Method Details
-
setSelectResultProvider
-
getSelectResultProvider
-
setConsumedDataType
public void setConsumedDataType(org.apache.flink.table.types.DataType consumedDataType) -
getConsumedDataType
public org.apache.flink.table.types.DataType getConsumedDataType() -
getChild
- Specified by:
getChildin interfaceModifyOperation
-
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
-