public interface Scanner extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends ScanTask> |
scan()
Deprecated.
use
scanBatches() instead. |
ArrowReader |
scanBatches()
Read the dataset as a stream of record batches.
|
Schema |
schema()
Get the schema of this Scanner.
|
closeArrowReader scanBatches()
ArrowReader.@Deprecated Iterable<? extends ScanTask> scan()
scanBatches() instead.ScanTasks. Each task is considered independent and it is allowed
to execute the tasks concurrently to gain better performance.Schema schema()
Copyright © 2023 The Apache Software Foundation. All rights reserved.