Interface BlockPositionState
- All Superinterfaces:
AccumulatorState,NullableState
-
Method Summary
Modifier and TypeMethodDescriptiongetBlock()intdefault booleanisNull()default voidset(BlockPositionState state) voidvoidsetPosition(int position) static voidwrite(Type type, BlockPositionState state, BlockBuilder out) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getBlock
Block getBlock() -
getPosition
int getPosition() -
setBlock
-
setPosition
void setPosition(int position) -
isNull
default boolean isNull()- Specified by:
isNullin interfaceNullableState
-
set
-
write
-