Package com.illumon.iris.db.v2.utils
Interface ChunkBoxer.BoxerKernel
- All Superinterfaces:
AutoCloseable
,Context
,SafeCloseable
- Enclosing class:
- ChunkBoxer
public static interface ChunkBoxer.BoxerKernel extends Context
Return a chunk that contains boxed Objects representing the primitive values in primitives.
-
Method Summary
Modifier and Type Method Description ObjectChunk<?,? extends Attributes.Values>
box(Chunk<? extends Attributes.Values> primitives)
Convert all primitives to an object.
-
Method Details
-
box
Convert all primitives to an object.- Parameters:
primitives
- the primitives to convert- Returns:
- a chunk containing primitives as an object
-