Package io.trino.orc
Class DiskRange
java.lang.Object
io.trino.orc.DiskRange
-
Constructor Details
-
DiskRange
public DiskRange(long offset, int length)
-
-
Method Details
-
getOffset
public long getOffset() -
getLength
public int getLength() -
getEnd
public long getEnd() -
contains
-
span
Returns the minimal DiskRange that encloses both this DiskRange and otherDiskRange. If there was a gap between the ranges the new range will cover that gap. -
hashCode
public int hashCode() -
equals
-
toString
-