Package io.trino.operator.window
Class RowNumberFunction
java.lang.Object
io.trino.spi.function.RankingWindowFunction
io.trino.operator.window.RowNumberFunction
- All Implemented Interfaces:
WindowFunction
-
Field Summary
Fields inherited from class io.trino.spi.function.RankingWindowFunction
windowIndex -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRow(BlockBuilder output, boolean newPeerGroup, int peerGroupCount, int currentPosition) Methods inherited from class io.trino.spi.function.RankingWindowFunction
processRow, reset, reset
-
Constructor Details
-
RowNumberFunction
public RowNumberFunction()
-
-
Method Details
-
processRow
public void processRow(BlockBuilder output, boolean newPeerGroup, int peerGroupCount, int currentPosition) - Specified by:
processRowin classRankingWindowFunction
-