@PublicEvolving public final class Tumble extends Object
Java Example:
Tumble.over("10.minutes").on("rowtime").as("w")
Scala Example:
Tumble over 5.minutes on 'rowtime as 'w
Constructor and Description |
---|
Tumble() |
Modifier and Type | Method and Description |
---|---|
static TumbleWithSize |
over(Expression size)
Creates a tumbling window.
|
public static TumbleWithSize over(Expression size)
size
- the size of the window as time or row-count interval.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.