Fennel: /home/pub/open/dev/fennel/lucidera/bitmap/LbmSegment.h File Reference (original) (raw)

Returns the rid corresponding to a byte offset.

Definition at line 303 of file LbmSegment.h.

References LbmSegment::LbmOneByteSizeBitShift, and opaqueToInt().

Referenced by LbmSegmentReaderBase::advanceSegment(), LbmByteSegment::getEndRid(), LbmByteSegment::getSrid(), LbmSegmentReader::readCurrentByteSegment(), and LbmMinusExecStream::readMinuendInput().

00304 { 00305 return LcsRid( 00306 opaqueToInt(byteNum) << LbmSegment::LbmOneByteSizeBitShift); 00307 }