Structs§
- Flags
- Inputs
- The inputs of a transaction, i.e. the name and arguments of a reducer call.
- Mutations
- Mutations of the data store performed by a transaction.
- Ops
- An operation (insert or delete) on a given table.
- Outputs
- The outputs of a transaction.
- TableId
- An identifier for a table, unique within a database.
- Txdata
- The canonical payload format of a
crate::Commitlog.
Enums§
Traits§
- Visitor
- A visitor useful to implement stateful
super::Decoders ofTxdatapayloads.
Functions§
- consume_
record_ fn - Variant of
decode_record_fnwhich expects, but doesn’t allocateTxdatarecords. - decode_
record_ fn - A free standing implementation of
crate::Decoder::decode_record, which drives the suppliedVisitor. - skip_
record_ fn - A free standing implementation of
crate::Decoder::skip_recordspecifically forTxdata<ProductValue>.