| Package | Description |
|---|---|
| org.apache.drill.exec.vector.accessor |
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
|
| org.apache.drill.exec.vector.accessor.reader |
Provides the reader hierarchy as explained in the API package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DictReader |
| Modifier and Type | Method and Description |
|---|---|
ArrayReader |
VariantReader.array() |
ArrayReader |
ObjectReader.array() |
ArrayReader |
ArrayReader.array() |
ArrayReader |
TupleReader.array(int colIndex) |
ArrayReader |
TupleReader.array(String colName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayReaderImpl
Reader for an array-valued column.
|
class |
DictReaderImpl |
| Modifier and Type | Method and Description |
|---|---|
ArrayReader |
ArrayReaderImpl.array() |
ArrayReader |
ArrayReaderImpl.ArrayObjectReader.array() |
ArrayReader |
AbstractObjectReader.array() |
ArrayReader |
UnionReaderImpl.array() |
ArrayReader |
AbstractTupleReader.array(int colIndex) |
ArrayReader |
AbstractTupleReader.array(String colName) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.