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