Interface FileSplitter

  • All Known Implementing Classes:
    ParquetFileSplitter

    public interface FileSplitter
    An interface for splitting files into chunks.
    • Method Detail

      • getSplits

        List<ChunkInterval> getSplits()
        Gets file splits in the form of start and end intervals.
        Returns:
        an array of intervals