| Package | Description |
|---|---|
| org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyListShim
Internal implementation for a list of (possible) variants when
the list has no type associated with it at all.
|
class |
SimpleListShim
Shim for a list that holds a single type, but may eventually become a
list of variants.
|
class |
UnionVectorShim
Lists can operate in three modes: no type, one type or many
types (that is, a list of unions.) This shim implements the
variant writer when the backing vector is a union or a list
backed by a union.
|
| Modifier and Type | Method and Description |
|---|---|
UnionWriterImpl.UnionShim |
UnionWriterImpl.shim() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionWriterImpl.bindShim(UnionWriterImpl.UnionShim shim) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.