Uses of Interface
com.exasol.parquetio.data.ChunkInterval
-
Packages that use ChunkInterval Package Description com.exasol.parquetio.data com.exasol.parquetio.merger com.exasol.parquetio.reader com.exasol.parquetio.splitter -
-
Uses of ChunkInterval in com.exasol.parquetio.data
Classes in com.exasol.parquetio.data that implement ChunkInterval Modifier and Type Class Description classChunkIntervalImpl -
Uses of ChunkInterval in com.exasol.parquetio.merger
Methods in com.exasol.parquetio.merger that return types with arguments of type ChunkInterval Modifier and Type Method Description List<ChunkInterval>ChunkIntervalMerger. sortAndMerge(List<ChunkInterval> chunks)Sorts and merges overlapping chunks.Method parameters in com.exasol.parquetio.merger with type arguments of type ChunkInterval Modifier and Type Method Description List<ChunkInterval>ChunkIntervalMerger. sortAndMerge(List<ChunkInterval> chunks)Sorts and merges overlapping chunks. -
Uses of ChunkInterval in com.exasol.parquetio.reader
Constructor parameters in com.exasol.parquetio.reader with type arguments of type ChunkInterval Constructor Description RowIterator(com.exasol.parquetio.reader.RowParquetChunkReader.PositionAwareReader reader, org.apache.parquet.io.InputFile file, org.apache.parquet.io.MessageColumnIO messageIO, org.apache.parquet.io.api.RecordMaterializer<Row> recordMaterializer, List<ChunkInterval> chunks)Create a new instance ofRowParquetChunkReader.RowIterator.RowParquetChunkReader(org.apache.parquet.io.InputFile file, List<ChunkInterval> chunks)Creates a new instance ofRowParquetChunkReader. -
Uses of ChunkInterval in com.exasol.parquetio.splitter
Methods in com.exasol.parquetio.splitter that return types with arguments of type ChunkInterval Modifier and Type Method Description protected List<ChunkInterval>ParquetFileSplitter. getRowGroupSplits(List<org.apache.parquet.hadoop.metadata.BlockMetaData> rowGroups)Returns row group splits given the file row groups.List<ChunkInterval>FileSplitter. getSplits()Gets file splits in the form ofstartandendintervals.List<ChunkInterval>ParquetFileSplitter. getSplits()
-