risingwave_pb::plan_common

Type Alias PbEncodeType

source
pub type PbEncodeType = EncodeType;
Expand description

Alias for EncodeType.

Aliased Type§

enum PbEncodeType {
    Unspecified = 0,
    Native = 1,
    Avro = 2,
    Csv = 3,
    Protobuf = 4,
    Json = 5,
    Bytes = 6,
    Template = 7,
    None = 8,
    Text = 9,
    Parquet = 10,
}

Variants§

§

Unspecified = 0

§

Native = 1

§

Avro = 2

§

Csv = 3

§

Protobuf = 4

§

Json = 5

§

Bytes = 6

§

Template = 7

§

None = 8

§

Text = 9

§

Parquet = 10