Uses of Class
org.apache.arrow.vector.complex.MapVector
Packages that use MapVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of MapVector in org.apache.arrow.adapter.avro.consumers
Methods in org.apache.arrow.adapter.avro.consumers with parameters of type MapVectorConstructors in org.apache.arrow.adapter.avro.consumers with parameters of type MapVectorModifierConstructorDescriptionAvroMapConsumer
(MapVector vector, Consumer delegate) Instantiate a AvroMapConsumer. -
Uses of MapVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type MapVector -
Uses of MapVector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type MapVectorModifier and TypeMethodDescriptionstatic MapConsumer
MapConsumer.createConsumer
(MapVector mapVector, int index, boolean nullable) Creates a consumer forMapVector
.Constructors in org.apache.arrow.adapter.jdbc.consumer with parameters of type MapVectorModifierConstructorDescriptionMapConsumer
(MapVector vector, int index) Instantiate a MapConsumer. -
Uses of MapVector in org.apache.arrow.driver.jdbc.accessor.impl.complex
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.complex with parameters of type MapVectorModifierConstructorDescriptionArrowFlightJdbcMapVectorAccessor
(MapVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
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 MapVector
MapVector.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)