| Modifier and Type | Class and Description |
|---|---|
class |
AddOrGetResult<V extends ValueVector> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldVector
A vector corresponding to a Field in the schema
It has inner vectors backed by buffers (validity, offsets, data, ...)
|
interface |
FixedWidthVector |
interface |
NullableVector |
interface |
VariableWidthVector |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDataValueVector |
class |
BaseValueVector |
class |
BigIntVector
BigInt implements a vector of fixed width values.
|
class |
BitVector
Bit implements a vector of bit-width values.
|
class |
DateDayVector
DateDay implements a vector of fixed width values.
|
class |
DateMilliVector
DateMilli implements a vector of fixed width values.
|
class |
DecimalVector
Decimal implements a vector of fixed width values.
|
class |
Float4Vector
Float4 implements a vector of fixed width values.
|
class |
Float8Vector
Float8 implements a vector of fixed width values.
|
class |
IntervalDayVector
IntervalDay implements a vector of fixed width values.
|
class |
IntervalYearVector
IntervalYear implements a vector of fixed width values.
|
class |
IntVector
Int implements a vector of fixed width values.
|
class |
NullableBigIntVector
NullableBigIntVector implements a vector of values which could be null.
|
class |
NullableBitVector
NullableBitVector implements a vector of values which could be null.
|
class |
NullableDateDayVector
NullableDateDayVector implements a vector of values which could be null.
|
class |
NullableDateMilliVector
NullableDateMilliVector implements a vector of values which could be null.
|
class |
NullableDecimalVector
NullableDecimalVector implements a vector of values which could be null.
|
class |
NullableFloat4Vector
NullableFloat4Vector implements a vector of values which could be null.
|
class |
NullableFloat8Vector
NullableFloat8Vector implements a vector of values which could be null.
|
class |
NullableIntervalDayVector
NullableIntervalDayVector implements a vector of values which could be null.
|
class |
NullableIntervalYearVector
NullableIntervalYearVector implements a vector of values which could be null.
|
class |
NullableIntVector
NullableIntVector implements a vector of values which could be null.
|
class |
NullableSmallIntVector
NullableSmallIntVector implements a vector of values which could be null.
|
class |
NullableTimeMicroVector
NullableTimeMicroVector implements a vector of values which could be null.
|
class |
NullableTimeMilliVector
NullableTimeMilliVector implements a vector of values which could be null.
|
class |
NullableTimeNanoVector
NullableTimeNanoVector implements a vector of values which could be null.
|
class |
NullableTimeSecVector
NullableTimeSecVector implements a vector of values which could be null.
|
class |
NullableTimeStampMicroTZVector
NullableTimeStampMicroTZVector implements a vector of values which could be null.
|
class |
NullableTimeStampMicroVector
NullableTimeStampMicroVector implements a vector of values which could be null.
|
class |
NullableTimeStampMilliTZVector
NullableTimeStampMilliTZVector implements a vector of values which could be null.
|
class |
NullableTimeStampMilliVector
NullableTimeStampMilliVector implements a vector of values which could be null.
|
class |
NullableTimeStampNanoTZVector
NullableTimeStampNanoTZVector implements a vector of values which could be null.
|
class |
NullableTimeStampNanoVector
NullableTimeStampNanoVector implements a vector of values which could be null.
|
class |
NullableTimeStampSecTZVector
NullableTimeStampSecTZVector implements a vector of values which could be null.
|
class |
NullableTimeStampSecVector
NullableTimeStampSecVector implements a vector of values which could be null.
|
class |
NullableTinyIntVector
NullableTinyIntVector implements a vector of values which could be null.
|
class |
NullableUInt1Vector
NullableUInt1Vector implements a vector of values which could be null.
|
class |
NullableUInt2Vector
NullableUInt2Vector implements a vector of values which could be null.
|
class |
NullableUInt4Vector
NullableUInt4Vector implements a vector of values which could be null.
|
class |
NullableUInt8Vector
NullableUInt8Vector implements a vector of values which could be null.
|
class |
NullableVarBinaryVector
NullableVarBinaryVector implements a vector of values which could be null.
|
class |
NullableVarCharVector
NullableVarCharVector implements a vector of values which could be null.
|
class |
SmallIntVector
SmallInt implements a vector of fixed width values.
|
class |
TimeMicroVector
TimeMicro implements a vector of fixed width values.
|
class |
TimeMilliVector
TimeMilli implements a vector of fixed width values.
|
class |
TimeNanoVector
TimeNano implements a vector of fixed width values.
|
class |
TimeSecVector
TimeSec implements a vector of fixed width values.
|
class |
TimeStampMicroTZVector
TimeStampMicroTZ implements a vector of fixed width values.
|
class |
TimeStampMicroVector
TimeStampMicro implements a vector of fixed width values.
|
class |
TimeStampMilliTZVector
TimeStampMilliTZ implements a vector of fixed width values.
|
class |
TimeStampMilliVector
TimeStampMilli implements a vector of fixed width values.
|
class |
TimeStampNanoTZVector
TimeStampNanoTZ implements a vector of fixed width values.
|
class |
TimeStampNanoVector
TimeStampNano implements a vector of fixed width values.
|
class |
TimeStampSecTZVector
TimeStampSecTZ implements a vector of fixed width values.
|
class |
TimeStampSecVector
TimeStampSec implements a vector of fixed width values.
|
class |
TinyIntVector
TinyInt implements a vector of fixed width values.
|
class |
UInt1Vector
UInt1 implements a vector of fixed width values.
|
class |
UInt2Vector
UInt2 implements a vector of fixed width values.
|
class |
UInt4Vector
UInt4 implements a vector of fixed width values.
|
class |
UInt8Vector
UInt8 implements a vector of fixed width values.
|
class |
VarBinaryVector
VarBinaryVector implements a vector of variable width values.
|
class |
VarCharVector
VarCharVector implements a vector of variable width values.
|
class |
ZeroVector |
| Modifier and Type | Method and Description |
|---|---|
ValueVector |
NullableVector.getValuesVector() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ValueVector> |
ZeroVector.iterator() |
Iterator<ValueVector> |
BaseValueVector.iterator() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepeatedValueVector
An abstraction representing repeated value vectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContainerVector
Base class for composite vectors.
|
class |
AbstractMapVector |
class |
BaseRepeatedValueVector |
class |
FixedSizeListVector |
class |
ListVector |
class |
MapVector |
class |
NullableMapVector |
class |
UnionVector |
| Modifier and Type | Field and Description |
|---|---|
ValueVector |
VectorWithOrdinal.vector |
| Modifier and Type | Method and Description |
|---|---|
<T extends ValueVector> |
ListVector.addOrGetVector(FieldType fieldType) |
<T extends ValueVector> |
FixedSizeListVector.addOrGetVector(FieldType type) |
<T extends ValueVector> |
PromotableVector.addOrGetVector(FieldType type) |
<T extends ValueVector> |
BaseRepeatedValueVector.addOrGetVector(FieldType fieldType) |
protected <T extends ValueVector> |
AbstractContainerVector.typeify(ValueVector v,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueVector |
AbstractMapVector.add(String childName,
FieldType fieldType) |
ValueVector |
AbstractMapVector.getChildByOrdinal(int id)
Returns a
ValueVector corresponding to the given ordinal identifier. |
ValueVector |
RepeatedValueVector.getDataVector() |
ValueVector |
MapVector.MapTransferPair.getTo() |
ValueVector |
MapVector.getVectorById(int id) |
| Modifier and Type | Method and Description |
|---|---|
List<ValueVector> |
AbstractMapVector.getPrimitiveVectors() |
Iterator<ValueVector> |
UnionVector.iterator() |
Iterator<ValueVector> |
AbstractMapVector.iterator() |
Iterator<ValueVector> |
FixedSizeListVector.iterator() |
Iterator<ValueVector> |
BaseRepeatedValueVector.iterator() |
| Modifier and Type | Method and Description |
|---|---|
TransferPair |
UnionVector.makeTransferPair(ValueVector target) |
TransferPair |
ListVector.makeTransferPair(ValueVector target) |
TransferPair |
FixedSizeListVector.makeTransferPair(ValueVector target) |
TransferPair |
NullableMapVector.makeTransferPair(ValueVector to) |
TransferPair |
MapVector.makeTransferPair(ValueVector to) |
protected <T extends ValueVector> |
AbstractContainerVector.typeify(ValueVector v,
Class<T> clazz) |
| Constructor and Description |
|---|
VectorWithOrdinal(ValueVector v,
int ordinal) |
| Constructor and Description |
|---|
PromotableWriter(ValueVector v,
AbstractMapVector parentContainer) |
PromotableWriter(ValueVector v,
AbstractMapVector parentContainer,
NullableMapWriterFactory nullableMapWriterFactory) |
PromotableWriter(ValueVector v,
ListVector listVector) |
PromotableWriter(ValueVector v,
ListVector listVector,
NullableMapWriterFactory nullableMapWriterFactory) |
| Modifier and Type | Method and Description |
|---|---|
static ValueVector |
DictionaryEncoder.decode(ValueVector indices,
Dictionary dictionary)
Decodes a dictionary encoded array using the provided dictionary.
|
static ValueVector |
DictionaryEncoder.encode(ValueVector vector,
Dictionary dictionary)
Dictionary encodes a vector with a provided dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueVector |
DictionaryEncoder.decode(ValueVector indices,
Dictionary dictionary)
Decodes a dictionary encoded array using the provided dictionary.
|
static ValueVector |
DictionaryEncoder.encode(ValueVector vector,
Dictionary dictionary)
Dictionary encodes a vector with a provided dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FieldWriter |
Types.MinorType.getNewFieldWriter(ValueVector vector) |
| Modifier and Type | Method and Description |
|---|---|
ValueVector |
TransferPair.getTo() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.