Package io.delta.kernel.defaults.internal.data.vector
package io.delta.kernel.defaults.internal.data.vector
-
ClassesClassDescriptionAbstract implementation of
ColumnVectorthat provides the default functionality common to most of the specific data typeColumnVectorimplementations.ColumnVectorimplementation for array type data.ColumnVectorimplementation for binary type data.ColumnVectorimplementation for boolean type data.ColumnVectorimplementation for byte type data.ColumnVectorimplementation for decimal type data.ColumnVectorimplementation for double type data.ColumnVectorimplementation for float type data.Generic column vector implementation to expose an array of objects as a column vector.ColumnVectorimplementation for integer type data.ColumnVectorimplementation for long, timestamp or timestamp_ntz type data.ColumnVectorimplementation for map type data.ColumnVectorimplementation for short type data.ColumnVectorimplementation for struct type data.ColumnVectorwrapper on top ofRowobjects.Provides a restricted view on an underlying column vector.