public final class ScalaWindowFunction<IN,OUT,KEY,W extends Window> extends Object implements WindowFunction<IN,OUT,KEY,W>
Constructor and Description |
---|
ScalaWindowFunction(scala.Function4<KEY,W,scala.collection.Iterable<IN>,Collector<OUT>,scala.runtime.BoxedUnit> function) |
Modifier and Type | Method and Description |
---|---|
void |
apply(KEY key,
W window,
Iterable<IN> input,
Collector<OUT> out)
Evaluates the window and outputs none or several elements.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.