- toBytes() - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Returns a byte-array representation of this ApproximateHistogram object
- toBytes(ByteBuffer) - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Writes the representation of this ApproximateHistogram object to the given byte-buffer
- toBytesCompact(ByteBuffer) - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Returns a compact byte-buffer representation of this ApproximateHistogram object
storing actual values as opposed to histogram bins
Requires 3 + 4 * count bytes of storage with count <= 127
- toBytesDense(ByteBuffer) - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Writes the dense representation of this ApproximateHistogram object to the given byte-buffer
Requires 16 + 12 * size bytes of storage
- toBytesSparse(ByteBuffer) - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Writes the sparse representation of this ApproximateHistogram object to the given byte-buffer
Requires 16 + 12 * binCount bytes of storage
- toDruidAggregation(PlannerContext, RowSignature, RexBuilder, String, AggregateCall, Project, List<Aggregation>, boolean) - Method in class io.druid.query.aggregation.histogram.sql.QuantileSqlAggregator
-
- toHistogram(float[]) - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Computes a visual representation of the approximate histogram with bins laid out according to the given breaks
- toHistogram(int) - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Computes a visual representation of the approximate histogram with a given number of equal-sized bins
- toHistogram(float, float) - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
Computes a visual representation given an initial breakpoint, offset, and a bucket size.
- toString() - Method in class io.druid.query.aggregation.histogram.ApproximateHistogram
-
- toString() - Method in class io.druid.query.aggregation.histogram.ApproximateHistogramAggregatorFactory
-
- toString() - Method in class io.druid.query.aggregation.histogram.ApproximateHistogramFoldingAggregatorFactory
-
- toString() - Method in class io.druid.query.aggregation.histogram.ApproximateHistogramPostAggregator
-
- toString() - Method in class io.druid.query.aggregation.histogram.BucketsPostAggregator
-
- toString() - Method in class io.druid.query.aggregation.histogram.CustomBucketsPostAggregator
-
- toString() - Method in class io.druid.query.aggregation.histogram.EqualBucketsPostAggregator
-
- toString() - Method in class io.druid.query.aggregation.histogram.Histogram
-
- toString() - Method in class io.druid.query.aggregation.histogram.MaxPostAggregator
-
- toString() - Method in class io.druid.query.aggregation.histogram.MinPostAggregator
-
- toString() - Method in class io.druid.query.aggregation.histogram.QuantilePostAggregator
-
- toString() - Method in class io.druid.query.aggregation.histogram.QuantilesPostAggregator
-