WindowFunction
org.apache.flinkx.api.function.WindowFunction
@Public
trait WindowFunction[IN, OUT, KEY, W <: Window] extends Function, Serializable
Base interface for functions that are evaluated over keyed (grouped) windows.
Type parameters
- IN
-
The type of the input value.
- KEY
-
The type of the key.
- OUT
-
The type of the output value.
Attributes
- Graph
-
- Supertypes
-
trait Functiontrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article