Uses of Interface
io.trino.operator.aggregation.state.TDigestState
-
Packages that use TDigestState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of TDigestState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TDigestState Modifier and Type Method Description static 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 TDigestState Modifier and Type Class Description static classTDigestStateFactory.GroupedTDigestStatestatic classTDigestStateFactory.SingleTDigestStateMethods in io.trino.operator.aggregation.state that return TDigestState Modifier and Type Method Description TDigestStateTDigestStateFactory. createGroupedState()TDigestStateTDigestStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type TDigestState Modifier and Type Method Description voidTDigestStateSerializer. deserialize(Block block, int index, TDigestState state)voidTDigestStateSerializer. serialize(TDigestState state, BlockBuilder out)
-