Class NativeScanTask

java.lang.Object
org.apache.arrow.dataset.jni.NativeScanTask
All Implemented Interfaces:
AutoCloseable, ScanTask

@Deprecated public class NativeScanTask extends Object implements 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

      public NativeScanTask(NativeScanner scanner)
      Deprecated.
      Constructor.
  • Method Details