Class ChunkUnboxer
java.lang.Object
io.deephaven.engine.table.impl.util.unboxer.ChunkUnboxer
Convert an Object chunk to a chunk of primitives.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Return a chunk that contains boxed Objects representing the primitive values in primitives. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChunkUnboxer.UnboxerKernel
getEmptyUnboxer
(ChunkType type) static ChunkUnboxer.UnboxerKernel
getUnboxer
(ChunkType type, int capacity)
-
Constructor Details
-
ChunkUnboxer
public ChunkUnboxer()
-
-
Method Details
-
getUnboxer
-
getEmptyUnboxer
-