Class TinyIntConsumer
java.lang.Object
org.apache.arrow.adapter.jdbc.consumer.TinyIntConsumer
Consumer which consume tinyInt type values from 
ResultSet. Write the data to TinyIntVector.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic JdbcConsumer<TinyIntVector>createConsumer(TinyIntVector vector, int index, boolean nullable) Creates a consumer forTinyIntVector.
- 
Constructor Details- 
TinyIntConsumerpublic TinyIntConsumer()
 
- 
- 
Method Details- 
createConsumerpublic static JdbcConsumer<TinyIntVector> createConsumer(TinyIntVector vector, int index, boolean nullable) Creates a consumer forTinyIntVector.
 
-