Uses of Class
io.trino.parquet.DiskRange
-
Packages that use DiskRange Package Description io.trino.parquet -
-
Uses of DiskRange in io.trino.parquet
Methods in io.trino.parquet that return DiskRange Modifier and Type Method Description DiskRangeDiskRange. span(DiskRange otherDiskRange)Returns the minimal DiskRange that encloses both this DiskRange and otherDiskRange.Methods in io.trino.parquet with parameters of type DiskRange Modifier and Type Method Description booleanDiskRange. contains(DiskRange diskRange)DiskRangeDiskRange. span(DiskRange otherDiskRange)Returns the minimal DiskRange that encloses both this DiskRange and otherDiskRange.Method parameters in io.trino.parquet with type arguments of type DiskRange Modifier and Type Method Description <K> com.google.common.collect.ListMultimap<K,ChunkReader>ParquetDataSource. planRead(com.google.common.collect.ListMultimap<K,DiskRange> diskRanges)
-