@Deprecated public class NativeScanTask extends Object implements ScanTask
ScanTask. Currently RecordBatches are iterated directly by the scanner
id via JniWrapper, thus we allow only one-time execution of method execute(). If a re-scan
operation is expected, call NativeDataset.newScan(org.apache.arrow.dataset.scanner.ScanOptions) to create a new scanner instance.| Constructor and Description |
|---|
NativeScanTask(NativeScanner scanner)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
ArrowReader |
execute()
Deprecated.
Execute this ScanTask and return a
Reader instance. |
public NativeScanTask(NativeScanner scanner)
public ArrowReader execute()
ScanTaskReader instance.public void close()
close in interface AutoCloseableCopyright © 2023 The Apache Software Foundation. All rights reserved.