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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcConsumer<BigIntVector>
createConsumer
(BigIntVector vector, int index, boolean nullable) Creates a consumer forBigIntVector
.
-
Constructor Details
-
BigIntConsumer
public BigIntConsumer()
-
-
Method Details
-
createConsumer
public static JdbcConsumer<BigIntVector> createConsumer(BigIntVector vector, int index, boolean nullable) Creates a consumer forBigIntVector
.
-