| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.window.tvf.slicing |
| Modifier and Type | Method and Description |
|---|---|
static SliceAssigners.CumulativeSliceAssigner |
SliceAssigners.cumulative(int rowtimeIndex,
ZoneId shiftTimeZone,
Duration maxSize,
Duration step)
Creates a cumulative window
SliceAssigner that assigns elements to slices of
cumulative windows. |
SliceAssigners.CumulativeSliceAssigner |
SliceAssigners.CumulativeSliceAssigner.withOffset(Duration offset)
Creates a new
SliceAssigners.CumulativeSliceAssigner with a new specified offset. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.