Class ExecutePlanOperation
- java.lang.Object
-
- org.apache.flink.table.operations.command.ExecutePlanOperation
-
-
Constructor Summary
Constructors Constructor Description ExecutePlanOperation(String filePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasSummaryString()Returns a string that summarizes this operation for printing to a console.StringgetFilePath()
-
-
-
Constructor Detail
-
ExecutePlanOperation
public ExecutePlanOperation(String filePath)
-
-
Method Detail
-
getFilePath
public String getFilePath()
-
asSummaryString
public String 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
-
-