Package io.deephaven.extensions.barrage.chunk.vector
package io.deephaven.extensions.barrage.chunk.vector
-
ClassDescriptionVectorExpansionKernel<T extends Vector<T>>The
VectorExpansionKernelinterface provides a mechanism for expanding chunks containingVectorelements into a pair ofLongChunkandChunk<T>, enabling efficient handling of vector-typed columnar data.