node-druid-query
node-druid-query copied to clipboard
Unsupported aggregrator type 'filtered'
Hi @estliberitas,
great work! Was wondering if you are planning on supporting the 'filtered' aggregator type any time soon? http://druid.io/docs/latest/querying/aggregations.html#miscellaneous-aggregations.
This aggregator is required when using the Data sketches extension. Although it can be defined using the .aggregations()
method (raw list of JSON objects) it would be convenient to be supported through the type checking .aggregation()
method.
Best
Hi @spilio . Good question, I will try to implement support for it this week.
Will look into it this week, sorry, was too busy
@estliberitas hello, your project is great. And I have a similar problem. I wanted to add a DistinctCount aggregator, but the framework didn't provide a similar interface. http://druid.io/docs/0.12.0/development/extensions-contrib/distinctcount.html
@spilio @wangchongchong1007 Dunno if it's still relevant guys, but I'm not maintaining this lib for a long time already. And would be glad to give it away to someone also to take care of it.
Hi, any update this request?