Uses of Class
io.trino.orc.DiskRange
-
Packages that use DiskRange Package Description io.trino.orc -
-
Uses of DiskRange in io.trino.orc
Methods in io.trino.orc that return DiskRange Modifier and Type Method Description DiskRangeCachingOrcDataSource.RegionFinder. getRangeFor(long desiredOffset)DiskRangeDiskRange. span(DiskRange otherDiskRange)Returns the minimal DiskRange that encloses both this DiskRange and otherDiskRange.Methods in io.trino.orc that return types with arguments of type DiskRange Modifier and Type Method Description static List<DiskRange>OrcDataSourceUtils. mergeAdjacentDiskRanges(Collection<DiskRange> diskRanges, io.airlift.units.DataSize maxMergeDistance, io.airlift.units.DataSize maxReadSize)Merge disk ranges that are closer thanmaxMergeDistance.Methods in io.trino.orc with parameters of type DiskRange Modifier and Type Method Description booleanDiskRange. contains(DiskRange diskRange)static io.airlift.slice.SliceOrcDataSourceUtils. getDiskRangeSlice(DiskRange diskRange, Map<DiskRange,io.airlift.slice.Slice> buffers)Get a slice for the disk range from the provided buffers.DiskRangeDiskRange. span(DiskRange otherDiskRange)Returns the minimal DiskRange that encloses both this DiskRange and otherDiskRange.Method parameters in io.trino.orc with type arguments of type DiskRange Modifier and Type Method Description static io.airlift.slice.SliceOrcDataSourceUtils. getDiskRangeSlice(DiskRange diskRange, Map<DiskRange,io.airlift.slice.Slice> buffers)Get a slice for the disk range from the provided buffers.static List<DiskRange>OrcDataSourceUtils. mergeAdjacentDiskRanges(Collection<DiskRange> diskRanges, io.airlift.units.DataSize maxMergeDistance, io.airlift.units.DataSize maxReadSize)Merge disk ranges that are closer thanmaxMergeDistance.<K> Map<K,OrcDataReader>AbstractOrcDataSource. readFully(Map<K,DiskRange> diskRanges)<K> Map<K,OrcDataReader>CachingOrcDataSource. readFully(Map<K,DiskRange> diskRanges)<K> Map<K,OrcDataReader>MemoryOrcDataSource. readFully(Map<K,DiskRange> diskRanges)<K> Map<K,OrcDataReader>OrcDataSource. readFully(Map<K,DiskRange> diskRanges)
-