public abstract static class BeamBuiltinAnalyticFunctions.PositionAwareCombineFn<InputT,AccumT,OutputT>
extends org.apache.beam.sdk.transforms.Combine.CombineFn<InputT,AccumT,OutputT>
| Constructor and Description |
|---|
PositionAwareCombineFn() |
| Modifier and Type | Method and Description |
|---|---|
AccumT |
addInput(AccumT mutableAccumulator,
InputT input) |
abstract AccumT |
addInput(AccumT accumulator,
InputT input,
java.lang.Long cursorWindow,
java.lang.Long cursorPartition,
java.lang.Long countPartition) |
AccumT |
mergeAccumulators(java.lang.Iterable<AccumT> accumulators) |