public class ReduceGroupingFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<ByteArray,List<byte[]>>>,ByteArray,List<byte[]>>
Constructor and Description |
---|
ReduceGroupingFunction(GroupingOptions options,
PGroupedTableType ptype,
SparkRuntimeContext ctxt) |
Modifier and Type | Method and Description |
---|---|
Iterable<scala.Tuple2<ByteArray,List<byte[]>>> |
call(Iterator<scala.Tuple2<ByteArray,List<byte[]>>> iter) |
public ReduceGroupingFunction(GroupingOptions options, PGroupedTableType ptype, SparkRuntimeContext ctxt)
Copyright © 2016 The Apache Software Foundation. All rights reserved.