| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDataValueVector |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BaseDataValueVector.load(ArrowFieldNode fieldNode,
List<BufferBacked> vectors,
List<ArrowBuf> buffers) |
static List<ArrowBuf> |
BaseDataValueVector.unload(List<BufferBacked> vectors) |
| Modifier and Type | Method and Description |
|---|---|
List<BufferBacked> |
UnionVector.getFieldInnerVectors() |
List<BufferBacked> |
ListVector.getFieldInnerVectors() |
List<BufferBacked> |
FixedSizeListVector.getFieldInnerVectors() |
List<BufferBacked> |
NullableMapVector.getFieldInnerVectors() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.