Uses of Class
org.apache.drill.exec.vector.complex.MapVector
Package
Description
Implementation of the vector writers.
-
Uses of MapVector in org.apache.drill.exec.expr.holders
-
Uses of MapVector in org.apache.drill.exec.physical.impl.statistics
Modifier 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
-
Uses of MapVector in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeMethodDescriptionMapWriter.buildMap
(ColumnMetadata schema, MapVector vector, List<AbstractObjectWriter> writers) ModifierConstructorDescriptionprotected
SingleMapWriter
(ColumnMetadata schema, MapVector vector, List<AbstractObjectWriter> writers) -
Uses of MapVector in org.apache.drill.exec.vector.complex
Modifier and TypeMethodDescriptionvoid
MapVector.copyFromSafe
(int fromIndex, int thisIndex, MapVector from) ModifierConstructorDescriptionMapSingleCopier
(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
ModifierConstructorDescriptionComplexWriterImpl
(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)