static void |
AbstractMinMaxAggregationFunction.combine(MethodHandle methodHandle,
NullableBooleanState state,
NullableBooleanState otherState) |
static void |
ArbitraryAggregationFunction.combine(NullableBooleanState state,
NullableBooleanState otherState) |
static void |
ReduceAggregationFunction.combine(NullableBooleanState state,
NullableBooleanState otherState,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
AbstractMinMaxAggregationFunction.input(MethodHandle methodHandle,
NullableBooleanState state,
boolean value) |
static void |
ReduceAggregationFunction.input(NullableBooleanState state,
Object value,
boolean initialStateValue,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
ArbitraryAggregationFunction.input(Type type,
NullableBooleanState state,
Block block,
int position) |