Uses of Class
org.apache.drill.exec.vector.TimeVector
Packages that use TimeVector
Package
Description
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
-
Uses of TimeVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as TimeVector -
Uses of TimeVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return TimeVectorModifier and TypeMethodDescriptionNullableTimeVector.convertToRequiredVector()
RepeatedTimeVector.getDataVector()
NullableTimeVector.getValuesVector()
NullableTimeVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type TimeVectorMethods in org.apache.drill.exec.vector with parameters of type TimeVectorModifier and TypeMethodDescriptionvoid
TimeVector.copyFrom
(int fromIndex, int thisIndex, TimeVector from) void
NullableTimeVector.copyFromSafe
(int fromIndex, int thisIndex, TimeVector from) void
TimeVector.copyFromSafe
(int fromIndex, int thisIndex, TimeVector from) void
NullableTimeVector.Mutator.fromNotNullable
(TimeVector srce) void
TimeVector.splitAndTransferTo
(int startIndex, int length, TimeVector target) void
TimeVector.transferTo
(TimeVector target) -
Uses of TimeVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type TimeVector -
Uses of TimeVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type TimeVectorModifierConstructorDescriptionTimeReaderImpl
(TimeVector vector) TimeWriterImpl
(TimeVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)