shubhamsachdeva89 commented on issue #66:
URL:
https://github.com/apache/datasketches-postgresql/issues/66#issuecomment-1584724924
I'm sorry I didn't specify schema. Its working.
mbi1d01=# \df+ mbi.cpc_sketch_build
List of functions
Schema | Name | Result data type | Argument data types | Type |
Volatility | Parallel | Owner | Security | Access privileges | Language |
Source code | Description
--------+------------------+------------------+---------------------+------+------------+----------+-------------+----------+-------------------+----------+-----------------+-------------
mbi | cpc_sketch_build | mbi.cpc_sketch | anyelement | agg |
immutable | safe | svcdmbi_adm | invoker | | internal |
aggregate_dummy |
mbi | cpc_sketch_build | mbi.cpc_sketch | anyelement, integer | agg |
immutable | safe | svcdmbi_adm | invoker | | internal |
aggregate_dummy |
(2 rows)
Is there any change in algorithm of HLL from 1.3 to 1.6 ? Is there an
improvement in the speed of calculating hll_sketch_union and
hll_sketch_get_estimate?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]