Class ChunkBoxer
java.lang.Object
io.deephaven.engine.table.impl.chunkboxer.ChunkBoxer
Convert an arbitrary chunk to a chunk of boxed objects.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceReturn a chunk that contains boxed Objects representing the primitive values in primitives. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChunkBoxer.BoxerKernelgetBoxer(io.deephaven.chunk.ChunkType type, int capacity)
-
Constructor Details
-
ChunkBoxer
public ChunkBoxer()
-
-
Method Details
-
getBoxer
-