public class RangeUnboundedPrecedingOverFrame extends UnboundedPrecedingOverFrame
e.g.: ... RANGE BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING.
| Constructor and Description |
|---|
RangeUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction aggsHandleFunction,
GeneratedRecordComparator boundComparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
open(ExecutionContext ctx)
Open to init with
ExecutionContext. |
BaseRow |
process(int index,
BaseRow current)
return the ACC of the window frame.
|
prepareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextOrNullpublic RangeUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction aggsHandleFunction, GeneratedRecordComparator boundComparator)
public void open(ExecutionContext ctx) throws Exception
OverWindowFrameExecutionContext.open in interface OverWindowFrameopen in class UnboundedPrecedingOverFrameExceptionpublic BaseRow process(int index, BaseRow current) throws Exception
OverWindowFrameExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.