zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 89 forks source link

Does druidry support nested groupBy Queries? #109

Closed pds3095 closed 4 years ago

pds3095 commented 5 years ago

https://druid.apache.org/docs/latest/querying/datasource.html

Query Data source type can be used for the nested group by. Does Druid support that?

abhi-zapr commented 5 years ago

Currently Druidry doesn't support all data source types. But there is a patch #87 open and we are planning to release it in 3.0 release as it's a breaking change.

For now if you want you can pull that patch and build druidry locally to achieve your use case.

abhi-zapr commented 4 years ago

release this support in v3.0