Uses of Class
org.apache.drill.exec.vector.Float4Vector
Packages that use Float4Vector
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 Float4Vector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as Float4VectorModifier and TypeFieldDescriptionRepeatedFloat4Holder.vectorThe Vector holding the actual values. -
Uses of Float4Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return Float4VectorModifier and TypeMethodDescriptionNullableFloat4Vector.convertToRequiredVector()RepeatedFloat4Vector.getDataVector()NullableFloat4Vector.getValuesVector()NullableFloat4Vector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type Float4VectorModifier and TypeMethodDescriptionRepeatedFloat4Vector.addOrGetVector(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type Float4VectorModifier and TypeMethodDescriptionvoidFloat4Vector.copyFrom(int fromIndex, int thisIndex, Float4Vector from) voidFloat4Vector.copyFromSafe(int fromIndex, int thisIndex, Float4Vector from) voidNullableFloat4Vector.copyFromSafe(int fromIndex, int thisIndex, Float4Vector from) voidNullableFloat4Vector.Mutator.fromNotNullable(Float4Vector srce) voidFloat4Vector.splitAndTransferTo(int startIndex, int length, Float4Vector target) voidFloat4Vector.transferTo(Float4Vector target) -
Uses of Float4Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type Float4Vector -
Uses of Float4Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type Float4VectorModifierConstructorDescriptionFloat4ReaderImpl(Float4Vector vector) Float4WriterImpl(Float4Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)