Class BeginStatementSetOperation
java.lang.Object
org.apache.flink.table.operations.BeginStatementSetOperation
- All Implemented Interfaces:
Operation
Operation to describe a BEGIN STATEMENT SET statement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this operation for printing to a console.
-
Constructor Details
-
BeginStatementSetOperation
public BeginStatementSetOperation()
-
-
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
-