public class RowSlidingOverFrame extends SlidingOverFrame
e.g.: ... ROW BETWEEN 1 PRECEDING AND 1 FOLLOWING.
| Constructor and Description |
|---|
RowSlidingOverFrame(org.apache.flink.table.types.logical.RowType inputType,
org.apache.flink.table.types.logical.RowType valueType,
GeneratedAggsHandleFunction aggsHandleFunction,
long leftBound,
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 RowSlidingOverFrame(org.apache.flink.table.types.logical.RowType inputType,
org.apache.flink.table.types.logical.RowType valueType,
GeneratedAggsHandleFunction aggsHandleFunction,
long leftBound,
long rightBound)
public void prepare(ResettableExternalBuffer rows) throws Exception
OverWindowFrameprepare in interface OverWindowFrameprepare in class SlidingOverFrameExceptionpublic org.apache.flink.table.data.RowData process(int index,
org.apache.flink.table.data.RowData current)
throws Exception
OverWindowFrameExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.