Uses of Class
org.apache.drill.exec.expr.holders.SmallIntHolder
Packages that use SmallIntHolder
Package
Description
-
Uses of SmallIntHolder in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record with parameters of type SmallIntHolderModifier and TypeMethodDescriptionvoid
RecordValueAccessor.getFieldById
(int fieldId, SmallIntHolder holder) -
Uses of SmallIntHolder in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type SmallIntHolderModifier and TypeMethodDescriptionprotected void
RepeatedSmallIntVector.Mutator.add
(int index, SmallIntHolder holder) void
RepeatedSmallIntVector.Mutator.addSafe
(int index, SmallIntHolder holder) void
RepeatedSmallIntVector.Accessor.get
(int index, int positionIndex, SmallIntHolder holder) void
SmallIntVector.Accessor.get
(int index, SmallIntHolder holder) void
NullableSmallIntVector.Mutator.set
(int index, SmallIntHolder holder) protected void
SmallIntVector.Mutator.set
(int index, SmallIntHolder holder) void
NullableSmallIntVector.Mutator.setSafe
(int index, SmallIntHolder value) void
SmallIntVector.Mutator.setSafe
(int index, SmallIntHolder holder) void
NullableSmallIntVector.Mutator.setSkipNull
(int index, SmallIntHolder holder) -
Uses of SmallIntHolder in org.apache.drill.exec.vector.complex.impl
Methods in org.apache.drill.exec.vector.complex.impl with parameters of type SmallIntHolderModifier and TypeMethodDescriptionvoid
AbstractFieldReader.read
(int arrayIndex, SmallIntHolder holder) void
AbstractFieldReader.read
(SmallIntHolder holder) void
NullableSmallIntHolderReaderImpl.read
(SmallIntHolder h) void
NullReader.read
(int arrayIndex, SmallIntHolder holder) void
NullReader.read
(SmallIntHolder holder) void
RepeatedSmallIntReaderImpl.read
(int arrayIndex, SmallIntHolder h) void
SmallIntHolderReaderImpl.read
(SmallIntHolder h) void
SmallIntReaderImpl.read
(SmallIntHolder h) void
NullableSmallIntWriterImpl.write
(SmallIntHolder h) void
RepeatedSmallIntWriterImpl.write
(SmallIntHolder h) void
SmallIntWriterImpl.write
(SmallIntHolder h) void
UnionWriter.write
(SmallIntHolder holder) Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type SmallIntHolder -
Uses of SmallIntHolder in org.apache.drill.exec.vector.complex.reader
Methods in org.apache.drill.exec.vector.complex.reader with parameters of type SmallIntHolderModifier and TypeMethodDescriptionvoid
RepeatedSmallIntReader.read
(int arrayIndex, SmallIntHolder h) void
SmallIntReader.read
(SmallIntHolder h) -
Uses of SmallIntHolder in org.apache.drill.exec.vector.complex.writer
Methods in org.apache.drill.exec.vector.complex.writer with parameters of type SmallIntHolderModifier and TypeMethodDescriptionvoid
NullableSmallIntWriter.write
(SmallIntHolder h) void
RepeatedSmallIntWriter.write
(SmallIntHolder h) void
SmallIntWriter.write
(SmallIntHolder h)