| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchGeneratorResult |
RecordBatchGeneratorResult.getPointer(long i) |
RecordBatchGeneratorResult |
RecordBatchGeneratorResult.position(long position) |
RecordBatchGeneratorResult |
RecordBatchGeneratorResult.put(RecordBatchGeneratorResult other)
Copy-assignment operator.
|
RecordBatchGeneratorResult |
InMemoryFragment.ScanBatchesAsync(ScanOptions options) |
RecordBatchGeneratorResult |
FileFragment.ScanBatchesAsync(ScanOptions options) |
RecordBatchGeneratorResult |
Fragment.ScanBatchesAsync(ScanOptions options)
An asynchronous version of Scan
|
RecordBatchGeneratorResult |
FileFormat.ScanBatchesAsync(ScanOptions options,
FileFragment file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchGeneratorResult.Equals(RecordBatchGeneratorResult other)
Compare to another Result.
|
RecordBatchGeneratorResult |
RecordBatchGeneratorResult.put(RecordBatchGeneratorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchGeneratorResult(RecordBatchGeneratorResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.