Module spacetimedb_table::indexes

source ·
Expand description

Provides primitive types and definitions around bytes, row hashes, (page) sizes, offsets, and indices.

Structs§

  • The index of a [Page] within a [Pages].
  • An offset into a [Page].
  • The content hash of a row.
  • Offset to a buffer inside Pages referring to the index of a specific page and the offset within the page.
  • The size of something in page storage in bytes.
  • Indicates which version of a Table is referred to by a RowPointer.

Constants§

Type Aliases§