Class ExplainOperation
java.lang.Object
org.apache.flink.table.operations.ExplainOperation
- All Implemented Interfaces:
Operation
Operation to describe an EXPLAIN statement.
-
Constructor Summary
ConstructorsConstructorDescriptionExplainOperation(Operation child) ExplainOperation(Operation child, Set<String> explainDetails) -
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this operation for printing to a console.getChild()
-
Constructor Details
-
ExplainOperation
-
ExplainOperation
-
-
Method Details
-
getChild
-
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
-
getExplainDetails
-