risingwave_pb::catalog

Type Alias PbSinkType

source
pub type PbSinkType = SinkType;
Expand description

Alias for SinkType.

Aliased Type§

enum PbSinkType {
    Unspecified = 0,
    AppendOnly = 1,
    ForceAppendOnly = 2,
    Upsert = 3,
}

Variants§

§

Unspecified = 0

§

AppendOnly = 1

§

ForceAppendOnly = 2

§

Upsert = 3