| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.flatten | |
| org.apache.drill.exec.physical.impl.unnest | |
| org.apache.drill.exec.physical.resultSet.impl |
Handles the details of the result set loader implementation.
|
| org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
| org.apache.drill.exec.vector.complex |
| Modifier and Type | Method and Description |
|---|---|
RepeatedValueVector |
FlattenTemplate.getFlattenField() |
RepeatedValueVector |
Flattener.getFlattenField() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlattenTemplate.setFlattenField(RepeatedValueVector flattenField) |
void |
Flattener.setFlattenField(RepeatedValueVector repeatedColumn) |
| Modifier and Type | Method and Description |
|---|---|
RepeatedValueVector |
UnnestImpl.getUnnestField() |
RepeatedValueVector |
Unnest.getUnnestField() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnnestImpl.setUnnestField(RepeatedValueVector unnestField) |
void |
Unnest.setUnnestField(RepeatedValueVector repeatedColumn)
Set the field to be unnested
|
| Constructor and Description |
|---|
RepeatedVectorState(ArrayWriter writer,
RepeatedValueVector vector) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractArrayWriter.ArrayObjectWriter |
ScalarArrayWriter.build(ColumnMetadata schema,
RepeatedValueVector repeatedVector,
BaseScalarWriter baseElementWriter) |
| Constructor and Description |
|---|
ScalarArrayWriter(ColumnMetadata schema,
RepeatedValueVector vector,
BaseScalarWriter baseElementWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRepeatedMapVector |
class |
BaseRepeatedValueVector |
class |
DictVector
A
ValueVector holding key-value pairs. |
class |
ListVector
"Non-repeated" LIST vector.
|
class |
RepeatedDictVector |
class |
RepeatedListVector |
protected static class |
RepeatedListVector.DelegateRepeatedVector |
class |
RepeatedMapVector |
Copyright © 2021 The Apache Software Foundation. All rights reserved.