risingwave_pb::plan_common

Type Alias PbRowFormatType

source
pub type PbRowFormatType = RowFormatType;
Expand description

Alias for RowFormatType.

Aliased Type§

enum PbRowFormatType {
Show 14 variants RowUnspecified = 0, Json = 1, Protobuf = 2, DebeziumJson = 3, Avro = 4, Maxwell = 5, CanalJson = 6, Csv = 7, Native = 8, DebeziumAvro = 9, UpsertJson = 10, UpsertAvro = 11, DebeziumMongoJson = 12, Bytes = 13,
}

Variants§

§

RowUnspecified = 0

§

Json = 1

§

Protobuf = 2

§

DebeziumJson = 3

§

Avro = 4

§

Maxwell = 5

§

CanalJson = 6

§

Csv = 7

§

Native = 8

§

DebeziumAvro = 9

§

UpsertJson = 10

§

UpsertAvro = 11

§

DebeziumMongoJson = 12

§

Bytes = 13