risingwave_pb::catalog

Type Alias PbCreateType

source
pub type PbCreateType = CreateType;
Expand description

Alias for CreateType.

Aliased Type§

enum PbCreateType {
    Unspecified = 0,
    Background = 1,
    Foreground = 2,
}

Variants§

§

Unspecified = 0

§

Background = 1

§

Foreground = 2