Uses of Class
org.apache.drill.exec.vector.complex.MapVector
Packages that use MapVector
Package
Description
Implementation of the vector writers.
-
Uses of MapVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as MapVector -
Uses of MapVector in org.apache.drill.exec.physical.impl.statistics
Methods in org.apache.drill.exec.physical.impl.statistics with parameters of type MapVectorModifier and TypeMethodDescriptionabstract void
void
void
void
void
void
void
Merges the input statistic (incoming value vector) into the existing merged statisticvoid
void
void
void
abstract void
void
void
void
void
void
void
Sets the merged statistic value in the output (outgoing value vector)void
void
void
void
-
Uses of MapVector in org.apache.drill.exec.record
Subclasses of MapVector in org.apache.drill.exec.record -
Uses of MapVector in org.apache.drill.exec.vector.accessor.writer
Methods in org.apache.drill.exec.vector.accessor.writer with parameters of type MapVectorModifier and TypeMethodDescriptionMapWriter.buildMap
(ColumnMetadata schema, MapVector vector, List<AbstractObjectWriter> writers) Constructors in org.apache.drill.exec.vector.accessor.writer with parameters of type MapVectorModifierConstructorDescriptionprotected
SingleMapWriter
(ColumnMetadata schema, MapVector vector, List<AbstractObjectWriter> writers) -
Uses of MapVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return MapVectorMethods in org.apache.drill.exec.vector.complex with parameters of type MapVectorModifier and TypeMethodDescriptionvoid
MapVector.copyFromSafe
(int fromIndex, int thisIndex, MapVector from) Constructors in org.apache.drill.exec.vector.complex with parameters of type MapVectorModifierConstructorDescriptionMapSingleCopier
(RepeatedMapVector from, MapVector to) MapTransferPair
(MapVector from, String path, BufferAllocator allocator) MapTransferPair
(MapVector from, MapVector to) protected
MapTransferPair
(MapVector from, MapVector to, boolean allocate) -
Uses of MapVector in org.apache.drill.exec.vector.complex.impl
Fields in org.apache.drill.exec.vector.complex.impl declared as MapVectorMethods in org.apache.drill.exec.vector.complex.impl that return MapVectorConstructors in org.apache.drill.exec.vector.complex.impl with parameters of type MapVectorModifierConstructorDescriptionComplexWriterImpl
(String name, MapVector container) ComplexWriterImpl
(String name, MapVector container, boolean unionEnabled) SingleMapReaderImpl
(MapVector vector) SingleMapWriter
(MapVector container, FieldWriter parent) SingleMapWriter
(MapVector container, FieldWriter parent, boolean unionEnabled)