| Package | Description |
|---|---|
| org.apache.drill.exec.vector.accessor.reader |
Provides the reader hierarchy as explained in the API package.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractTupleReader.TupleObjectReader |
MapReader.build(ColumnMetadata schema,
VectorAccessor mapAccessor,
AbstractObjectReader[] readers) |
static AbstractTupleReader.TupleObjectReader |
DictEntryReader.build(ColumnMetadata schema,
VectorAccessor accessor,
AbstractObjectReader[] readers) |
static AbstractTupleReader.TupleObjectReader |
DictEntryReader.build(ColumnMetadata schema,
VectorAccessor accessor,
List<AbstractObjectReader> readers) |
| Constructor and Description |
|---|
DictReaderImpl(ColumnMetadata metadata,
VectorAccessor va,
AbstractTupleReader.TupleObjectReader entryObjectReader) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.