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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic JdbcConsumer<TimeStampMilliVector>createConsumer(TimeStampMilliVector vector, int index, boolean nullable) Creates a consumer forTimeStampMilliVector.
- 
Constructor Details- 
TimestampConsumerpublic TimestampConsumer()
 
- 
- 
Method Details- 
createConsumerpublic static JdbcConsumer<TimeStampMilliVector> createConsumer(TimeStampMilliVector vector, int index, boolean nullable) Creates a consumer forTimeStampMilliVector.
 
-