| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
ScanTaskIterator |
Source.GetFragments(ScanOptions options)
\brief GetFragments returns an iterator of Fragments.
|
ScanTaskIterator |
TreeSource.GetFragmentsImpl(ScanOptions options) |
ScanTaskIterator |
InMemorySource.GetFragmentsImpl(ScanOptions options) |
ScanTaskIterator |
ScanTaskIteratorResult.multiply() |
ScanTaskIterator |
ScanTaskIterator.position(long position) |
ScanTaskIterator |
ScanTaskIteratorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScanTaskIterator.Equals(ScanTaskIterator other)
Iterators will only compare equal if they are both null.
|
| Constructor and Description |
|---|
RangeIterator(ScanTaskIterator i) |
ScanTaskIteratorResult(ScanTaskIterator value)
Constructs a Result object that contains
value. |
Copyright © 2020. All rights reserved.