Package | Description |
---|---|
org.apache.arrow.flatbuf |
Modifier and Type | Method and Description |
---|---|
Buffer |
Buffer.__assign(int _i,
ByteBuffer _bb) |
Buffer |
RecordBatch.buffers(Buffer obj,
int j) |
Buffer |
RecordBatch.buffers(int j)
Buffers correspond to the pre-ordered flattened buffer tree
The number of buffers appended to this list depends on the schema.
|
Buffer |
Tensor.data()
The location and size of the tensor's data
|
Buffer |
SparseTensor.data()
The location and size of the tensor's data
|
Buffer |
Tensor.data(Buffer obj) |
Buffer |
SparseTensor.data(Buffer obj) |
Buffer |
Buffer.Vector.get(Buffer obj,
int j) |
Buffer |
Buffer.Vector.get(int j) |
Buffer |
SparseTensorIndexCOO.indicesBuffer()
The location and size of the indices matrix's data
|
Buffer |
SparseMatrixIndexCSX.indicesBuffer()
indicesBuffer stores the location and size of the array that
contains the column indices of the corresponding non-zero values.
|
Buffer |
SparseTensorIndexCOO.indicesBuffer(Buffer obj) |
Buffer |
SparseMatrixIndexCSX.indicesBuffer(Buffer obj) |
Buffer |
SparseTensorIndexCSF.indicesBuffers(Buffer obj,
int j) |
Buffer |
SparseTensorIndexCSF.indicesBuffers(int j)
indicesBuffers stores values of nodes.
|
Buffer |
SparseMatrixIndexCSX.indptrBuffer()
indptrBuffer stores the location and size of indptr array that
represents the range of the rows.
|
Buffer |
SparseMatrixIndexCSX.indptrBuffer(Buffer obj) |
Buffer |
SparseTensorIndexCSF.indptrBuffers(Buffer obj,
int j) |
Buffer |
SparseTensorIndexCSF.indptrBuffers(int j)
indptrBuffers stores the sparsity structure.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
RecordBatch.buffers(Buffer obj,
int j) |
Buffer |
Tensor.data(Buffer obj) |
Buffer |
SparseTensor.data(Buffer obj) |
Buffer |
Buffer.Vector.get(Buffer obj,
int j) |
Buffer |
SparseTensorIndexCOO.indicesBuffer(Buffer obj) |
Buffer |
SparseMatrixIndexCSX.indicesBuffer(Buffer obj) |
Buffer |
SparseTensorIndexCSF.indicesBuffers(Buffer obj,
int j) |
Buffer |
SparseMatrixIndexCSX.indptrBuffer(Buffer obj) |
Buffer |
SparseTensorIndexCSF.indptrBuffers(Buffer obj,
int j) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.