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
Hi I was working on the generation of count distinct number for a particular metrics using DQL Aggregators but unable to implement HLLSketchMerge functionality of the druid (https://druid.apache.org/docs/latest/development/extensions-core/datasketches-hll.html) into the scruid. Can someone please help me if there is a way to compute this?
The text was updated successfully, but these errors were encountered:
Hi @utk14, the current version of Scruid does not support datasketches.
I think that it would be a nice addition to have datasketches in Scruid.
Sorry, something went wrong.
Until having datasketches support in DQL, you may give a try the SQL API of Scruid v2.4.0 and use for example the APPROX_COUNT_DISTINCT_DS_HLL function
No branches or pull requests
Hi
I was working on the generation of count distinct number for a particular metrics using DQL Aggregators but unable to implement HLLSketchMerge functionality of the druid (https://druid.apache.org/docs/latest/development/extensions-core/datasketches-hll.html) into the scruid. Can someone please help me if there is a way to compute this?
The text was updated successfully, but these errors were encountered: