Uses of Class
org.apache.drill.exec.expr.holders.NullableVar16CharHolder
Packages that use NullableVar16CharHolder
Package
Description
-
Uses of NullableVar16CharHolder in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record with parameters of type NullableVar16CharHolderModifier and TypeMethodDescriptionvoidRecordValueAccessor.getFieldById(int fieldId, NullableVar16CharHolder holder) -
Uses of NullableVar16CharHolder in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableVar16CharHolderModifier and TypeMethodDescriptionvoidRepeatedVar16CharVector.Mutator.addSafe(int index, NullableVar16CharHolder holder) voidNullableVar16CharVector.Accessor.get(int index, NullableVar16CharHolder holder) voidRepeatedVar16CharVector.Accessor.get(int index, int positionIndex, NullableVar16CharHolder holder) voidVar16CharVector.Accessor.get(int index, NullableVar16CharHolder holder) voidNullableVar16CharVector.Mutator.set(int index, NullableVar16CharHolder holder) protected voidVar16CharVector.Mutator.set(int index, NullableVar16CharHolder holder) voidNullableVar16CharVector.Mutator.setSafe(int index, NullableVar16CharHolder value) voidVar16CharVector.Mutator.setSafe(int index, NullableVar16CharHolder holder) voidNullableVar16CharVector.Mutator.setSkipNull(int index, NullableVar16CharHolder holder) -
Uses of NullableVar16CharHolder in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex with parameters of type NullableVar16CharHolderModifier and TypeMethodDescriptionvoidUnionVector.Mutator.setSafe(int index, NullableVar16CharHolder holder) -
Uses of NullableVar16CharHolder in org.apache.drill.exec.vector.complex.impl
Methods in org.apache.drill.exec.vector.complex.impl with parameters of type NullableVar16CharHolderModifier and TypeMethodDescriptionvoidAbstractFieldReader.read(int arrayIndex, NullableVar16CharHolder holder) voidAbstractFieldReader.read(NullableVar16CharHolder holder) voidNullableVar16CharHolderReaderImpl.read(NullableVar16CharHolder h) voidNullableVar16CharReaderImpl.read(NullableVar16CharHolder h) voidNullReader.read(int arrayIndex, NullableVar16CharHolder holder) voidNullReader.read(NullableVar16CharHolder holder) voidRepeatedVar16CharReaderImpl.read(int arrayIndex, NullableVar16CharHolder h) voidUnionReader.read(NullableVar16CharHolder holder) voidVar16CharHolderReaderImpl.read(NullableVar16CharHolder h) voidVar16CharReaderImpl.read(NullableVar16CharHolder h) voidNullableVar16CharWriterImpl.write(NullableVar16CharHolder h) voidRepeatedVar16CharWriterImpl.write(NullableVar16CharHolder h) voidVar16CharWriterImpl.write(NullableVar16CharHolder h) Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableVar16CharHolder -
Uses of NullableVar16CharHolder in org.apache.drill.exec.vector.complex.reader
Methods in org.apache.drill.exec.vector.complex.reader with parameters of type NullableVar16CharHolderModifier and TypeMethodDescriptionvoidRepeatedVar16CharReader.read(int arrayIndex, NullableVar16CharHolder h) voidVar16CharReader.read(NullableVar16CharHolder h)