Class SetOperation
java.lang.Object
org.apache.flink.table.operations.command.SetOperation
- All Implemented Interfaces:
Operation
Operation to represent SET command. If
getKey() and getValue() are empty, it
means show all the configurations. Otherwise, set value to the configuration key.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetOperation
public SetOperation() -
SetOperation
-
-
Method Details
-
getKey
-
getValue
-
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
-