Module spacetimedb_table::bflatn_to

source ·
Expand description

Provides the functions [write_row_to_pages(pages, blob_store, ty, val)] and [write_row_to_page(page, blob_store, visitor, ty, val)] which write val: ProductValue typed at ty to page and pages respectively.

Enums§

Functions§

  • Writes row typed at ty to page using blob_store as needed to write large blobs and visitor to fixup var-len pointers in the fixed-len row part.
  • Writes row typed at ty to pages using blob_store as needed to write large blobs.