You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fucun Chu (Jira)" <ji...@apache.org> on 2020/10/19 14:44:00 UTC

[jira] [Assigned] (IMPALA-10132) Implement ds_hll_estimate_bounds()

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

Fucun Chu reassigned IMPALA-10132:
----------------------------------

    Assignee: Fucun Chu

> 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
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org