Uses of Class
org.apache.arrow.vector.TimeStampVector
Packages that use 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