Class TimestampConsumer
java.lang.Object
org.apache.arrow.adapter.jdbc.consumer.TimestampConsumer
Consumer which consume timestamp type values from
ResultSet
. Write the data to TimeStampMilliVector
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcConsumer<TimeStampMilliVector>
createConsumer
(TimeStampMilliVector vector, int index, boolean nullable) Creates a consumer forTimeStampMilliVector
.
-
Constructor Details
-
TimestampConsumer
public TimestampConsumer()
-
-
Method Details
-
createConsumer
public static JdbcConsumer<TimeStampMilliVector> createConsumer(TimeStampMilliVector vector, int index, boolean nullable) Creates a consumer forTimeStampMilliVector
.
-