arrays and approximate count aggregators#14656
arrays and approximate count aggregators#14656clintropolis wants to merge 2 commits intoapache:masterfrom
Conversation
changes: * add support to hll and theta sketch aggs for array inputs, converting arrays to byte[] form. native agg specs have a flag to indicate if ingest time lists should be handled as arrays or mvds * add support to bloom filter and aggregator for array inputs, converting arrays to byte[] form
|
This pull request has been marked as stale due to 60 days of inactivity. |
|
This pull request has been marked as stale due to 60 days of inactivity. |
|
This pull request/issue has been closed due to lack of activity. If you think that |
Description
Split out support for ARRAY typed inputs to HLL and Theta sketches, as well as bloom filter and aggregator from #14542 to give it a proper standalone review.
changes:
Release note
This PR has: