Uses of Class
org.apache.drill.exec.vector.Float8Vector
Packages that use Float8Vector
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 Float8Vector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Float8VectorModifier and TypeFieldDescriptionRepeatedFloat8Holder.vectorThe Vector holding the actual values. -
Uses of Float8Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Float8VectorModifier and TypeMethodDescriptionNullableFloat8Vector.convertToRequiredVector()RepeatedFloat8Vector.getDataVector()NullableFloat8Vector.getValuesVector()NullableFloat8Vector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type Float8VectorModifier and TypeMethodDescriptionRepeatedFloat8Vector.addOrGetVector(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Float8VectorModifier and TypeMethodDescriptionvoidFloat8Vector.copyFrom(int fromIndex, int thisIndex, Float8Vector from) voidFloat8Vector.copyFromSafe(int fromIndex, int thisIndex, Float8Vector from) voidNullableFloat8Vector.copyFromSafe(int fromIndex, int thisIndex, Float8Vector from) voidNullableFloat8Vector.Mutator.fromNotNullable(Float8Vector srce) voidFloat8Vector.splitAndTransferTo(int startIndex, int length, Float8Vector target) voidFloat8Vector.transferTo(Float8Vector target) -
Uses of Float8Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Float8Vector -
Uses of Float8Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Float8VectorModifierConstructorDescriptionFloat8ReaderImpl(Float8Vector vector) Float8WriterImpl(Float8Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)