Type Alias Operation

Source
pub type Operation = OperationV32;
Expand description

The different LSM tree operations that can be performed as part of a mutation.

Aliased Type§

enum Operation {
    Insert,
    ReplaceOrInsert,
    Merge,
}

Variants§

§

Insert

§

ReplaceOrInsert

§

Merge