| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchVector |
RecordBatchVectorResult.MoveValueUnsafe() |
RecordBatchVector |
RecordBatchVectorResult.multiply() |
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) |
RecordBatchVector |
CollectListener.record_batches() |
RecordBatchVector |
RecordBatchVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
RecordBatchVector |
RecordBatchVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
static TableResult |
Table.FromRecordBatches(RecordBatchVector batches)
\brief Construct a Table from RecordBatches, using schema supplied by the first
RecordBatch.
|
static TableResult |
Table.FromRecordBatches(Schema schema,
RecordBatchVector batches)
\brief Construct a Table from RecordBatches, using supplied schema.
|
static RecordBatchReaderSharedResult |
RecordBatchReader.Make(RecordBatchVector batches) |
static RecordBatchReaderSharedResult |
RecordBatchReader.Make(RecordBatchVector batches,
Schema schema)
\brief Create a RecordBatchReader from a vector of RecordBatch.
|
RecordBatchVector |
RecordBatchVector.put(RecordBatchVector x) |
Status |
RecordBatchReader.ReadAll(RecordBatchVector batches)
\brief Consume entire stream as a vector of record batches
|
| Constructor and Description |
|---|
RecordBatchVectorResult(RecordBatchVector value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchVector |
Partitioning.PartitionedBatches.batches() |
| Modifier and Type | Method and Description |
|---|---|
Partitioning.PartitionedBatches |
Partitioning.PartitionedBatches.batches(RecordBatchVector setter) |
| Constructor and Description |
|---|
InMemoryDataset(Schema schema,
RecordBatchVector batches) |
InMemoryFragment(RecordBatchVector record_batches) |
InMemoryFragment(RecordBatchVector record_batches,
Expression arg1) |
InMemoryFragment(Schema schema,
RecordBatchVector record_batches) |
InMemoryFragment(Schema schema,
RecordBatchVector record_batches,
Expression arg2) |
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 ScanTaskIteratorResult |
arrow_dataset.ScanTaskIteratorFromRecordBatch(RecordBatchVector batches,
ScanOptions options,
ScanContext arg2) |
static Status |
arrow.WriteRecordBatchStream(RecordBatchVector batches,
IpcWriteOptions options,
OutputStream dst)
\brief Write multiple record batches to OutputStream, including schema
|
Copyright © 2021. All rights reserved.