Class SmallIntConsumer
java.lang.Object
org.apache.arrow.adapter.jdbc.consumer.SmallIntConsumer
Consumer which consume smallInt type values from
ResultSet
. Write the data to SmallIntVector
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BaseConsumer<SmallIntVector>
createConsumer
(SmallIntVector vector, int index, boolean nullable) Creates a consumer forSmallIntVector
.
-
Constructor Details
-
SmallIntConsumer
public SmallIntConsumer()
-
-
Method Details
-
createConsumer
public static BaseConsumer<SmallIntVector> createConsumer(SmallIntVector vector, int index, boolean nullable) Creates a consumer forSmallIntVector
.
-