java.lang.Object
org.apache.arrow.dataset.jni.NativeScanTask
- All Implemented Interfaces:
AutoCloseable
,ScanTask
Deprecated.
Native implementation of
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 Details
-
NativeScanTask
Deprecated.Constructor.
-
-
Method Details