Uses of Class
org.apache.arrow.vector.TimeStampVector
Packages that use TimeStampVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of TimeStampVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type TimeStampVectorModifierConstructorDescriptionTimeStampBinder(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
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type TimeStampVector -
Uses of TimeStampVector in org.apache.arrow.vector
Subclasses of TimeStampVector in org.apache.arrow.vectorModifier and TypeClassDescriptionfinal classTimeStampMicroTZVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.final classTimeStampMicroVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.final classTimeStampMilliTZVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.final classTimeStampMilliVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.final classTimeStampNanoTZVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.final classTimeStampNanoVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.final classTimeStampSecTZVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.final classTimeStampSecVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.Methods in org.apache.arrow.vector that return TimeStampVectorConstructors in org.apache.arrow.vector with parameters of type TimeStampVector