public interface Accumulator
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(Page page) |
void |
addInput(WindowIndex index,
List<Integer> channels,
int startPosition,
int endPosition) |
void |
addIntermediate(Block block) |
void |
evaluateFinal(BlockBuilder blockBuilder) |
void |
evaluateIntermediate(BlockBuilder blockBuilder) |
long |
getEstimatedSize() |
Type |
getFinalType() |
Type |
getIntermediateType() |
long getEstimatedSize()
Type getFinalType()
Type getIntermediateType()
void addInput(Page page)
void addInput(WindowIndex index, List<Integer> channels, int startPosition, int endPosition)
void addIntermediate(Block block)
void evaluateIntermediate(BlockBuilder blockBuilder)
void evaluateFinal(BlockBuilder blockBuilder)
Copyright © 2012–2022. All rights reserved.