Class ResetOperation
java.lang.Object
org.apache.flink.table.operations.command.ResetOperation
- All Implemented Interfaces:
Operation
Operation to represent RESET command. If
getKey() is empty, it means reset the session
configuration.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this operation for printing to a console.getKey()
-
Constructor Details
-
ResetOperation
-
-
Method Details
-
getKey
-
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
-