| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ScanTaskIteratorResult |
ScanTaskIteratorResult.getPointer(long i) |
ScanTaskIteratorResult |
ScanTaskIteratorResult.position(long position) |
ScanTaskIteratorResult |
ScanTaskIteratorResult.put(ScanTaskIteratorResult other)
Copy-assignment operator.
|
ScanTaskIteratorResult |
Scanner.Scan()
\brief The Scan operator returns a stream of ScanTask.
|
ScanTaskIteratorResult |
InMemoryFragment.Scan(ScanOptions options,
ScanContext context) |
ScanTaskIteratorResult |
Fragment.Scan(ScanOptions options,
ScanContext context)
\brief Scan returns an iterator of ScanTasks, each of which yields
RecordBatches from this Fragment.
|
ScanTaskIteratorResult |
FileFragment.Scan(ScanOptions options,
ScanContext context) |
ScanTaskIteratorResult |
ParquetFileFormat.ScanFile(ScanOptions options,
ScanContext context,
FileFragment file)
\brief Open a file for scanning
|
ScanTaskIteratorResult |
IpcFileFormat.ScanFile(ScanOptions options,
ScanContext context,
FileFragment fragment)
\brief Open a file for scanning
|
ScanTaskIteratorResult |
FileFormat.ScanFile(ScanOptions options,
ScanContext context,
FileFragment file)
\brief Open a FileFragment for scanning.
|
ScanTaskIteratorResult |
CsvFileFormat.ScanFile(ScanOptions options,
ScanContext context,
FileFragment fragment)
\brief Open a file for scanning
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScanTaskIteratorResult.Equals(ScanTaskIteratorResult other)
Compare to another Result.
|
ScanTaskIteratorResult |
ScanTaskIteratorResult.put(ScanTaskIteratorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ScanTaskIteratorResult(ScanTaskIteratorResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ScanTaskIteratorResult |
arrow_dataset.ScanTaskIteratorFromRecordBatch(RecordBatchVector batches,
ScanOptions options,
ScanContext arg2) |
Copyright © 2021. All rights reserved.