| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global | |
| org.bytedeco.gandiva | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
ArrayVector |
Datum.chunks()
\brief The array chunks of the variant, if any
|
ArrayVector |
ChunkedArray.chunks() |
ArrayVector |
RecordBatch.columns()
\brief Retrieve all columns at once
|
ArrayVector |
StructArray.fields() |
ArrayVector[] |
ArrayVectorVector.get() |
ArrayVector |
ArrayVectorVector.Iterator.get() |
ArrayVector |
ArrayVectorVector.get(long i) |
ArrayVector |
ArrayVectorResult.MoveValueUnsafe() |
ArrayVector |
ArrayVectorResult.multiply() |
ArrayVector |
ArrayVectorVector.pop_back() |
ArrayVector |
ArrayVector.push_back(Array value) |
ArrayVector |
ArrayVector.put(Array... array) |
ArrayVector |
ArrayVector.put(Array value) |
ArrayVector |
ArrayVector.put(ArrayVector x) |
ArrayVector |
ArrayVector.put(long i,
Array value) |
ArrayVector |
ArrayVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
ArrayVector |
ArrayVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ChunkedStringBuilder.Finish(ArrayVector out) |
Status |
ChunkedBinaryBuilder.Finish(ArrayVector out) |
ArrayVectorVector.Iterator |
ArrayVectorVector.insert(ArrayVectorVector.Iterator pos,
ArrayVector value) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
byte[] type_codes) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
ByteBuffer type_codes) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
BytePointer type_codes)
\brief Construct DenseUnionArray from type_ids, value_offsets, and children
This function does the bare minimum of validation of the offsets and
input types.
|
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Construct DenseUnionArray with custom field names from type_ids,
value_offsets, and children
This function does the bare minimum of validation of the offsets and
input types.
|
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children) |
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
byte[] type_codes) |
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
ByteBuffer type_codes) |
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
BytePointer type_codes)
\brief Construct SparseUnionArray from type_ids and children
This function does the bare minimum of validation of the input types.
|
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Construct SparseUnionArray with custom field names from type_ids and children
This function does the bare minimum of validation of the input types.
|
static ChunkedArrayResult |
ChunkedArray.Make(ArrayVector chunks) |
static ChunkedArrayResult |
ChunkedArray.Make(ArrayVector chunks,
DataType type) |
static StructArrayResult |
StructArray.Make(ArrayVector children,
FieldVector fields) |
static StructArrayResult |
StructArray.Make(ArrayVector children,
FieldVector fields,
ArrowBuffer null_bitmap,
long null_count,
long offset)
\brief Return a StructArray from child arrays and fields.
|
static StructArrayResult |
StructArray.Make(ArrayVector children,
StringVector field_names) |
static StructArrayResult |
StructArray.Make(ArrayVector children,
StringVector field_names,
ArrowBuffer null_bitmap,
long null_count,
long offset)
\brief Return a StructArray from child arrays and field names.
|
static Table |
Table.Make(Schema schema,
ArrayVector arrays) |
static Table |
Table.Make(Schema schema,
ArrayVector arrays,
long num_rows)
\brief Construct a Table from schema and arrays
|
static RecordBatch |
RecordBatch.Make(Schema schema,
long num_rows,
ArrayVector columns) |
ArrayVectorVector |
ArrayVectorVector.push_back(ArrayVector value) |
ArrayVectorVector |
ArrayVectorVector.put(ArrayVector... array) |
ArrayVectorVector |
ArrayVectorVector.put(ArrayVector value) |
ArrayVector |
ArrayVector.put(ArrayVector x) |
ArrayVectorVector |
ArrayVectorVector.put(long i,
ArrayVector value) |
| Constructor and Description |
|---|
ArrayVectorResult(ArrayVector value)
Constructs a Result object that contains
value. |
ArrayVectorVector(ArrayVector... array) |
ArrayVectorVector(ArrayVector value) |
ChunkedArray(ArrayVector chunks)
\brief Construct a chunked array from a vector of arrays
The vector must be non-empty and all its elements must have the same
data type.
|
ChunkedArray(ArrayVector chunks,
DataType type)
\brief Construct a chunked array from a vector of arrays and a data type
As the data type is passed explicitly, the vector may be empty.
|
DenseUnionArray(DataType type,
long length,
ArrayVector children,
ArrowBuffer type_ids) |
DenseUnionArray(DataType type,
long length,
ArrayVector children,
ArrowBuffer type_ids,
ArrowBuffer value_offsets,
long offset) |
SparseUnionArray(DataType type,
long length,
ArrayVector children,
ArrowBuffer type_ids) |
SparseUnionArray(DataType type,
long length,
ArrayVector children,
ArrowBuffer type_ids,
long offset) |
StructArray(DataType type,
long length,
ArrayVector children) |
StructArray(DataType type,
long length,
ArrayVector children,
ArrowBuffer null_bitmap,
long null_count,
long offset) |
| Constructor and Description |
|---|
DirectoryPartitioning(Schema schema,
ArrayVector dictionaries) |
HivePartitioning(Schema schema,
ArrayVector dictionaries) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayResult |
arrow.Concatenate(ArrayVector arrays) |
static ArrayResult |
arrow.Concatenate(ArrayVector arrays,
MemoryPool pool)
\brief Concatenate arrays
|
static Status |
arrow.Concatenate(ArrayVector arrays,
MemoryPool pool,
Array out)
Deprecated.
|
static DataType |
arrow.dense_union(ArrayVector children) |
static DataType |
arrow.dense_union(ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static DataType |
arrow.dense_union(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static DataType |
arrow.dense_union(ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Create a DenseUnionType instance
|
static DataType |
arrow.sparse_union(ArrayVector children) |
static DataType |
arrow.sparse_union(ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static DataType |
arrow.sparse_union(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static DataType |
arrow.sparse_union(ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Create a SparseUnionType instance
|
static DataType |
arrow.union_(ArrayVector children)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
byte[] type_codes)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
byte[] type_codes,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
byte[] type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
BytePointer type_codes)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
BytePointer type_codes,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
BytePointer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
UnionMode.type mode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Projector.Evaluate(RecordBatch batch,
MemoryPool pool,
ArrayVector output)
Evaluate the specified record batch, and return the allocated and populated output
arrays.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
MemoryPool pool,
ArrayVector output)
Evaluate the specified record batch, and return the allocated and populated output
arrays.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayVector |
BinaryRecordReader.GetBuilderChunks() |
Copyright © 2021. All rights reserved.