@Internal public interface WindowAssigner extends Serializable
The differences between WindowAssigner and GroupWindowAssigner is that, this
window assigner is translated from the new window TVF syntax, but the other is from the legacy
GROUP WINDOW FUNCTION syntax. In the long future, GroupWindowAssigner will be dropped.
See more details in WindowAggOperator.
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a description of this window assigner.
|
boolean |
isEventTime()
Returns
true if elements are assigned to windows based on event time, false
based on processing time. |
boolean isEventTime()
true if elements are assigned to windows based on event time, false
based on processing time.String getDescription()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.