Package org.apache.druid.query.explain
Class ExplainPlan
- java.lang.Object
-
- org.apache.druid.query.explain.ExplainPlan
-
public class ExplainPlan extends Object
Class that encapsulates the information of a single plan for anEXPLAIN PLAN FORquery.Similar to
getAttributes(), it's possible to provide more structure togetPlan(), at least for the native query explain, but there's currently no use case for it.
-
-
Constructor Summary
Constructors Constructor Description ExplainPlan(String plan, String resources, ExplainAttributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExplainAttributesgetAttributes()StringgetPlan()StringgetResources()inthashCode()
-
-
-
Constructor Detail
-
ExplainPlan
public ExplainPlan(String plan, String resources, ExplainAttributes attributes)
-
-