risingwave_pb::plan_common

Type Alias PbFormatType

source
pub type PbFormatType = FormatType;
Expand description

Alias for FormatType.

Aliased Type§

enum PbFormatType {
    Unspecified = 0,
    Native = 1,
    Debezium = 2,
    DebeziumMongo = 3,
    Maxwell = 4,
    Canal = 5,
    Upsert = 6,
    Plain = 7,
    None = 8,
}

Variants§

§

Unspecified = 0

§

Native = 1

§

Debezium = 2

§

DebeziumMongo = 3

§

Maxwell = 4

§

Canal = 5

§

Upsert = 6

§

Plain = 7

§

None = 8