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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Consume a specific type value fromResultSet
and write it to vector.static MapConsumer
createConsumer
(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:JdbcConsumer
Consume a specific type value fromResultSet
and write it to vector.- Throws:
SQLException
IOException
-