public class RowUnboundedPrecedingOverFrame extends UnboundedPrecedingOverFrame
e.g.: ... ROW BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING.
| Constructor and Description |
|---|
RowUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction aggsHandleFunction,
long rightBound) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare(ResettableExternalBuffer rows)
Prepare for next partition.
|
org.apache.flink.table.data.RowData |
process(int index,
org.apache.flink.table.data.RowData current)
return the ACC of the window frame.
|
openclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextOrNullpublic RowUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction aggsHandleFunction, long rightBound)
public void prepare(ResettableExternalBuffer rows) throws Exception
OverWindowFrameprepare in interface OverWindowFrameprepare in class UnboundedPrecedingOverFrameExceptionpublic org.apache.flink.table.data.RowData process(int index,
org.apache.flink.table.data.RowData current)
throws Exception
OverWindowFrameExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.