blob: b7d1af86882f67c5febb9c09359f39c18757948a [file] [log] [blame]
/*
* Copyright 2016, Yahoo! Inc.
* Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms.
*/
/**
* <p>The theta package contains all the sketch classes that are members of the
* <a href="https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a>.
* The basic sketching functionality in this package is also
* accessible from Hadoop Pig UDFs found in the <i>sketches-pig</i> repository,
* and from Hadoop Hive UADFs and UDFs found in the <i>sketches-hive</i> repository.
* </p>
*
* @author Lee Rhodes
*/
package com.yahoo.sketches.hive.theta;