Returns the raw row pointer for this row reference.
(&self)
| 1903 | |
| 1904 | /// Returns the raw row pointer for this row reference. |
| 1905 | pub fn pointer(&self) -> RowPointer { |
| 1906 | self.pointer |
| 1907 | } |
| 1908 | |
| 1909 | /// Returns the blob store that any [`crate::blob_store::BlobHash`]es within the row refer to. |
| 1910 | pub(crate) fn blob_store(&self) -> &dyn BlobStore { |
no outgoing calls