• Deprecated Classes
    Class
    Description
    Legacy implementation of Spliterator for ReadTable. Will be eventually removed in a future YOJ version.

    To use the new Spliterator contract-conformant implementation, set ReadTableParams.builder().<...>.useNewSpliterator(true).

    Note that using the new implementation currently has a negative performance impact, for more information refer to GitHub Issue #42.