public class ReduceFunctions extends TFunc<ReduceFunc>
Modifier and Type | Class and Description |
---|---|
static class |
ReduceFunctions.ReduceFuncImpl |
Constructor and Description |
---|
ReduceFunctions() |
Modifier and Type | Method and Description |
---|---|
ReduceFunc |
build(byte[] pyBinary) |
static ReduceFunctions |
getInstance() |
public static ReduceFunctions getInstance()
public ReduceFunc build(byte[] pyBinary)
build
in class TFunc<ReduceFunc>