| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.types |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaChangeCallBack |
| Modifier and Type | Field and Description |
|---|---|
protected CallBack |
AbstractContainerVector.callBack |
| Constructor and Description |
|---|
AbstractContainerVector(String name,
BufferAllocator allocator,
CallBack callBack) |
AbstractMapVector(String name,
BufferAllocator allocator,
CallBack callBack) |
ListVector(String name,
BufferAllocator allocator,
CallBack callBack) |
MapVector(String name,
BufferAllocator allocator,
CallBack callBack) |
NullableMapVector(String name,
BufferAllocator allocator,
CallBack callBack) |
UnionVector(String name,
BufferAllocator allocator,
CallBack callBack) |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldVector |
Types.MinorType.getNewVector(String name,
BufferAllocator allocator,
CallBack callBack,
int... precisionScale) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.