mirror of https://github.com/apache/druid.git
09d6c5a45e
Add a new planning strategy that explicitly decouples the DAG from building the native query. With this mode, it is Calcite's job to generate a "logical DAG" which is all of the various DruidProject, DruidFilter, etc. nodes. We then take those nodes and use them to build a native query. The current commit doesn't pass all tests, but it does work for some things and is a decent starting baseline. |
||
---|---|---|
.. | ||
src | ||
pom.xml |