pub type PbAsOfJoinDesc = AsOfJoinDesc;Aliased Type§
pub struct PbAsOfJoinDesc {
pub right_idx: u32,
pub left_idx: u32,
pub inequality_type: i32,
}Fields§
§right_idx: u32The index of the right side’s as of column.
left_idx: u32The index of the left side’s as of column.
inequality_type: i32The type of the inequality.