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