pub type PbAsOfJoinType = AsOfJoinType;
enum PbAsOfJoinType { Unspecified = 0, Inner = 1, LeftOuter = 2, }