Package com.exasol.parquetio.splitter
Interface FileSplitter
-
- All Known Implementing Classes:
ParquetFileSplitter
public interface FileSplitterAn interface for splitting files into chunks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ChunkInterval>getSplits()Gets file splits in the form ofstartandendintervals.
-
-
-
Method Detail
-
getSplits
List<ChunkInterval> getSplits()
Gets file splits in the form ofstartandendintervals.- Returns:
- an array of intervals
-
-