risingwave_pb::plan_common

Type Alias PbAsOfJoinType

source
pub type PbAsOfJoinType = AsOfJoinType;
Expand description

Alias for AsOfJoinType.

Aliased Type§

enum PbAsOfJoinType {
    Unspecified = 0,
    Inner = 1,
    LeftOuter = 2,
}

Variants§

§

Unspecified = 0

§

Inner = 1

§

LeftOuter = 2