GROUP_KEY - type of group keyGROUP_VAL - type of group valpublic class AggregatorGroupByFunction<GROUP_KEY,GROUP_VAL> extends Object implements PairFlatMapFunc<GROUP_VAL,GROUP_KEY,GROUP_VAL>
| Constructor and Description |
|---|
AggregatorGroupByFunction(PluginFunctionContext pluginFunctionContext) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<scala.Tuple2<GROUP_KEY,GROUP_VAL>> |
call(GROUP_VAL input) |
public AggregatorGroupByFunction(PluginFunctionContext pluginFunctionContext)
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.