| Package | Description |
|---|---|
| org.apache.drill.exec.vector | |
| org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
| org.apache.drill.exec.vector.accessor.writer.dummy |
This package provides a "dummy" set of writers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitVector
Bit implements a vector of bit-width values.
|
class |
UntypedNullVector
UntypedNullVector is to represent a value vector with
TypeProtos.MinorType.NULL
All values in the vector represent two semantic implications: 1) the value is unknown, 2) the type is unknown. |
| Modifier and Type | Method and Description |
|---|---|
BaseDataValueVector |
NullableScalarWriter.vector() |
BaseDataValueVector |
OffsetVectorWriterImpl.vector() |
abstract BaseDataValueVector |
AbstractScalarWriterImpl.vector() |
BaseDataValueVector |
BitColumnWriter.vector() |
| Modifier and Type | Method and Description |
|---|---|
BaseDataValueVector |
DummyScalarWriter.vector() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.