Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedUInt1Holder.vector
The Vector holding the actual values. -
Uses of UInt1Vector in org.apache.drill.exec.vector
Modifier 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()
Modifier and TypeMethodDescriptionRepeatedUInt1Vector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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) ModifierConstructorDescriptionBufferedMutator
(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
-
Uses of UInt1Vector in org.apache.drill.exec.vector.complex
-
Uses of UInt1Vector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionUInt1ReaderImpl
(UInt1Vector vector) UInt1WriterImpl
(UInt1Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)