Package io.deephaven.extensions.barrage.chunk.array
package io.deephaven.extensions.barrage.chunk.array
-
ClassDescriptionThe
ArrayExpansionKernel
interface provides a mechanism for expanding chunks containing arrays into a pair ofLongChunk
andChunk<T>
, enabling efficient handling of array-typed columnar data.