Module txn_types::types[][src]

Structs

Key

Key type.

TxnExtra
WriteBatchFlags

Additional flags for a write batch. They should be set in the flags field in RaftRequestHeader.

Enums

Mutation

A row mutation.

MutationType
OldValue

OldValue is used by cdc to read the previous value associated with some key during the prewrite process

Constants

SHORT_VALUE_MAX_LEN
SHORT_VALUE_PREFIX

Traits

TxnExtraScheduler

Functions

is_short_value

Type Definitions

KvPair

Key-value pair type.

OldValues
Value

Value type which is essentially raw bytes.