public abstract static class Group.CombineFieldsByFields.Fanout
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Group.CombineFieldsByFields.Fanout.Kind  | 
| Constructor and Description | 
|---|
Fanout()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract SerializableFunction<Row,java.lang.Integer> | 
getFunction()  | 
abstract Group.CombineFieldsByFields.Fanout.Kind | 
getKind()  | 
abstract java.lang.Integer | 
getNumber()  | 
static Group.CombineFieldsByFields.Fanout | 
of(int n)  | 
static Group.CombineFieldsByFields.Fanout | 
of(SerializableFunction<Row,java.lang.Integer> f)  | 
public abstract Group.CombineFieldsByFields.Fanout.Kind getKind()
public abstract java.lang.Integer getNumber()
public abstract SerializableFunction<Row,java.lang.Integer> getFunction()
public static Group.CombineFieldsByFields.Fanout of(int n)
public static Group.CombineFieldsByFields.Fanout of(SerializableFunction<Row,java.lang.Integer> f)