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 TypeMethodDescriptionvoidTimeVector.copyFrom(int fromIndex, int thisIndex, TimeVector from) voidNullableTimeVector.copyFromSafe(int fromIndex, int thisIndex, TimeVector from) voidTimeVector.copyFromSafe(int fromIndex, int thisIndex, TimeVector from) voidNullableTimeVector.Mutator.fromNotNullable(TimeVector srce) voidTimeVector.splitAndTransferTo(int startIndex, int length, TimeVector target) voidTimeVector.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)