risingwave_pb::ddl_service

Type Alias PbTableJobType

source
pub type PbTableJobType = TableJobType;
Expand description

Alias for TableJobType.

Aliased Type§

enum PbTableJobType {
    Unspecified = 0,
    General = 1,
    SharedCdcSource = 2,
}

Variants§

§

Unspecified = 0

§

General = 1

table streaming jobs excepts the SHARED_CDC_SOURCE type

§

SharedCdcSource = 2

table streaming job sharing a CDC source job