Uses of Class
org.apache.drill.exec.vector.UInt1Vector
Packages that use UInt1Vector
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 UInt1Vector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as UInt1VectorModifier and TypeFieldDescriptionRepeatedUInt1Holder.vector
The Vector holding the actual values. -
Uses of UInt1Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return UInt1VectorModifier and TypeMethodDescriptionNullableUInt1Vector.convertToRequiredVector()
NullableBigIntVector.getBitsVector()
NullableBitVector.getBitsVector()
NullableDateVector.getBitsVector()
NullableDecimal18Vector.getBitsVector()
NullableDecimal28DenseVector.getBitsVector()
NullableDecimal28SparseVector.getBitsVector()
NullableDecimal38DenseVector.getBitsVector()
NullableDecimal38SparseVector.getBitsVector()
NullableDecimal9Vector.getBitsVector()
NullableFloat4Vector.getBitsVector()
NullableFloat8Vector.getBitsVector()
NullableIntervalDayVector.getBitsVector()
NullableIntervalVector.getBitsVector()
NullableIntervalYearVector.getBitsVector()
NullableIntVector.getBitsVector()
NullableSmallIntVector.getBitsVector()
NullableTimeStampVector.getBitsVector()
NullableTimeVector.getBitsVector()
NullableTinyIntVector.getBitsVector()
NullableUInt1Vector.getBitsVector()
NullableUInt2Vector.getBitsVector()
NullableUInt4Vector.getBitsVector()
NullableUInt8Vector.getBitsVector()
NullableVar16CharVector.getBitsVector()
NullableVarBinaryVector.getBitsVector()
NullableVarCharVector.getBitsVector()
NullableVarDecimalVector.getBitsVector()
RepeatedUInt1Vector.getDataVector()
NullableUInt1Vector.getValuesVector()
NullableUInt1Vector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type UInt1VectorModifier and TypeMethodDescriptionRepeatedUInt1Vector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type UInt1VectorModifier and TypeMethodDescriptionvoid
UInt1Vector.copyFrom
(int fromIndex, int thisIndex, UInt1Vector from) void
NullableUInt1Vector.copyFromSafe
(int fromIndex, int thisIndex, UInt1Vector from) void
UInt1Vector.copyFromSafe
(int fromIndex, int thisIndex, UInt1Vector from) static void
BaseValueVector.fillBitsVector
(UInt1Vector bits, int valueCount) void
NullableUInt1Vector.Mutator.fromNotNullable
(UInt1Vector srce) void
UInt1Vector.splitAndTransferTo
(int startIndex, int length, UInt1Vector target) void
UInt1Vector.transferTo
(UInt1Vector target) Constructors in org.apache.drill.exec.vector with parameters of type UInt1VectorModifierConstructorDescriptionBufferedMutator
(int startIdx, int buffSz, UInt1Vector parent) Buffered mutator to optimize bulk access to the underlying vector containerBufferedMutator
(int startIdx, UInt1Vector parent) -
Uses of UInt1Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type UInt1Vector -
Uses of UInt1Vector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return UInt1Vector -
Uses of UInt1Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type UInt1VectorModifierConstructorDescriptionUInt1ReaderImpl
(UInt1Vector vector) UInt1WriterImpl
(UInt1Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)