Class NativeDataset

java.lang.Object
org.apache.arrow.dataset.jni.NativeDataset
All Implemented Interfaces:
AutoCloseable, Dataset

public class NativeDataset extends Object implements Dataset
Native implementation of Dataset.
  • Constructor Details

    • NativeDataset

      public NativeDataset(NativeContext context, long datasetId)
  • Method Details

    • newScan

      public NativeScanner newScan(ScanOptions options)
      Description copied from interface: Dataset
      Create a new Scanner using the provided scan options.
      Specified by:
      newScan in interface Dataset
      Parameters:
      options - options used during creating Scanner
      Returns:
      the Scanner instance
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable