Uses of Class
org.apache.drill.exec.expr.holders.VarCharHolder
Packages that use VarCharHolder
Package
Description
-
Uses of VarCharHolder in org.apache.drill.exec.expr.fn.impl
Methods in org.apache.drill.exec.expr.fn.impl with parameters of type VarCharHolderModifier and TypeMethodDescriptionstatic final int
VarHelpers.compare
(VarBinaryHolder left, VarCharHolder right) static final int
VarHelpers.compare
(VarCharHolder left, VarCharHolder right) static String
StringFunctionHelpers.getStringFromVarCharHolder
(VarCharHolder varCharHolder) Convert a VarCharHolder to a String. -
Uses of VarCharHolder in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record with parameters of type VarCharHolderModifier and TypeMethodDescriptionvoid
RecordValueAccessor.getFieldById
(int fieldId, VarCharHolder holder) -
Uses of VarCharHolder in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return VarCharHolderModifier and TypeMethodDescriptionstatic VarCharHolder
ValueHolderHelper.getVarCharHolder
(DrillBuf buf, String s) static VarCharHolder
ValueHolderHelper.getVarCharHolder
(BufferAllocator a, String s) Methods in org.apache.drill.exec.vector with parameters of type VarCharHolderModifier and TypeMethodDescriptionprotected void
RepeatedVarCharVector.Mutator.add
(int index, VarCharHolder holder) void
RepeatedVarCharVector.Mutator.addSafe
(int index, VarCharHolder holder) void
RepeatedVarCharVector.Accessor.get
(int index, int positionIndex, VarCharHolder holder) void
VarCharVector.Accessor.get
(int index, VarCharHolder holder) void
NullableVarCharVector.Mutator.set
(int index, VarCharHolder holder) protected void
VarCharVector.Mutator.set
(int index, VarCharHolder holder) void
NullableVarCharVector.Mutator.setSafe
(int index, VarCharHolder value) void
VarCharVector.Mutator.setSafe
(int index, VarCharHolder holder) void
NullableVarCharVector.Mutator.setSkipNull
(int index, VarCharHolder holder) -
Uses of VarCharHolder in org.apache.drill.exec.vector.complex.impl
Methods in org.apache.drill.exec.vector.complex.impl with parameters of type VarCharHolderModifier and TypeMethodDescriptionvoid
AbstractFieldReader.read
(int arrayIndex, VarCharHolder holder) void
AbstractFieldReader.read
(VarCharHolder holder) void
NullableVarCharHolderReaderImpl.read
(VarCharHolder h) void
NullReader.read
(int arrayIndex, VarCharHolder holder) void
NullReader.read
(VarCharHolder holder) void
RepeatedVarCharReaderImpl.read
(int arrayIndex, VarCharHolder h) void
VarCharHolderReaderImpl.read
(VarCharHolder h) void
VarCharReaderImpl.read
(VarCharHolder h) void
NullableVarCharWriterImpl.write
(VarCharHolder h) void
RepeatedVarCharWriterImpl.write
(VarCharHolder h) void
UnionWriter.write
(VarCharHolder holder) void
VarCharWriterImpl.write
(VarCharHolder h) Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type VarCharHolder -
Uses of VarCharHolder in org.apache.drill.exec.vector.complex.reader
Methods in org.apache.drill.exec.vector.complex.reader with parameters of type VarCharHolderModifier and TypeMethodDescriptionvoid
RepeatedVarCharReader.read
(int arrayIndex, VarCharHolder h) void
VarCharReader.read
(VarCharHolder h) -
Uses of VarCharHolder in org.apache.drill.exec.vector.complex.writer
Methods in org.apache.drill.exec.vector.complex.writer with parameters of type VarCharHolderModifier and TypeMethodDescriptionvoid
NullableVarCharWriter.write
(VarCharHolder h) void
RepeatedVarCharWriter.write
(VarCharHolder h) void
VarCharWriter.write
(VarCharHolder h)