public class AggregateWindowFunction extends Object implements WindowFunction
| Modifier and Type | Method and Description |
|---|---|
void |
processRow(BlockBuilder output,
int peerGroupStart,
int peerGroupEnd,
int frameStart,
int frameEnd) |
void |
reset(WindowIndex windowIndex) |
static WindowFunctionSupplier |
supplier(Signature signature,
InternalAggregationFunction function) |
public void reset(WindowIndex windowIndex)
reset in interface WindowFunctionpublic void processRow(BlockBuilder output, int peerGroupStart, int peerGroupEnd, int frameStart, int frameEnd)
processRow in interface WindowFunctionpublic static WindowFunctionSupplier supplier(Signature signature, InternalAggregationFunction function)
Copyright © 2012–2019. All rights reserved.