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