Package org.apache.druid.sql.calcite.run
Interface QueryMaker.FromDruidLogical
- Enclosing interface:
- QueryMaker
public static interface QueryMaker.FromDruidLogical
Marks that the
QueryMaker supports executing
DruidLogicalNode-s.
In case QueryMaker implements this interface - this approach will
be preferred to execute the query in QueryHandler.-
Method Summary
Modifier and TypeMethodDescriptionrunQuery(DruidLogicalNode newRoot) Runs the query represented byDruidLogicalNode.
-
Method Details
-
runQuery
Runs the query represented byDruidLogicalNode.
-