| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.gandiva |
| Modifier and Type | Method and Description |
|---|---|
ArrayDataVector |
ArrayData.child_data() |
ArrayDataVector |
RecordBatch.column_data()
\brief Retrieve all arrays' internal data from the record batch.
|
ArrayDataVector |
ArrayDataVector.push_back(ArrayData value) |
ArrayDataVector |
ArrayDataVector.put(ArrayData... array) |
ArrayDataVector |
ArrayDataVector.put(ArrayData value) |
ArrayDataVector |
ArrayDataVector.put(ArrayDataVector x) |
ArrayDataVector |
ArrayDataVector.put(long i,
ArrayData value) |
| Modifier and Type | Method and Description |
|---|---|
ArrayData |
ArrayData.child_data(ArrayDataVector setter) |
static ArrayData |
ArrayData.Make(DataType type,
long length,
BufferVector buffers,
ArrayDataVector child_data) |
static ArrayData |
ArrayData.Make(DataType type,
long length,
BufferVector buffers,
ArrayDataVector child_data,
ArrayData dictionary) |
static ArrayData |
ArrayData.Make(DataType type,
long length,
BufferVector buffers,
ArrayDataVector child_data,
ArrayData dictionary,
long null_count,
long offset) |
static ArrayData |
ArrayData.Make(DataType type,
long length,
BufferVector buffers,
ArrayDataVector child_data,
long null_count,
long offset) |
static RecordBatch |
RecordBatch.Make(Schema schema,
long num_rows,
ArrayDataVector columns)
\brief Construct record batch from vector of internal data structures
|
ArrayDataVector |
ArrayDataVector.put(ArrayDataVector x) |
static Status |
MapArray.ValidateChildData(ArrayDataVector child_data)
Validate child data before constructing the actual MapArray.
|
| Constructor and Description |
|---|
ArrayData(DataType type,
long length,
BufferVector buffers,
ArrayDataVector child_data) |
ArrayData(DataType type,
long length,
BufferVector buffers,
ArrayDataVector child_data,
long null_count,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.ResolveDictionaries(ArrayDataVector columns,
DictionaryMemo memo,
MemoryPool pool) |
| Modifier and Type | Method and Description |
|---|---|
Status |
Projector.Evaluate(RecordBatch batch,
ArrayDataVector output)
Evaluate the specified record batch, and populate the output arrays.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
ArrayDataVector output)
Evaluate the specified record batch, and populate the output arrays at the filtered
positions.
|
Copyright © 2021. All rights reserved.