export Bytes type through DataRowBody::storage_bytes method.
This commit is contained in:
parent
4bae134f50
commit
eb086d30a3
@ -544,6 +544,11 @@ impl DataRowBody {
|
||||
pub fn buffer(&self) -> &[u8] {
|
||||
&self.storage
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn storage_bytes(&self) -> &Bytes {
|
||||
&self.storage
|
||||
}
|
||||
}
|
||||
|
||||
pub struct DataRowRanges<'a> {
|
||||
|
Loading…
Reference in New Issue
Block a user