Interface ChunkUnboxer.UnboxerKernel
- All Superinterfaces:
AutoCloseable
,Context
,SafeCloseable
- Enclosing class:
- ChunkUnboxer
Return a chunk that contains boxed Objects representing the primitive values in primitives.
-
Method Summary
Modifier and TypeMethodDescriptionunbox
(ObjectChunk<?, ? extends Values> boxedPrimitives) Convert all boxed primitives to real primitives.void
unboxTo
(ObjectChunk<?, ? extends Values> boxedPrimitives, WritableChunk<? extends Values> primitives, int sourceOffset, int destOffset)
-
Method Details
-
unbox
Convert all boxed primitives to real primitives.- Parameters:
boxedPrimitives
- the boxed primitives to convert- Returns:
- a chunk containing primitives
-
unboxTo
void unboxTo(ObjectChunk<?, ? extends Values> boxedPrimitives, WritableChunk<? extends Values> primitives, int sourceOffset, int destOffset)
-