DataSketches HLL Sketch module
"type" : "HLLSketchBuild",
"fieldName" : <metric name>,
"lgK" : <size and accuracy parameter>,
"tgtHllType" : <target HLL type>,
"round": <false | true>
Post Aggregators
Estimate
{
"type" : "HLLSketchEstimate",
"name": <output name>,
"round" : <if true, round the estimate. Default is false>
}
Estimate with bounds
Union
"type" : "HLLSketchUnion",
"name": <output name>,
"fields" : <array of post aggregators that return HLL sketches>,
"lgK": <log2 of K for the target sketch>,
"tgtHllType" : <target HLL type>
Sketch to string