Skip to content
New issue

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

arrays and approximate count aggregators #14656

Closed
wants to merge 2 commits into from

Commits on Jul 25, 2023

  1. arrays and aggregators

    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
    clintropolis committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2a8ff88 View commit details
    Browse the repository at this point in the history
  2. oops

    clintropolis committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b67d3a9 View commit details
    Browse the repository at this point in the history