Uses of Interface
io.trino.operator.aggregation.state.NullableLongState
-
Packages that use NullableLongState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of NullableLongState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type NullableLongState Modifier and Type Method Description static voidBitwiseAndAggregation. bitAnd(NullableLongState state, long value)static voidBitwiseOrAggregation. bitOr(NullableLongState state, long value)static voidAbstractMinMaxAggregationFunction. combine(MethodHandle methodHandle, NullableLongState state, NullableLongState otherState)static voidArbitraryAggregationFunction. combine(NullableLongState state, NullableLongState otherState)static voidBitwiseAndAggregation. combine(NullableLongState state, NullableLongState otherState)static voidBitwiseOrAggregation. combine(NullableLongState state, NullableLongState otherState)static voidChecksumAggregationFunction. combine(NullableLongState state, NullableLongState otherState)static voidIntervalDayToSecondSumAggregation. combine(NullableLongState state, NullableLongState otherState)static voidIntervalYearToMonthSumAggregation. combine(NullableLongState state, NullableLongState otherState)static voidMaxDataSizeForStats. combine(NullableLongState state, NullableLongState otherState)static voidReduceAggregationFunction. combine(NullableLongState state, NullableLongState otherState, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction)static voidSumDataSizeForStats. combine(NullableLongState state, NullableLongState otherState)static voidAbstractMinMaxAggregationFunction. input(MethodHandle methodHandle, NullableLongState state, long value)static voidArbitraryAggregationFunction. input(Type type, NullableLongState state, Block block, int position)static voidChecksumAggregationFunction. input(BlockTypeOperators.BlockPositionXxHash64 xxHash64Operator, NullableLongState state, Block block, int position)static voidMaxDataSizeForStats. input(NullableLongState state, Block block, int index)static voidReduceAggregationFunction. input(NullableLongState state, Object value, long initialStateValue, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction)static voidSumDataSizeForStats. input(NullableLongState state, Block block, int index)static voidBitwiseAndAggregation. output(NullableLongState state, BlockBuilder out)static voidBitwiseOrAggregation. output(NullableLongState state, BlockBuilder out)static voidChecksumAggregationFunction. output(NullableLongState state, BlockBuilder out)static voidIntervalDayToSecondSumAggregation. output(NullableLongState state, BlockBuilder out)static voidIntervalYearToMonthSumAggregation. output(NullableLongState state, BlockBuilder out)static voidMaxDataSizeForStats. output(NullableLongState state, BlockBuilder out)static voidSumDataSizeForStats. output(NullableLongState state, BlockBuilder out)static voidIntervalDayToSecondSumAggregation. sum(NullableLongState state, long value)static voidIntervalYearToMonthSumAggregation. sum(NullableLongState state, long value) -
Uses of NullableLongState in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state with parameters of type NullableLongState Modifier and Type Method Description voidNullableLongStateSerializer. deserialize(Block block, int index, NullableLongState state)voidNullableLongStateSerializer. serialize(NullableLongState state, BlockBuilder out)static voidNullableLongState. write(Type type, NullableLongState state, BlockBuilder out)
-