Uses of Class
org.apache.drill.exec.vector.complex.DictVector
Packages that use DictVector
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
Handles the details of the result set loader implementation.
Implementation of the vector writers.
-
Uses of DictVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as DictVector -
Uses of DictVector in org.apache.drill.exec.physical.impl.scan.project
Fields in org.apache.drill.exec.physical.impl.scan.project declared as DictVectorModifier and TypeFieldDescriptionprotected DictVector
ResolvedTuple.ResolvedSingleDict.inputVector
protected DictVector
ResolvedTuple.ResolvedSingleDict.outputVector
-
Uses of DictVector in org.apache.drill.exec.physical.resultSet.impl
Constructors in org.apache.drill.exec.physical.resultSet.impl with parameters of type DictVector -
Uses of DictVector in org.apache.drill.exec.vector.accessor.writer
Methods in org.apache.drill.exec.vector.accessor.writer with parameters of type DictVectorModifier and TypeMethodDescriptionObjectDictWriter.buildDict
(ColumnMetadata metadata, DictVector vector, List<AbstractObjectWriter> keyValueWriters) DictEntryWriter.buildDictEntryWriter
(ColumnMetadata schema, List<AbstractObjectWriter> keyValueWriters, DictVector vector) -
Uses of DictVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return DictVectorMethods in org.apache.drill.exec.vector.complex with parameters of type DictVectorModifier and TypeMethodDescriptionDictVector.makeTransferPair
(DictVector to) void
DictVector.transferTo
(DictVector target) -
Uses of DictVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type DictVectorModifierConstructorDescriptionSingleDictReaderImpl
(DictVector vector) SingleDictWriter
(DictVector container, FieldWriter parent) SingleDictWriter
(DictVector container, FieldWriter parent, boolean unionEnabled)