Interface Dataset

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
NativeDataset

public interface Dataset extends AutoCloseable
A container of Fragments which are the internal iterable unit of read data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new Scanner using the provided scan options.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • newScan

      Scanner newScan(ScanOptions options)
      Create a new Scanner using the provided scan options.
      Parameters:
      options - options used during creating Scanner
      Returns:
      the Scanner instance