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 intVarHelpers.compare(NullableVarBinaryHolder left, NullableVarCharHolder right) static final intVarHelpers.compare(NullableVarCharHolder left, NullableVarCharHolder right) static StringStringFunctionHelpers.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 TypeMethodDescriptionvoidRecordValueAccessor.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.ParsedArgumentsUserAgentAnalyzerProvider.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 TypeMethodDescriptionvoidRepeatedVarCharVector.Mutator.addSafe(int index, NullableVarCharHolder holder) voidNullableVarCharVector.Accessor.get(int index, NullableVarCharHolder holder) voidRepeatedVarCharVector.Accessor.get(int index, int positionIndex, NullableVarCharHolder holder) voidVarCharVector.Accessor.get(int index, NullableVarCharHolder holder) voidNullableVarCharVector.Mutator.set(int index, NullableVarCharHolder holder) protected voidVarCharVector.Mutator.set(int index, NullableVarCharHolder holder) voidNullableVarCharVector.Mutator.setSafe(int index, NullableVarCharHolder value) voidVarCharVector.Mutator.setSafe(int index, NullableVarCharHolder holder) voidNullableVarCharVector.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 TypeMethodDescriptionvoidUnionVector.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 TypeMethodDescriptionvoidAbstractFieldReader.read(int arrayIndex, NullableVarCharHolder holder) voidAbstractFieldReader.read(NullableVarCharHolder holder) voidNullableVarCharHolderReaderImpl.read(NullableVarCharHolder h) voidNullableVarCharReaderImpl.read(NullableVarCharHolder h) voidNullReader.read(int arrayIndex, NullableVarCharHolder holder) voidNullReader.read(NullableVarCharHolder holder) voidRepeatedVarCharReaderImpl.read(int arrayIndex, NullableVarCharHolder h) voidUnionReader.read(NullableVarCharHolder holder) voidVarCharHolderReaderImpl.read(NullableVarCharHolder h) voidVarCharReaderImpl.read(NullableVarCharHolder h) voidNullableVarCharWriterImpl.write(NullableVarCharHolder h) voidRepeatedVarCharWriterImpl.write(NullableVarCharHolder h) voidVarCharWriterImpl.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 TypeMethodDescriptionvoidRepeatedVarCharReader.read(int arrayIndex, NullableVarCharHolder h) voidVarCharReader.read(NullableVarCharHolder h)