Interface Explanation
- All Known Implementing Classes:
ExplanationImpl
This is an experimental feature. The interface may be changed, moved or potentially removed in a future release.
The interface is used to implement query explanations (query plan)
- Since:
- 3.2.0
-
Method Details
-
toGenericPlanNode
GenericPlanNode toGenericPlanNode() -
toJson
String toJson() -
toDot
String toDot()
-