| Package | Description |
|---|---|
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
ListVector |
AbstractContainerVector.addOrGetList(String name) |
static ListVector |
ListVector.empty(String name,
BufferAllocator allocator) |
ListVector |
UnionVector.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListVector.copyFrom(int inIndex,
int outIndex,
ListVector from) |
void |
ListVector.copyFromSafe(int inIndex,
int outIndex,
ListVector from) |
| Constructor and Description |
|---|
PromotableWriter(ValueVector v,
ListVector listVector) |
PromotableWriter(ValueVector v,
ListVector listVector,
NullableMapWriterFactory nullableMapWriterFactory) |
UnionListReader(ListVector vector) |
UnionListWriter(ListVector vector) |
UnionListWriter(ListVector vector,
org.apache.arrow.vector.complex.impl.AbstractFieldWriter parent) |
UnionListWriter(ListVector vector,
NullableMapWriterFactory nullableMapWriterFactory) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.