[ 
https://issues.apache.org/jira/browse/IMPALA-10132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fucun Chu resolved IMPALA-10132.
--------------------------------
    Fix Version/s: Impala 4.0
       Resolution: Fixed

> Implement ds_hll_estimate_bounds()
> ----------------------------------
>
>                 Key: IMPALA-10132
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10132
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Adam Tamas
>            Assignee: Fucun Chu
>            Priority: Major
>             Fix For: Impala 4.0
>
>
> 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:
> {code:java}
> (select ds_hll_estimate_bounds(ds_hll_sketch(i)) from t;)
> +-------------------------------+
> |              _c0              |
> +-------------------------------+
> | [1.0,1.0,1.0000998634873453]  |
> +-------------------------------+
> {code}
> The values of the array is probably a lower bound, an estimate and an upper 
> bound of the sketch.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to