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