| Package | Description |
|---|---|
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.dictionary |
| Modifier and Type | Method and Description |
|---|---|
StructVector |
AbstractContainerVector.addOrGetStruct(String name) |
static StructVector |
StructVector.empty(String name,
BufferAllocator allocator) |
static StructVector |
StructVector.emptyWithDuplicates(String name,
BufferAllocator allocator) |
StructVector |
UnionVector.getStruct() |
StructVector |
DenseUnionVector.getStruct(byte typeId) |
| Constructor and Description |
|---|
NullableStructTransferPair(StructVector from,
StructVector to,
boolean allocate) |
| Modifier and Type | Field and Description |
|---|---|
protected StructVector |
NullableStructWriter.container |
| Modifier and Type | Method and Description |
|---|---|
NullableStructWriter |
NullableStructWriterFactory.build(StructVector container) |
| Constructor and Description |
|---|
NullableCaseSensitiveStructWriter(StructVector container) |
NullableStructWriter(StructVector container) |
| Modifier and Type | Method and Description |
|---|---|
StructVector |
StructSubfieldEncoder.decode(StructVector vector)
Decodes a dictionary subfields encoded vector using the provided dictionary.
|
StructVector |
StructSubfieldEncoder.encode(StructVector vector,
Map<Integer,Long> columnToDictionaryId)
Dictionary encodes subfields for complex vector with a provided dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
StructVector |
StructSubfieldEncoder.decode(StructVector vector)
Decodes a dictionary subfields encoded vector using the provided dictionary.
|
StructVector |
StructSubfieldEncoder.encode(StructVector vector,
Map<Integer,Long> columnToDictionaryId)
Dictionary encodes subfields for complex vector with a provided dictionary.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.