Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.0.0
    • None
    • None
    • ghx-label-11

    Description

      In hive ds_hll_estimate_bounds() gives back an array of doubles.

      An example for a sketch created from a table which contains only a single value:

      (select ds_hll_estimate_bounds(ds_hll_sketch(i)) from t;)
      +-------------------------------+
      |              _c0              |
      +-------------------------------+
      | [1.0,1.0,1.0000998634873453]  |
      +-------------------------------+
      

      The values of the array is probably a lower bound, an estimate and an upper bound of the sketch.

      Attachments

        Activity

          People

            chufucun Fucun Chu
            tadam Adam Tamas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: