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