risingwave_pb::catalog

Type Alias PbStreamJobStatus

source
pub type PbStreamJobStatus = StreamJobStatus;
Expand description

Alias for StreamJobStatus.

Aliased Type§

enum PbStreamJobStatus {
    Unspecified = 0,
    Creating = 1,
    Created = 2,
}

Variants§

§

Unspecified = 0

Prefixed by STREAM_JOB_STATUS due to protobuf namespacing rules.

§

Creating = 1

§

Created = 2