Uses of Class
io.trino.parquet.DiskRange
Packages that use DiskRange
-
Uses of DiskRange in io.trino.parquet
Methods in io.trino.parquet that return DiskRangeModifier and TypeMethodDescriptionReturns the minimal DiskRange that encloses both this DiskRange and otherDiskRange.Methods in io.trino.parquet with parameters of type DiskRangeModifier and TypeMethodDescriptionbooleanReturns the minimal DiskRange that encloses both this DiskRange and otherDiskRange.Method parameters in io.trino.parquet with type arguments of type DiskRangeModifier and TypeMethodDescription<K> com.google.common.collect.ListMultimap<K,ChunkReader> AbstractParquetDataSource.planChunksRead(com.google.common.collect.ListMultimap<K, DiskRange> diskRanges, AggregatedMemoryContext memoryContext) final <K> Map<K,ChunkedInputStream> AbstractParquetDataSource.planRead(com.google.common.collect.ListMultimap<K, DiskRange> diskRanges, AggregatedMemoryContext memoryContext) <K> Map<K,ChunkedInputStream> ParquetDataSource.planRead(com.google.common.collect.ListMultimap<K, DiskRange> diskRanges, AggregatedMemoryContext memoryContext)