Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeMethodDescriptionvoid
ParquetSchema.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
Modifier and TypeMethodDescriptionvoid
NullableIntVector.copyFrom
(int fromIndex, int thisIndex, NullableIntVector from) void
NullableIntVector.copyFromSafe
(int fromIndex, int thisIndex, NullableIntVector from) void
NullableIntVector.splitAndTransferTo
(int startIndex, int length, NullableIntVector target) void
NullableIntVector.transferTo
(NullableIntVector target) -
Uses of NullableIntVector in org.apache.drill.exec.vector.accessor
-
Uses of NullableIntVector in org.apache.drill.exec.vector.complex
-
Uses of NullableIntVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionNullableIntWriterImpl
(NullableIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)