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.
|
BaseRow |
process(int index,
BaseRow 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 BaseRow process(int index, BaseRow current) throws Exception
OverWindowFrameExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.