public class ContextWindowFunction extends Object implements WindowFunction<Integer,Integer>
| Constructor and Description |
|---|
ContextWindowFunction() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
process(Collection<Record<Integer>> integers,
WindowContext context) |
public Integer process(Collection<Record<Integer>> integers, WindowContext context)
process in interface WindowFunction<Integer,Integer>Copyright © 2017–2022 Apache Software Foundation. All rights reserved.