public class RowUnboundedFollowingOverFrame extends UnboundedFollowingOverFrame
e.g.: ... ROW BETWEEN 1 PRECEDING AND UNBOUNDED FOLLOWING.
Constructor and Description |
---|
RowUnboundedFollowingOverFrame(RowType valueType,
GeneratedAggsHandleFunction aggsHandleFunction,
long leftBound) |
Modifier and Type | Method and Description |
---|---|
RowData |
process(int index,
RowData current)
return the ACC of the window frame.
|
open, prepare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNextOrNull
public RowUnboundedFollowingOverFrame(RowType valueType, GeneratedAggsHandleFunction aggsHandleFunction, long leftBound)
public RowData process(int index, RowData current) throws Exception
OverWindowFrame
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.