public abstract class SlidingOverFrame extends Object implements OverWindowFrame
RowSlidingOverFrame
and RangeSlidingOverFrame
.Constructor and Description |
---|
SlidingOverFrame(RowType inputType,
RowType valueType,
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNextOrNull, process
public SlidingOverFrame(RowType inputType, RowType valueType, GeneratedAggsHandleFunction aggsHandleFunction)
public void open(ExecutionContext ctx) throws Exception
OverWindowFrame
ExecutionContext
.open
in interface OverWindowFrame
Exception
public void prepare(ResettableExternalBuffer rows) throws Exception
OverWindowFrame
prepare
in interface OverWindowFrame
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.