public class SplitToChunksApplyCombine
extends java.lang.Object
Constructor and Description |
---|
SplitToChunksApplyCombine() |
Modifier and Type | Method and Description |
---|---|
static Frame |
concatFrames(java.util.List<Frame> frms,
Key<Frame> destinationKey) |
static Frame |
createSubFrame(Frame fr,
int cidx,
java.lang.String destinationKeyPrefix) |
static Frame |
splitApplyCombine(Frame frameToSplit,
Function<Frame,Frame> fun,
Key<Frame> destinationKey) |