Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex |
Modifier and Type | Method and Description |
---|---|
List<BufferBacked> |
NullVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
BaseFixedWidthVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
ExtensionTypeVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
BaseVariableWidthVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
FieldVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
BaseLargeVariableWidthVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
Modifier and Type | Method and Description |
---|---|
List<BufferBacked> |
UnionVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
FixedSizeListVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
ListVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
DenseUnionVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
LargeListVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
List<BufferBacked> |
StructVector.getFieldInnerVectors()
Deprecated.
This API will be removed as the current implementations no longer support inner vectors.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.