Uses of Class
org.apache.drill.exec.vector.NullableIntVector
Packages that use NullableIntVector
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 NullableIntVector in org.apache.drill.exec.store.parquet.columnreaders
Method parameters in org.apache.drill.exec.store.parquet.columnreaders with type arguments of type NullableIntVectorModifier and TypeMethodDescriptionvoidParquetSchema.createNonExistentColumns(OutputMutator output, List<NullableIntVector> nullFilledVectors) Create "dummy" fields for columns which are selected in the SELECT clause, but not present in the Parquet schema. -
Uses of NullableIntVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableIntVectorModifier and TypeMethodDescriptionvoidNullableIntVector.copyFrom(int fromIndex, int thisIndex, NullableIntVector from) voidNullableIntVector.copyFromSafe(int fromIndex, int thisIndex, NullableIntVector from) voidNullableIntVector.splitAndTransferTo(int startIndex, int length, NullableIntVector target) voidNullableIntVector.transferTo(NullableIntVector target) -
Uses of NullableIntVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableIntVector -
Uses of NullableIntVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return NullableIntVector -
Uses of NullableIntVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableIntVectorModifierConstructorDescriptionNullableIntWriterImpl(NullableIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)