Class ExplainOperation
- java.lang.Object
-
- org.apache.flink.table.operations.ExplainOperation
-
-
Constructor Summary
Constructors Constructor Description ExplainOperation(Operation child)
ExplainOperation(Operation child, Set<String> explainDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asSummaryString()
Returns a string that summarizes this operation for printing to a console.Operation
getChild()
Set<String>
getExplainDetails()
-
-
-
Method Detail
-
getChild
public Operation getChild()
-
asSummaryString
public String asSummaryString()
Description copied from interface:Operation
Returns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.- Specified by:
asSummaryString
in interfaceOperation
- Returns:
- summary string of this operation for debugging purposes
-
-