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