| Package | Description |
|---|---|
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.dictionary |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRepeatedValueVector
Base class for Vectors that contain repeated values.
|
class |
FixedSizeListVector
A ListVector where every list value is of the same size.
|
class |
ListVector
A list vector contains lists of a specific type of elements.
|
class |
MapVector
A MapVector is used to store entries of key/value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
BaseListVector |
ListSubfieldEncoder.decodeListSubField(BaseListVector vector)
Decodes a dictionary subfields encoded vector using the provided dictionary.
|
BaseListVector |
ListSubfieldEncoder.encodeListSubField(BaseListVector vector)
Dictionary encodes subfields for complex vector with a provided dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
BaseListVector |
ListSubfieldEncoder.decodeListSubField(BaseListVector vector)
Decodes a dictionary subfields encoded vector using the provided dictionary.
|
BaseListVector |
ListSubfieldEncoder.encodeListSubField(BaseListVector vector)
Dictionary encodes subfields for complex vector with a provided dictionary.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.