Uses of Class
org.apache.drill.exec.expr.holders.NullableVar16CharHolder
Package
Description
-
Uses of NullableVar16CharHolder in org.apache.drill.exec.record
Modifier and TypeMethodDescriptionvoid
RecordValueAccessor.getFieldById
(int fieldId, NullableVar16CharHolder holder) -
Uses of NullableVar16CharHolder in org.apache.drill.exec.vector
Modifier 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
Modifier and TypeMethodDescriptionvoid
UnionVector.Mutator.setSafe
(int index, NullableVar16CharHolder holder) -
Uses of NullableVar16CharHolder in org.apache.drill.exec.vector.complex.impl
Modifier 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) -
Uses of NullableVar16CharHolder in org.apache.drill.exec.vector.complex.reader
Modifier and TypeMethodDescriptionvoid
RepeatedVar16CharReader.read
(int arrayIndex, NullableVar16CharHolder h) void
Var16CharReader.read
(NullableVar16CharHolder h)