pub type PbJoinEncodingType = JoinEncodingType;
#[repr(i32)]pub enum PbJoinEncodingType { Unspecified = 0, MemoryOptimized = 1, CpuOptimized = 2, }