| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchVector |
RecordBatchVector.push_back(RecordBatch value) |
RecordBatchVector |
RecordBatchVector.put(long i,
RecordBatch value) |
RecordBatchVector |
RecordBatchVector.put(RecordBatch... array) |
RecordBatchVector |
RecordBatchVector.put(RecordBatch value) |
RecordBatchVector |
RecordBatchVector.put(RecordBatchVector x) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Table.FromRecordBatches(RecordBatchVector batches,
Table table)
\brief Construct a Table from RecordBatches, using schema supplied by the first
RecordBatch.
|
static Status |
Table.FromRecordBatches(Schema schema,
RecordBatchVector batches,
Table table)
\brief Construct a Table from RecordBatches, using supplied schema.
|
RecordBatchVector |
RecordBatchVector.put(RecordBatchVector x) |
Status |
RecordBatchReader.ReadAll(RecordBatchVector batches)
\brief Consume entire stream as a vector of record batches
|
| Constructor and Description |
|---|
InMemoryFragment(RecordBatchVector record_batches,
ScanOptions scan_options) |
InMemoryScanTask(RecordBatchVector record_batches,
ScanOptions options,
ScanContext context) |
| Modifier and Type | Method and Description |
|---|---|
Status |
MetadataRecordBatchReader.ReadAll(RecordBatchVector batches)
\brief Consume entire stream as a vector of record batches
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.MakeRecordBatchReader(RecordBatchVector batches,
Schema schema,
RecordBatchReader out)
\brief Create a RecordBatchReader from a vector of RecordBatch.
|
static ScanTaskIteratorResult |
arrow_dataset.ScanTaskIteratorFromRecordBatch(RecordBatchVector batches,
ScanOptions options,
ScanContext arg2)
Logic for automatically determining the structure of multi-file
dataset with possible partitioning according to available
partitioning
|
static Status |
arrow.WriteRecordBatchStream(RecordBatchVector batches,
IpcOptions options,
OutputStream dst)
\brief Write multiple record batches to OutputStream, including schema
|
Copyright © 2020. All rights reserved.