Class MapConsumer
java.lang.Object
org.apache.arrow.adapter.jdbc.consumer.BaseConsumer<MapVector>
org.apache.arrow.adapter.jdbc.consumer.MapConsumer
- All Implemented Interfaces:
AutoCloseable,JdbcConsumer<MapVector>
-
Field Summary
Fields inherited from class org.apache.arrow.adapter.jdbc.consumer.BaseConsumer
columnIndexInResultSet, currentIndex, vector -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidConsume a specific type value fromResultSetand write it to vector.static MapConsumercreateConsumer(MapVector mapVector, int index, boolean nullable) Creates a consumer forMapVector.Methods inherited from class org.apache.arrow.adapter.jdbc.consumer.BaseConsumer
close, resetValueVector
-
Constructor Details
-
MapConsumer
Instantiate a MapConsumer.
-
-
Method Details
-
createConsumer
Creates a consumer forMapVector. -
consume
Description copied from interface:JdbcConsumerConsume a specific type value fromResultSetand write it to vector.- Throws:
SQLExceptionIOException
-