Uses of Interface
io.trino.operator.aggregation.DoubleHistogramAggregation.State
Packages that use DoubleHistogramAggregation.State
-
Uses of DoubleHistogramAggregation.State in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement DoubleHistogramAggregation.StateModifier and TypeClassDescriptionstatic classstatic classMethods in io.trino.operator.aggregation that return DoubleHistogramAggregation.StateModifier and TypeMethodDescriptionNumericHistogramStateFactory.createGroupedState()NumericHistogramStateFactory.createSingleState()Methods in io.trino.operator.aggregation with parameters of type DoubleHistogramAggregation.StateModifier and TypeMethodDescriptionstatic voidDoubleHistogramAggregation.add(DoubleHistogramAggregation.State state, long buckets, double value) static voidDoubleHistogramAggregation.add(DoubleHistogramAggregation.State state, long buckets, double value, double weight) static voidRealHistogramAggregation.add(DoubleHistogramAggregation.State state, long buckets, long value) static voidRealHistogramAggregation.add(DoubleHistogramAggregation.State state, long buckets, long value, double weight) static voidDoubleHistogramAggregation.merge(DoubleHistogramAggregation.State state, DoubleHistogramAggregation.State other) static voidRealHistogramAggregation.merge(DoubleHistogramAggregation.State state, DoubleHistogramAggregation.State other) static voidDoubleHistogramAggregation.output(DoubleHistogramAggregation.State state, BlockBuilder out) static voidRealHistogramAggregation.output(DoubleHistogramAggregation.State state, BlockBuilder out) -
Uses of DoubleHistogramAggregation.State in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state with parameters of type DoubleHistogramAggregation.StateModifier and TypeMethodDescriptionvoidDoubleHistogramStateSerializer.deserialize(Block block, int index, DoubleHistogramAggregation.State state) voidDoubleHistogramStateSerializer.serialize(DoubleHistogramAggregation.State state, BlockBuilder out)