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