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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic JdbcConsumer<TimeStampMilliTZVector>createConsumer(TimeStampMilliTZVector vector, int index, boolean nullable, Calendar calendar) Creates a consumer forTimeStampMilliTZVector.
- 
Constructor Details- 
TimestampTZConsumerpublic TimestampTZConsumer()
 
- 
- 
Method Details- 
createConsumerpublic static JdbcConsumer<TimeStampMilliTZVector> createConsumer(TimeStampMilliTZVector vector, int index, boolean nullable, Calendar calendar) Creates a consumer forTimeStampMilliTZVector.
 
-