java.lang.Object
org.apache.arrow.dataset.jni.NativeDataset
- All Implemented Interfaces:
AutoCloseable
,Dataset
Native implementation of
Dataset
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
newScan
(ScanOptions options) Create a new Scanner using the provided scan options.
-
Constructor Details
-
NativeDataset
-
-
Method Details
-
newScan
Description copied from interface:Dataset
Create a new Scanner using the provided scan options. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-