Uses of Class
org.apache.drill.exec.expr.holders.NullableVarCharHolder
Package
Description
-
Uses of NullableVarCharHolder in org.apache.drill.exec.expr.fn.impl
Modifier 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
Modifier and TypeMethodDescriptionvoid
RecordValueAccessor.getFieldById
(int fieldId, NullableVarCharHolder holder) -
Uses of NullableVarCharHolder in org.apache.drill.exec.store.http.util
Modifier 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
Modifier and TypeMethodDescriptionstatic nl.basjes.parse.useragent.AnalyzerUtilities.ParsedArguments
UserAgentAnalyzerProvider.parseArgumentArray
(NullableVarCharHolder[] input) -
Uses of NullableVarCharHolder in org.apache.drill.exec.vector
Modifier 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
Modifier and TypeMethodDescriptionvoid
UnionVector.Mutator.setSafe
(int index, NullableVarCharHolder holder) -
Uses of NullableVarCharHolder in org.apache.drill.exec.vector.complex.impl
Modifier 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) -
Uses of NullableVarCharHolder in org.apache.drill.exec.vector.complex.reader
Modifier and TypeMethodDescriptionvoid
RepeatedVarCharReader.read
(int arrayIndex, NullableVarCharHolder h) void
VarCharReader.read
(NullableVarCharHolder h)