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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BaseConsumer<SmallIntVector>createConsumer(SmallIntVector vector, int index, boolean nullable) Creates a consumer forSmallIntVector.
- 
Constructor Details- 
SmallIntConsumerpublic SmallIntConsumer()
 
- 
- 
Method Details- 
createConsumerpublic static BaseConsumer<SmallIntVector> createConsumer(SmallIntVector vector, int index, boolean nullable) Creates a consumer forSmallIntVector.
 
-