public class PercentRankFunction extends RankingWindowFunction
windowIndex| Constructor and Description |
|---|
PercentRankFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
processRow(BlockBuilder output,
boolean newPeerGroup,
int peerGroupCount,
int currentPosition) |
void |
reset() |
processRow, resetpublic void reset()
reset in class RankingWindowFunctionpublic void processRow(BlockBuilder output, boolean newPeerGroup, int peerGroupCount, int currentPosition)
processRow in class RankingWindowFunctionCopyright © 2012–2019. All rights reserved.