Uses of Interface
org.apache.datasketches.quantilescommon.LongsSortedView
-
Packages that use LongsSortedView Package Description org.apache.datasketches.quantilescommon This package contains common tools and methods for the quantiles, kll and req packages. -
-
Uses of LongsSortedView in org.apache.datasketches.quantilescommon
Classes in org.apache.datasketches.quantilescommon that implement LongsSortedView Modifier and Type Class Description classLongsSketchSortedViewThe SortedView of the KllLongsSketch.Methods in org.apache.datasketches.quantilescommon that return LongsSortedView Modifier and Type Method Description LongsSortedViewQuantilesLongsAPI. getSortedView()Gets the sorted view of this sketch
-