MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / row_layout

Method row_layout

crates/table/src/table.rs:1917–1919  ·  view source on GitHub ↗

Return the layout of the row. All rows within the same table will have the same layout.

(&self)

Source from the content-addressed store, hash-verified

1915 ///
1916 /// All rows within the same table will have the same layout.
1917 pub fn row_layout(&self) -> &RowTypeLayout {
1918 &self.table.row_layout
1919 }
1920
1921 /// Returns the page the row is in and the offset of the row within that page.
1922 pub fn page_and_offset(&self) -> (&Page, PageOffset) {

Callers 9

read_columnMethod · 0.80
unchecked_read_columnMethod · 0.80
sequence_triggers_forMethod · 0.80
clone_structureMethod · 0.80
project_uncheckedMethod · 0.80
eqMethod · 0.80
row_sizeMethod · 0.80
projMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected