Uses of Class
org.apache.arrow.vector.TimeStampVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of TimeStampVector in org.apache.arrow.adapter.jdbc.binder
ModifierConstructorDescriptionTimeStampBinder
(TimeStampVector vector, Calendar calendar) Create a binder for a timestamp vector using the default JDBC type code.TimeStampBinder
(TimeStampVector vector, Calendar calendar, int jdbcType) Create a binder for a timestamp vector. -
Uses of TimeStampVector in org.apache.arrow.algorithm.sort
-
Uses of TimeStampVector in org.apache.arrow.driver.jdbc.accessor.impl.calendar
Modifier and TypeMethodDescriptionprotected static org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor.LongToLocalDateTime
ArrowFlightJdbcTimeStampVectorAccessor.getLongToLocalDateTimeForVector
(TimeStampVector vector, TimeZone timeZone) protected static TimeUnit
ArrowFlightJdbcTimeStampVectorAccessor.getTimeUnitForVector
(TimeStampVector vector) protected static TimeZone
ArrowFlightJdbcTimeStampVectorAccessor.getTimeZoneForVector
(TimeStampVector vector) ModifierConstructorDescriptionArrowFlightJdbcTimeStampVectorAccessor
(TimeStampVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) Instantiate a ArrowFlightJdbcTimeStampVectorAccessor for given vector. -
Uses of TimeStampVector in org.apache.arrow.vector
Modifier and TypeClassDescriptionfinal class
TimeStampMicroTZVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.final class
TimeStampMicroVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.final class
TimeStampMilliTZVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.final class
TimeStampMilliVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.final class
TimeStampNanoTZVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.final class
TimeStampNanoVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.final class
TimeStampSecTZVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.final class
TimeStampSecVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.