Interface Explanation
-
- All Known Implementing Classes:
ExplanationImpl
@Experimental public interface Explanation
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Explanation.Level
The different levels that the query explanation can be at.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toDot()
GenericPlanNode
toGenericPlanNode()
String
toJson()
-
-
-
Method Detail
-
toGenericPlanNode
GenericPlanNode toGenericPlanNode()
-
toJson
String toJson()
-
toDot
String toDot()
-
-