| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
TaggedRecordBatch |
TaggedRecordBatchVectorResult.access() |
TaggedRecordBatch |
TaggedRecordBatchResult.access() |
static TaggedRecordBatch |
IterationTraits.End() |
TaggedRecordBatch |
TaggedRecordBatch.fragment(Fragment setter) |
TaggedRecordBatch |
TaggedRecordBatch.getPointer(long i) |
TaggedRecordBatch |
TaggedRecordBatchVectorResult.MoveValueUnsafe() |
TaggedRecordBatch |
TaggedRecordBatchResult.MoveValueUnsafe() |
TaggedRecordBatch |
TaggedRecordBatchVectorResult.multiply() |
TaggedRecordBatch |
TaggedRecordBatchResult.multiply() |
TaggedRecordBatch |
TaggedRecordBatch.position(long position) |
TaggedRecordBatch |
TaggedRecordBatch.record_batch(RecordBatch setter) |
TaggedRecordBatch |
TaggedRecordBatchVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
TaggedRecordBatch |
TaggedRecordBatchResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
TaggedRecordBatch |
TaggedRecordBatchVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
TaggedRecordBatch |
TaggedRecordBatchResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IterationTraits.IsEnd(TaggedRecordBatch val) |
| Constructor and Description |
|---|
TaggedRecordBatchResult(TaggedRecordBatch value)
Constructs a Result object that contains
value. |
TaggedRecordBatchVectorResult(TaggedRecordBatch value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.