@PublicEvolving public final class TumbleWithSize extends Object
For streaming tables you can specify grouping by a event-time or processing-time attribute.
For batch tables you can specify grouping on a timestamp or long attribute.
Modifier and Type | Method and Description |
---|---|
TumbleWithSizeOnTime |
on(Expression timeField)
Specifies the time attribute on which rows are grouped.
|
public TumbleWithSizeOnTime on(Expression timeField)
For streaming tables you can specify grouping by a event-time or processing-time attribute.
For batch tables you can specify grouping on a timestamp or long attribute.
timeField
- time attribute for streaming and batch tablesCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.