Uses of Class
org.apache.drill.exec.vector.NullableVarBinaryVector
Packages that use NullableVarBinaryVector
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 NullableVarBinaryVector in org.apache.drill.exec.store.parquet.columnreadersMethods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type NullableVarBinaryVectorModifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<NullableVarBinaryVector> VarLengthColumnReaders.NullableVarBinaryColumn.newVLBulkInput(int recordsToRead) 
- 
Uses of NullableVarBinaryVector in org.apache.drill.exec.vectorMethods in org.apache.drill.exec.vector with parameters of type NullableVarBinaryVectorModifier and TypeMethodDescriptionvoidNullableVarBinaryVector.copyFrom(int fromIndex, int thisIndex, NullableVarBinaryVector from) voidNullableVarBinaryVector.copyFromSafe(int fromIndex, int thisIndex, NullableVarBinaryVector from) voidNullableVarBinaryVector.splitAndTransferTo(int startIndex, int length, NullableVarBinaryVector target) voidNullableVarBinaryVector.transferTo(NullableVarBinaryVector target) 
- 
Uses of NullableVarBinaryVector in org.apache.drill.exec.vector.accessorConstructors in org.apache.drill.exec.vector.accessor with parameters of type NullableVarBinaryVector
- 
Uses of NullableVarBinaryVector in org.apache.drill.exec.vector.complexMethods in org.apache.drill.exec.vector.complex that return NullableVarBinaryVector
- 
Uses of NullableVarBinaryVector in org.apache.drill.exec.vector.complex.implConstructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableVarBinaryVectorModifierConstructorDescriptionNullableVarBinaryWriterImpl(NullableVarBinaryVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)