Package com.exasol.parquetio.data
Interface ChunkInterval
-
- All Known Implementing Classes:
ChunkIntervalImpl
public interface ChunkIntervalAn interval interface that holds start and end positions[...)of each splitted chunk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEndPosition()Gets the end position of this interval that is not inclusive.longgetStartPosition()Gets the start position of this interval.
-