Uses of Class
org.apache.drill.exec.vector.NullableFloat4Vector
Packages that use NullableFloat4Vector
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 NullableFloat4Vector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableFloat4VectorModifier and TypeMethodDescriptionvoidNullableFloat4Vector.copyFrom(int fromIndex, int thisIndex, NullableFloat4Vector from) voidNullableFloat4Vector.copyFromSafe(int fromIndex, int thisIndex, NullableFloat4Vector from) voidNullableFloat4Vector.splitAndTransferTo(int startIndex, int length, NullableFloat4Vector target) voidNullableFloat4Vector.transferTo(NullableFloat4Vector target) -
Uses of NullableFloat4Vector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableFloat4Vector -
Uses of NullableFloat4Vector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return NullableFloat4Vector -
Uses of NullableFloat4Vector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableFloat4VectorModifierConstructorDescriptionNullableFloat4WriterImpl(NullableFloat4Vector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)