Package io.trino.operator.window
Interface InternalWindowIndex
-
- All Superinterfaces:
WindowIndex
- All Known Implementing Classes:
MappedWindowIndex,PagesWindowIndex,ProjectingPagesWindowIndex
public interface InternalWindowIndex extends WindowIndex
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockgetRawBlock(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 Detail
-
getRawBlock
Block getRawBlock(int channel, int position)
-
getRawBlockPosition
int getRawBlockPosition(int position)
-
-