Uses of Interface
io.trino.operator.aggregation.state.TDigestState
Packages that use TDigestState
-
Uses of TDigestState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TDigestStateModifier and TypeMethodDescriptionstatic voidMergeTDigestAggregation.combine(TDigestState state, TDigestState otherState) static voidTDigestAggregationFunction.combine(TDigestState state, TDigestState otherState) static voidMergeTDigestAggregation.input(TDigestState state, Object value) static voidTDigestAggregationFunction.input(TDigestState state, double value) static voidMergeTDigestAggregation.output(TDigestState state, BlockBuilder out) static voidTDigestAggregationFunction.output(TDigestState state, BlockBuilder out) static voidTDigestAggregationFunction.weightedInput(TDigestState state, double value, double weight) -
Uses of TDigestState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement TDigestStateModifier and TypeClassDescriptionstatic classstatic classClasses in io.trino.operator.aggregation.state that implement interfaces with type arguments of type TDigestStateMethods in io.trino.operator.aggregation.state that return TDigestStateModifier and TypeMethodDescriptionTDigestStateFactory.createGroupedState()TDigestStateFactory.createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type TDigestStateModifier and TypeMethodDescriptionvoidTDigestStateSerializer.deserialize(Block block, int index, TDigestState state) voidTDigestStateSerializer.serialize(TDigestState state, BlockBuilder out)