AggregableCheckingOp<T> |
|
AggregableMultiOp<T> |
|
AggregatorImpls |
|
AggregatorImpls.AggregableCount<T> |
|
AggregatorImpls.AggregableCountUnique<T> |
This distinct count is based on streamlib's implementation of "HyperLogLog in Practice:
Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm", available
here.
|
AggregatorImpls.AggregableFirst<T> |
|
AggregatorImpls.AggregableLast<T> |
|
AggregatorImpls.AggregableMax<T extends Number & Comparable<T>> |
|
AggregatorImpls.AggregableMean<T extends Number> |
|
AggregatorImpls.AggregableMin<T extends Number & Comparable<T>> |
|
AggregatorImpls.AggregablePopulationVariance<T extends Number> |
This class offers an aggregable reduce operation for the population variance, i.e.
|
AggregatorImpls.AggregableProd<T extends Number> |
|
AggregatorImpls.AggregableRange<T extends Number & Comparable<T>> |
|
AggregatorImpls.AggregableStdDev<T extends Number> |
This class offers an aggregable reduce operation for the unbiased standard deviation, i.e.
|
AggregatorImpls.AggregableSum<T extends Number> |
|
AggregatorImpls.AggregableUncorrectedStdDev<T extends Number> |
This class offers an aggregable reduce operation for the biased standard deviation, i.e.
|
AggregatorImpls.AggregableVariance<T extends Number> |
This class offers an aggregable reduce operation for the unbiased variance, i.e.
|
ByteWritableOp<T> |
|
DispatchOp<T,U> |
|
DispatchWithConditionOp<U> |
|
DoubleWritableOp<T> |
|
FloatWritableOp<T> |
|
IntWritableOp<T> |
|
LongWritableOp<T> |
|
StringAggregatorImpls |
|
StringAggregatorImpls.AggregableStringAppend |
|
StringAggregatorImpls.AggregableStringPrepend |
|
StringWritableOp<T> |
|