| Package | Description |
|---|---|
| org.apache.drill.exec.vector.complex.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
org.apache.drill.exec.vector.complex.impl.AbstractRepeatedMapWriter<T extends AbstractRepeatedMapVector> |
class |
ComplexWriterImpl |
class |
PromotableWriter
This FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.
|
class |
RepeatedMapWriter |
class |
SingleDictWriter |
class |
VectorContainerWriter |
| Modifier and Type | Method and Description |
|---|---|
FieldWriter |
SingleDictWriter.getKeyWriter() |
FieldWriter |
SingleDictWriter.getValueWriter() |
protected FieldWriter |
PromotableWriter.getWriter() |
protected FieldWriter |
PromotableWriter.getWriter(TypeProtos.MinorType type) |
| Constructor and Description |
|---|
RepeatedMapWriter(RepeatedMapVector container,
FieldWriter parent) |
RepeatedMapWriter(RepeatedMapVector container,
FieldWriter parent,
boolean unionEnabled) |
SingleDictWriter(DictVector container,
FieldWriter parent) |
SingleDictWriter(DictVector container,
FieldWriter parent,
boolean unionEnabled) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.