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