Type Alias PbAsOfJoinType

Source
pub type PbAsOfJoinType = AsOfJoinType;

Aliased Type§

#[repr(i32)]
pub enum PbAsOfJoinType { Unspecified = 0, Inner = 1, LeftOuter = 2, }

Variants§

§

Unspecified = 0

§

Inner = 1

§

LeftOuter = 2