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 TypeMethodDescriptionvoidclose()newScan(ScanOptions options) Create a new Scanner using the provided scan options.
-
Constructor Details
-
NativeDataset
-
-
Method Details
-
newScan
Description copied from interface:DatasetCreate a new Scanner using the provided scan options. -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-