pub fn align(left: &Index, right: &Index, mode: AlignMode) -> AlignmentPlanExpand description
Align two indexes using the specified join mode.
Returns an AlignmentPlan whose union_index contains the output index
(which may be an intersection, left-only, right-only, or union depending on mode).