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