![JAR search and dependency download from the Maven repository](/logo.png)
com.yahoo.sketches.pig.quantiles.package-info Maven / Gradle / Ivy
/*
* Copyright 2016, Yahoo! Inc. Licensed under the terms of the Apache License 2.0. See LICENSE file
* at the project root for terms.
*/
/**
* Hive UDFs for Quantiles sketches.
* This includes UDFs for generic ItemsSketch and specialized DoublesSketch.
*
* The generic implementation is in the form of abstract classes DataToItemsSketch and
* UnionItemsSketch to be specialized for particular types of items.
* An implementation for strings is provided: DataToStringsSketch, UnionStringsSketch,
* plus UDFs to obtain the results from sketches:
* GetQuantileFromStringsSketch, GetQuantilesFromStringsSketch and GetPmfFromStringsSketch.
*
*
Support for DoublesSketch: DataToDoublesSketch, UnionDoublesSketch,
* GetQuantileFromDoublesSketch, GetQuantilesFromDoublesSketch, GetPmfFromDoublesSketch
*
* @author Alexander Saydakov
*/
package com.yahoo.sketches.pig.quantiles;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy