Package io.trino.spi.block
Interface AbstractArrayBlock.ArrayBlockFunction<T>
-
- Enclosing class:
- AbstractArrayBlock
public static interface AbstractArrayBlock.ArrayBlockFunction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(Block block, int startPosition, int length)
-