Uses of Class
org.apache.datasketches.hive.tuple.UnionSketchUDAF
-
Packages that use UnionSketchUDAF Package Description org.apache.datasketches.hive.tuple Hive UDFs for Tuple sketches. -
-
Uses of UnionSketchUDAF in org.apache.datasketches.hive.tuple
Subclasses of UnionSketchUDAF in org.apache.datasketches.hive.tuple Modifier and Type Class Description classUnionDoubleSummarySketchUDAFThis simple implementation is to give an example of a concrete UDAF based on the abstract UnionSketchUDAF if no extra arguments are needed..classUnionDoubleSummaryWithModeSketchUDAFThis is an example of a concrete UDAF based on the abstract UnionSketchUDAF if extra arguments are needed.
-