Class NopOperation
java.lang.Object
org.apache.flink.table.operations.NopOperation
- All Implemented Interfaces:
Operation
An
Operation to represent that nothing needs to be done.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this operation for printing to a console.
-
Constructor Details
-
NopOperation
public NopOperation()
-
-
Method Details
-
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
-