Uses of Class
org.apache.drill.exec.expr.holders.NullableSmallIntHolder
Packages that use NullableSmallIntHolder
Package
Description
-
Uses of NullableSmallIntHolder in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidRecordValueAccessor.getFieldById(int fieldId, NullableSmallIntHolder holder) -
Uses of NullableSmallIntHolder in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidRepeatedSmallIntVector.Mutator.addSafe(int index, NullableSmallIntHolder holder) voidNullableSmallIntVector.Accessor.get(int index, NullableSmallIntHolder holder) voidRepeatedSmallIntVector.Accessor.get(int index, int positionIndex, NullableSmallIntHolder holder) voidSmallIntVector.Accessor.get(int index, NullableSmallIntHolder holder) voidNullableSmallIntVector.Mutator.set(int index, NullableSmallIntHolder holder) protected voidSmallIntVector.Mutator.set(int index, NullableSmallIntHolder holder) voidNullableSmallIntVector.Mutator.setSafe(int index, NullableSmallIntHolder value) voidSmallIntVector.Mutator.setSafe(int index, NullableSmallIntHolder holder) voidNullableSmallIntVector.Mutator.setSkipNull(int index, NullableSmallIntHolder holder) -
Uses of NullableSmallIntHolder in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidUnionVector.Mutator.setSafe(int index, NullableSmallIntHolder holder) -
Uses of NullableSmallIntHolder in org.apache.drill.exec.vector.complex.impl
Methods in org.apache.drill.exec.vector.complex.impl with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidAbstractFieldReader.read(int arrayIndex, NullableSmallIntHolder holder) voidAbstractFieldReader.read(NullableSmallIntHolder holder) voidNullableSmallIntHolderReaderImpl.read(NullableSmallIntHolder h) voidNullableSmallIntReaderImpl.read(NullableSmallIntHolder h) voidNullReader.read(int arrayIndex, NullableSmallIntHolder holder) voidNullReader.read(NullableSmallIntHolder holder) voidRepeatedSmallIntReaderImpl.read(int arrayIndex, NullableSmallIntHolder h) voidSmallIntHolderReaderImpl.read(NullableSmallIntHolder h) voidSmallIntReaderImpl.read(NullableSmallIntHolder h) voidUnionReader.read(NullableSmallIntHolder holder) voidNullableSmallIntWriterImpl.write(NullableSmallIntHolder h) voidRepeatedSmallIntWriterImpl.write(NullableSmallIntHolder h) voidSmallIntWriterImpl.write(NullableSmallIntHolder h) Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableSmallIntHolder -
Uses of NullableSmallIntHolder in org.apache.drill.exec.vector.complex.reader
Methods in org.apache.drill.exec.vector.complex.reader with parameters of type NullableSmallIntHolderModifier and TypeMethodDescriptionvoidRepeatedSmallIntReader.read(int arrayIndex, NullableSmallIntHolder h) voidSmallIntReader.read(NullableSmallIntHolder h)