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 TypeMethodDescriptionvoid
RecordValueAccessor.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 TypeMethodDescriptionvoid
RepeatedVar16CharVector.Mutator.addSafe
(int index, NullableVar16CharHolder holder) void
NullableVar16CharVector.Accessor.get
(int index, NullableVar16CharHolder holder) void
RepeatedVar16CharVector.Accessor.get
(int index, int positionIndex, NullableVar16CharHolder holder) void
Var16CharVector.Accessor.get
(int index, NullableVar16CharHolder holder) void
NullableVar16CharVector.Mutator.set
(int index, NullableVar16CharHolder holder) protected void
Var16CharVector.Mutator.set
(int index, NullableVar16CharHolder holder) void
NullableVar16CharVector.Mutator.setSafe
(int index, NullableVar16CharHolder value) void
Var16CharVector.Mutator.setSafe
(int index, NullableVar16CharHolder holder) void
NullableVar16CharVector.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 TypeMethodDescriptionvoid
UnionVector.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 TypeMethodDescriptionvoid
AbstractFieldReader.read
(int arrayIndex, NullableVar16CharHolder holder) void
AbstractFieldReader.read
(NullableVar16CharHolder holder) void
NullableVar16CharHolderReaderImpl.read
(NullableVar16CharHolder h) void
NullableVar16CharReaderImpl.read
(NullableVar16CharHolder h) void
NullReader.read
(int arrayIndex, NullableVar16CharHolder holder) void
NullReader.read
(NullableVar16CharHolder holder) void
RepeatedVar16CharReaderImpl.read
(int arrayIndex, NullableVar16CharHolder h) void
UnionReader.read
(NullableVar16CharHolder holder) void
Var16CharHolderReaderImpl.read
(NullableVar16CharHolder h) void
Var16CharReaderImpl.read
(NullableVar16CharHolder h) void
NullableVar16CharWriterImpl.write
(NullableVar16CharHolder h) void
RepeatedVar16CharWriterImpl.write
(NullableVar16CharHolder h) void
Var16CharWriterImpl.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 TypeMethodDescriptionvoid
RepeatedVar16CharReader.read
(int arrayIndex, NullableVar16CharHolder h) void
Var16CharReader.read
(NullableVar16CharHolder h)