We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expression
Getting above error when trying to use aggregation of type expression
The text was updated successfully, but these errors were encountered:
Hello @saketbairoliya2 Adding an aggregator is pretty straigth-forward, take a look here: https://github.com/grafadruid/go-druid/tree/master/builder/aggregation basically add a case here https://github.com/grafadruid/go-druid/blob/master/builder/aggregation/aggregation.go#L40 and then provide the structure for expression like here for instance https://github.com/grafadruid/go-druid/blob/master/builder/aggregation/string_last.go I didn't find any expression aggregator here https://druid.apache.org/docs/latest/querying/aggregations.html nor here https://druid.apache.org/docs/latest/development/extensions.html could you please point me to the aggregator documentation ? Thank you!
Sorry, something went wrong.
@saketbairoliya2 any news on that ? since I didn't find that aggregator, maybe we can close it ?
@jbguerraz This aggregation type doesn't seem to be documented, but it does exist. I've seen it generated by EXPLAIN PLAN FOR when using Druid SQL
EXPLAIN PLAN FOR
Here's the list of properties it accepts, from the druid github
No branches or pull requests
Getting above error when trying to use aggregation of type
expression
The text was updated successfully, but these errors were encountered: