| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.types | |
| org.apache.arrow.vector.util |
| 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 |
DateVector
Date 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
NullableBigInt implements a vector of values which could be null.
|
class |
NullableBitVector
NullableBit implements a vector of values which could be null.
|
class |
NullableDateVector
NullableDate implements a vector of values which could be null.
|
class |
NullableDecimalVector
NullableDecimal implements a vector of values which could be null.
|
class |
NullableFloat4Vector
NullableFloat4 implements a vector of values which could be null.
|
class |
NullableFloat8Vector
NullableFloat8 implements a vector of values which could be null.
|
class |
NullableIntervalDayVector
NullableIntervalDay implements a vector of values which could be null.
|
class |
NullableIntervalYearVector
NullableIntervalYear implements a vector of values which could be null.
|
class |
NullableIntVector
NullableInt implements a vector of values which could be null.
|
class |
NullableSmallIntVector
NullableSmallInt implements a vector of values which could be null.
|
class |
NullableTimeStampVector
NullableTimeStamp implements a vector of values which could be null.
|
class |
NullableTimeVector
NullableTime implements a vector of values which could be null.
|
class |
NullableTinyIntVector
NullableTinyInt implements a vector of values which could be null.
|
class |
NullableUInt1Vector
NullableUInt1 implements a vector of values which could be null.
|
class |
NullableUInt2Vector
NullableUInt2 implements a vector of values which could be null.
|
class |
NullableUInt4Vector
NullableUInt4 implements a vector of values which could be null.
|
class |
NullableUInt8Vector
NullableUInt8 implements a vector of values which could be null.
|
class |
NullableVarBinaryVector
NullableVarBinary implements a vector of values which could be null.
|
class |
NullableVarCharVector
NullableVarChar implements a vector of values which could be null.
|
class |
SmallIntVector
SmallInt implements a vector of fixed width values.
|
class |
TimeStampVector
TimeStamp implements a vector of fixed width values.
|
class |
TimeVector
Time 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 |
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(Types.MinorType minorType) |
<T extends ValueVector> |
BaseRepeatedValueVector.addOrGetVector(Types.MinorType minorType) |
protected <T extends ValueVector> |
AbstractContainerVector.typeify(ValueVector v,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueVector |
AbstractMapVector.add(String name,
Types.MinorType minorType,
int... precisionScale) |
ValueVector |
AbstractMapVector.getChildByOrdinal(int id)
Returns a
ValueVector corresponding to the given ordinal identifier. |
ValueVector |
RepeatedValueVector.getDataVector()
Returns the underlying data vector or null if none exists.
|
ValueVector |
MapVector.MapTransferPair.getTo() |
ValueVector |
MapVector.getVectorById(int id) |
| Modifier and Type | Method and Description |
|---|---|
List<ValueVector> |
AbstractMapVector.getPrimitiveVectors()
Returns a list of scalar child vectors recursing the entire vector hierarchy.
|
Iterator<ValueVector> |
UnionVector.iterator() |
Iterator<ValueVector> |
BaseRepeatedValueVector.iterator() |
Iterator<ValueVector> |
AbstractMapVector.iterator() |
| Modifier and Type | Method and Description |
|---|---|
TransferPair |
UnionVector.makeTransferPair(ValueVector target) |
TransferPair |
NullableMapVector.makeTransferPair(ValueVector to) |
TransferPair |
MapVector.makeTransferPair(ValueVector to) |
TransferPair |
ListVector.makeTransferPair(ValueVector target) |
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,
ListVector listVector) |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldWriter |
Types.MinorType.getNewFieldWriter(ValueVector vector) |
| Modifier and Type | Method and Description |
|---|---|
ValueVector |
TransferPair.getTo() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.