Uses of Interface
io.trino.operator.aggregation.DoubleHistogramAggregation.State
-
Packages that use DoubleHistogramAggregation.State Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of DoubleHistogramAggregation.State in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement DoubleHistogramAggregation.State Modifier and Type Class Description static classNumericHistogramStateFactory.GroupedStatestatic classNumericHistogramStateFactory.SingleStateMethods in io.trino.operator.aggregation that return DoubleHistogramAggregation.State Modifier and Type Method Description DoubleHistogramAggregation.StateNumericHistogramStateFactory. createGroupedState()DoubleHistogramAggregation.StateNumericHistogramStateFactory. createSingleState()Methods in io.trino.operator.aggregation that return types with arguments of type DoubleHistogramAggregation.State Modifier and Type Method Description Class<? extends DoubleHistogramAggregation.State>NumericHistogramStateFactory. getGroupedStateClass()Class<? extends DoubleHistogramAggregation.State>NumericHistogramStateFactory. getSingleStateClass()Methods in io.trino.operator.aggregation with parameters of type DoubleHistogramAggregation.State Modifier and Type Method Description static 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.State Modifier and Type Method Description voidDoubleHistogramStateSerializer. deserialize(Block block, int index, DoubleHistogramAggregation.State state)voidDoubleHistogramStateSerializer. serialize(DoubleHistogramAggregation.State state, BlockBuilder out)
-