blob: 9cae236e310e7286c4d57e45e066e87a3ce05883 [file] [log] [blame]
/*
* Copyright 2019, Verizon Media.
* Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms.
*/
/**
* Pig UDFs for KLL quantiles sketches.
* See https://datasketches.github.io/docs/Quantiles/KLLSketch.html
*
* @author Alexander Saydakov
*/
package com.yahoo.sketches.pig.kll;