public class InsensitiveOverFrame extends Object implements OverWindowFrame
| Constructor and Description |
|---|
InsensitiveOverFrame(GeneratedAggsHandleFunction aggsHandleFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
open(ExecutionContext ctx)
Open to init with
ExecutionContext. |
void |
prepare(ResettableExternalBuffer rows)
Prepare for next partition.
|
BaseRow |
process(int index,
BaseRow current)
return the ACC of the window frame.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextOrNullpublic InsensitiveOverFrame(GeneratedAggsHandleFunction aggsHandleFunction)
public void open(ExecutionContext ctx) throws Exception
OverWindowFrameExecutionContext.open in interface OverWindowFrameExceptionpublic void prepare(ResettableExternalBuffer rows) throws Exception
OverWindowFrameprepare in interface OverWindowFrameExceptionpublic BaseRow process(int index, BaseRow current) throws Exception
OverWindowFrameprocess in interface OverWindowFrameExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.