public interface WindowFunction extends Serializable
ReduceSequenceByWindowTransform
Modifier and Type | Method and Description |
---|---|
List<List<List<Writable>>> |
applyToSequence(List<List<Writable>> sequence)
Apply the windowing function to the given sequence
|
Schema |
getInputSchema() |
void |
setInputSchema(Schema schema) |
Schema |
transform(Schema inputSchema)
Get the output schema, given the input schema.
|
List<List<List<Writable>>> applyToSequence(List<List<Writable>> sequence)
sequence
- the input sequencevoid setInputSchema(Schema schema)
schema
- Schema getInputSchema()
Schema transform(Schema inputSchema)
inputSchema
- Schema of the input dataCopyright © 2016. All rights reserved.