Package io.trino.operator.window
Interface InternalWindowIndex
- All Superinterfaces:
WindowIndex
- All Known Implementing Classes:
MappedWindowIndex,PagesWindowIndex,ProjectingPagesWindowIndex
-
Method Summary
Modifier and TypeMethodDescriptiongetRawBlock(int channel, int position) intgetRawBlockPosition(int position) Methods inherited from interface io.trino.spi.function.WindowIndex
appendTo, getBoolean, getDouble, getLong, getObject, getSingleValueBlock, getSlice, isNull, size
-
Method Details
-
getRawBlock
-
getRawBlockPosition
int getRawBlockPosition(int position)
-