Uses of Class
org.apache.drill.exec.expr.holders.NullableVarCharHolder
Packages that use NullableVarCharHolder
Package
Description
-
Uses of NullableVarCharHolder in org.apache.drill.exec.expr.fn.impl
Methods in org.apache.drill.exec.expr.fn.impl with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionstatic final int
VarHelpers.compare
(NullableVarBinaryHolder left, NullableVarCharHolder right) static final int
VarHelpers.compare
(NullableVarCharHolder left, NullableVarCharHolder right) static String
StringFunctionHelpers.getStringFromVarCharHolder
(NullableVarCharHolder varCharHolder) Convert a NullableVarCharHolder to a String. -
Uses of NullableVarCharHolder in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoid
RecordValueAccessor.getFieldById
(int fieldId, NullableVarCharHolder holder) -
Uses of NullableVarCharHolder in org.apache.drill.exec.store.http.util
Methods in org.apache.drill.exec.store.http.util with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionSimpleHttp.buildParameterList
(NullableVarCharHolder[] inputReaders) Accepts a list of input readers and converts that into an ArrayList of Strings -
Uses of NullableVarCharHolder in org.apache.drill.exec.udfs
Methods in org.apache.drill.exec.udfs with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionstatic nl.basjes.parse.useragent.AnalyzerUtilities.ParsedArguments
UserAgentAnalyzerProvider.parseArgumentArray
(NullableVarCharHolder[] input) -
Uses of NullableVarCharHolder in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoid
RepeatedVarCharVector.Mutator.addSafe
(int index, NullableVarCharHolder holder) void
NullableVarCharVector.Accessor.get
(int index, NullableVarCharHolder holder) void
RepeatedVarCharVector.Accessor.get
(int index, int positionIndex, NullableVarCharHolder holder) void
VarCharVector.Accessor.get
(int index, NullableVarCharHolder holder) void
NullableVarCharVector.Mutator.set
(int index, NullableVarCharHolder holder) protected void
VarCharVector.Mutator.set
(int index, NullableVarCharHolder holder) void
NullableVarCharVector.Mutator.setSafe
(int index, NullableVarCharHolder value) void
VarCharVector.Mutator.setSafe
(int index, NullableVarCharHolder holder) void
NullableVarCharVector.Mutator.setSkipNull
(int index, NullableVarCharHolder holder) -
Uses of NullableVarCharHolder in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoid
UnionVector.Mutator.setSafe
(int index, NullableVarCharHolder holder) -
Uses of NullableVarCharHolder in org.apache.drill.exec.vector.complex.impl
Methods in org.apache.drill.exec.vector.complex.impl with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoid
AbstractFieldReader.read
(int arrayIndex, NullableVarCharHolder holder) void
AbstractFieldReader.read
(NullableVarCharHolder holder) void
NullableVarCharHolderReaderImpl.read
(NullableVarCharHolder h) void
NullableVarCharReaderImpl.read
(NullableVarCharHolder h) void
NullReader.read
(int arrayIndex, NullableVarCharHolder holder) void
NullReader.read
(NullableVarCharHolder holder) void
RepeatedVarCharReaderImpl.read
(int arrayIndex, NullableVarCharHolder h) void
UnionReader.read
(NullableVarCharHolder holder) void
VarCharHolderReaderImpl.read
(NullableVarCharHolder h) void
VarCharReaderImpl.read
(NullableVarCharHolder h) void
NullableVarCharWriterImpl.write
(NullableVarCharHolder h) void
RepeatedVarCharWriterImpl.write
(NullableVarCharHolder h) void
VarCharWriterImpl.write
(NullableVarCharHolder h) Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableVarCharHolder -
Uses of NullableVarCharHolder in org.apache.drill.exec.vector.complex.reader
Methods in org.apache.drill.exec.vector.complex.reader with parameters of type NullableVarCharHolderModifier and TypeMethodDescriptionvoid
RepeatedVarCharReader.read
(int arrayIndex, NullableVarCharHolder h) void
VarCharReader.read
(NullableVarCharHolder h)