I am trying to understand the performance of certain aspects of native queries in Apache Druid. Is there a way to get the execution plan for a native query? For SQL in Druid we have...
EXPLAIN PLAN FOR SELECT * FORM ds
is there an equivalent command for native queries?