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 TypeMethodDescriptionvoid
RecordValueAccessor.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 TypeMethodDescriptionvoid
RepeatedSmallIntVector.Mutator.addSafe
(int index, NullableSmallIntHolder holder) void
NullableSmallIntVector.Accessor.get
(int index, NullableSmallIntHolder holder) void
RepeatedSmallIntVector.Accessor.get
(int index, int positionIndex, NullableSmallIntHolder holder) void
SmallIntVector.Accessor.get
(int index, NullableSmallIntHolder holder) void
NullableSmallIntVector.Mutator.set
(int index, NullableSmallIntHolder holder) protected void
SmallIntVector.Mutator.set
(int index, NullableSmallIntHolder holder) void
NullableSmallIntVector.Mutator.setSafe
(int index, NullableSmallIntHolder value) void
SmallIntVector.Mutator.setSafe
(int index, NullableSmallIntHolder holder) void
NullableSmallIntVector.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 TypeMethodDescriptionvoid
UnionVector.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 TypeMethodDescriptionvoid
AbstractFieldReader.read
(int arrayIndex, NullableSmallIntHolder holder) void
AbstractFieldReader.read
(NullableSmallIntHolder holder) void
NullableSmallIntHolderReaderImpl.read
(NullableSmallIntHolder h) void
NullableSmallIntReaderImpl.read
(NullableSmallIntHolder h) void
NullReader.read
(int arrayIndex, NullableSmallIntHolder holder) void
NullReader.read
(NullableSmallIntHolder holder) void
RepeatedSmallIntReaderImpl.read
(int arrayIndex, NullableSmallIntHolder h) void
SmallIntHolderReaderImpl.read
(NullableSmallIntHolder h) void
SmallIntReaderImpl.read
(NullableSmallIntHolder h) void
UnionReader.read
(NullableSmallIntHolder holder) void
NullableSmallIntWriterImpl.write
(NullableSmallIntHolder h) void
RepeatedSmallIntWriterImpl.write
(NullableSmallIntHolder h) void
SmallIntWriterImpl.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 TypeMethodDescriptionvoid
RepeatedSmallIntReader.read
(int arrayIndex, NullableSmallIntHolder h) void
SmallIntReader.read
(NullableSmallIntHolder h)