Uses of Class
org.apache.arrow.vector.UInt4Vector
Packages that use UInt4Vector
-
Uses of UInt4Vector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return UInt4VectorModifier and TypeMethodDescriptionBaseRepeatedValueVector.getOffsetVector()Deprecated.This API will be removed, as the current implementations no longer hold inner offset vectors.BaseRepeatedValueViewVector.getOffsetVector()Deprecated.LargeListVector.getOffsetVector()Deprecated.This API will be removed, as the current implementations no longer hold inner offset vectors.RepeatedValueVector.getOffsetVector()Deprecated.This API will be removed, as the current implementations no longer hold inner offset vectors.DenseUnionVector.getUInt4Vector(byte typeId) UnionVector.getUInt4Vector()UnionVector.getUInt4Vector(String name) Constructors in org.apache.arrow.vector.complex with parameters of type UInt4Vector -
Uses of UInt4Vector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type UInt4VectorModifierConstructorDescriptionUInt4ReaderImpl(UInt4Vector vector) UInt4WriterImpl(UInt4Vector vector)