Uses of Class
org.apache.arrow.vector.complex.MapVector
Packages that use MapVector
-
Uses of MapVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return MapVectorModifier and TypeMethodDescriptionAbstractContainerVector.addOrGetMap(String name, boolean keysSorted) static MapVectorMapVector.empty(String name, BufferAllocator allocator, boolean keysSorted) Construct an empty MapVector with no data.DenseUnionVector.getMap(byte typeId) UnionVector.getMap() -
Uses of MapVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type MapVectorModifierConstructorDescriptionUnionMapReader(MapVector vector) Construct a new reader for the given vector.UnionMapWriter(MapVector vector)