risingwave_pb::meta::subscribe_response

Type Alias PbOperation

source
pub type PbOperation = Operation;
Expand description

Alias for Operation.

Aliased Type§

enum PbOperation {
    Unspecified = 0,
    Add = 1,
    Delete = 2,
    Update = 3,
    Snapshot = 4,
}

Variants§

§

Unspecified = 0

§

Add = 1

§

Delete = 2

§

Update = 3

§

Snapshot = 4