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 an EXPLAIN PLAN FOR query.

Similar to getAttributes(), it's possible to provide more structure to getPlan(), at least for the native query explain, but there's currently no use case for it.