Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex |
Modifier and Type | Method and Description |
---|---|
void |
NullVector.allocateNew() |
void |
ValueVector.allocateNew()
Allocate new buffers.
|
void |
ExtensionTypeVector.allocateNew() |
Modifier and Type | Method and Description |
---|---|
void |
UnionVector.allocateNew() |
void |
LargeListVector.allocateNew()
Same as
LargeListVector.allocateNewSafe() . |
void |
FixedSizeListVector.allocateNew() |
void |
ListVector.allocateNew()
Same as
ListVector.allocateNewSafe() . |
void |
DenseUnionVector.allocateNew() |
void |
AbstractContainerVector.allocateNew() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.