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

add Key::I64 and Key::U64 variants in aggregation #2468

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Commits on Jul 31, 2024

  1. add Key::I64 and Key::U64 variants in aggregation

    Currently all `Key` numerical values are returned as f64. This causes problems in some
    cases with the precision and the way f64 is serialized.
    
    This PR adds `Key::I64` and `Key::U64` variants and uses them in the term
    aggregation.
    PSeitz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5def996 View commit details
    Browse the repository at this point in the history
  2. add clarification comment

    PSeitz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fff15c5 View commit details
    Browse the repository at this point in the history