Class CompilePlanOperation
java.lang.Object
org.apache.flink.table.operations.ddl.CompilePlanOperation
- All Implemented Interfaces:
Operation
Operation to describe an
COMPILE PLAN statement.-
Constructor Summary
ConstructorsConstructorDescriptionCompilePlanOperation(String filePath, boolean ifNotExists, Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this operation for printing to a console.boolean
-
Constructor Details
-
CompilePlanOperation
-
-
Method Details
-
getFilePath
-
isIfNotExists
public boolean isIfNotExists() -
getOperation
-
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
-