Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-10
Description
This function receives two strings that are serialized Apache DataSketches Theta sketches. Union two sketches and returns the resulting sketch of union.
Example:
select ds_theta_estimate(ds_theta_union_f(sketch1, sketch2)) from sketch_tbl; +-------------------------------------------------------+ | ds_theta_estimate(ds_theta_union_f(sketch1, sketch2)) | +-------------------------------------------------------+ | 15 | +-------------------------------------------------------+