Package io.trino.operator.window
Class MappedWindowFunction
java.lang.Object
io.trino.operator.window.MappedWindowFunction
- All Implemented Interfaces:
WindowFunction
-
Constructor Summary
ConstructorsConstructorDescriptionMappedWindowFunction(WindowFunction windowFunction, List<Integer> argumentChannels) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRow(BlockBuilder output, int peerGroupStart, int peerGroupEnd, int frameStart, int frameEnd) voidreset(WindowIndex windowIndex)
-
Constructor Details
-
MappedWindowFunction
-
-
Method Details
-
reset
- Specified by:
resetin interfaceWindowFunction
-
processRow
public void processRow(BlockBuilder output, int peerGroupStart, int peerGroupEnd, int frameStart, int frameEnd) - Specified by:
processRowin interfaceWindowFunction
-