Rename accessor

This commit is contained in:
Steven Fackler
2023-02-26 16:44:25 -05:00
committed by GitHub
parent 3007dd82c6
commit 7cd7b187a5

View File

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