Uses of Class
org.apache.arrow.vector.complex.MapVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of MapVector in org.apache.arrow.adapter.avro.consumers
ModifierConstructorDescriptionAvroMapConsumer
(MapVector vector, Consumer delegate) Instantiate a AvroMapConsumer. -
Uses of MapVector in org.apache.arrow.adapter.jdbc.binder
-
Uses of MapVector in org.apache.arrow.adapter.jdbc.consumer
Modifier and TypeMethodDescriptionstatic MapConsumer
MapConsumer.createConsumer
(MapVector mapVector, int index, boolean nullable) Creates a consumer forMapVector
.ModifierConstructorDescriptionMapConsumer
(MapVector vector, int index) Instantiate a MapConsumer. -
Uses of MapVector in org.apache.arrow.driver.jdbc.accessor.impl.complex
ModifierConstructorDescriptionArrowFlightJdbcMapVectorAccessor
(MapVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of MapVector in org.apache.arrow.vector.complex
Modifier 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
ModifierConstructorDescriptionUnionMapReader
(MapVector vector) Construct a new reader for the given vector.UnionMapWriter
(MapVector vector)