| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
TaggedRecordBatchIterator |
TaggedRecordBatchIteratorResult.access() |
TaggedRecordBatchIterator |
TaggedRecordBatchIterator.getPointer(long i) |
TaggedRecordBatchIterator |
TaggedRecordBatchIteratorResult.MoveValueUnsafe() |
TaggedRecordBatchIterator |
TaggedRecordBatchIteratorResult.multiply() |
TaggedRecordBatchIterator |
TaggedRecordBatchIterator.position(long position) |
TaggedRecordBatchIterator |
TaggedRecordBatchIteratorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
TaggedRecordBatchIterator |
TaggedRecordBatchIteratorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaggedRecordBatchIterator.Equals(TaggedRecordBatchIterator other)
Iterators will only compare equal if they are both null.
|
| Constructor and Description |
|---|
RangeIterator(TaggedRecordBatchIterator i) |
TaggedRecordBatchIteratorResult(TaggedRecordBatchIterator value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.