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