Rename accessor

This commit is contained in:
Steven Fackler 2023-02-26 16:44:25 -05:00 committed by GitHub
parent 3007dd82c6
commit 7cd7b187a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -546,7 +546,7 @@ impl DataRowBody {
}
#[inline]
pub fn storage_bytes(&self) -> &Bytes {
pub fn buffer_bytes(&self) -> &Bytes {
&self.storage
}
}