Uses of Class
org.apache.drill.exec.vector.DateVector
Packages that use DateVector
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 DateVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as DateVector -
Uses of DateVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return DateVectorModifier and TypeMethodDescriptionNullableDateVector.convertToRequiredVector()
RepeatedDateVector.getDataVector()
NullableDateVector.getValuesVector()
NullableDateVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type DateVectorMethods in org.apache.drill.exec.vector with parameters of type DateVectorModifier and TypeMethodDescriptionvoid
DateVector.copyFrom
(int fromIndex, int thisIndex, DateVector from) void
DateVector.copyFromSafe
(int fromIndex, int thisIndex, DateVector from) void
NullableDateVector.copyFromSafe
(int fromIndex, int thisIndex, DateVector from) void
NullableDateVector.Mutator.fromNotNullable
(DateVector srce) void
DateVector.splitAndTransferTo
(int startIndex, int length, DateVector target) void
DateVector.transferTo
(DateVector target) -
Uses of DateVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type DateVector -
Uses of DateVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type DateVectorModifierConstructorDescriptionDateReaderImpl
(DateVector vector) DateWriterImpl
(DateVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)