@InterfaceAudience.Public @InterfaceStability.Stable @FunctionalInterface public interface WindowFunction<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
process(Collection<Record<I>> input,
WindowContext context)
Process the input.
|
O process(Collection<Record<I>> input, WindowContext context) throws Exception
ExceptionCopyright © 2017–2022 Apache Software Foundation. All rights reserved.