| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ScanOptions |
ScanOptions.batch_size(long setter) |
ScanOptions |
ScanOptions.filter(Expression setter) |
static ScanOptions |
ScanOptions.Make(Schema schema) |
ScanOptions |
ScanTask.options() |
ScanOptions |
Scanner.options() |
ScanOptions |
ScanOptions.projector(RecordBatchProjector setter) |
ScanOptions |
ScanOptions.ReplaceSchema(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
FileReaderResult |
ParquetFileFormat.GetReader(FileSource source,
ScanOptions arg1,
ScanContext arg2)
\brief Return a FileReader on the given source.
|
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
|
| Constructor and Description |
|---|
InMemoryScanTask(RecordBatchVector record_batches,
ScanOptions options,
ScanContext context) |
Scanner(Dataset dataset,
ScanOptions scan_options,
ScanContext scan_context) |
Scanner(Fragment fragment,
ScanOptions scan_options,
ScanContext scan_context) |
| Modifier and Type | Method and Description |
|---|---|
static ScanTaskIteratorResult |
arrow_dataset.ScanTaskIteratorFromRecordBatch(RecordBatchVector batches,
ScanOptions options,
ScanContext arg2) |
Copyright © 2021. All rights reserved.