- Type Parameters:
K - Grouped key type.
InputT - Grouped values type.
OutputT - Output type.
- All Implemented Interfaces:
- Serializable, org.apache.spark.api.java.function.Function<WindowedValue<KV<K,Iterable<InputT>>>,WindowedValue<KV<K,OutputT>>>
- Enclosing class:
- TranslationUtils
public static class TranslationUtils.CombineGroupedValues<K,InputT,OutputT>
extends Object
implements org.apache.spark.api.java.function.Function<WindowedValue<KV<K,Iterable<InputT>>>,WindowedValue<KV<K,OutputT>>>
A SparkKeyedCombineFn function applied to grouped KVs.
- See Also:
- Serialized Form