Gabor Kaszab created IMPALA-9963:
------------------------------------

             Summary: Implement ds_kll_n() function
                 Key: IMPALA-9963
                 URL: https://issues.apache.org/jira/browse/IMPALA-9963
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
            Reporter: Gabor Kaszab


ds_kll_n() receives a serialized Apache DataSketches KLL sketch and returns how 
many values were fed into the sketch.
Returns a bigint.

Example:
{code:java}
select ds_kll_n(ds_kll_sketch(cast(int_col as float))) from table_name;
+------+
| _c0  |
+------+
| 6    |
+------+
{code}




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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to