Module txns

Source
Expand description

An interface for atomic multi-shard writes.

Structsยง

DataHandles ๐Ÿ”’
A helper to make a more targeted mutable borrow of self.
DataWriteApply ๐Ÿ”’
A newtype wrapper around WriteHandle indicating that it can alter the schema its using to match the one in the batches being appended.
DataWriteCommit ๐Ÿ”’
A newtype wrapper around WriteHandle indicating that it has a real schema registered by the user.
Tidy
A token representing maintenance writes (in particular, retractions) to the txns shard.
TxnsHandle
An interface for atomic multi-shard writes.

Constantsยง

APPLY_ENSURE_SCHEMA_MATCH ๐Ÿ”’

Functionsยง

at_most_one_schema ๐Ÿ”’