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