Skip to main content

align

Function align 

Source
pub fn align(left: &Index, right: &Index, mode: AlignMode) -> AlignmentPlan
Expand 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).