Function transform::join_implementation::differential::plan[][src]

pub fn plan(
    join: &MirRelationExpr,
    input_mapper: &JoinInputMapper,
    available: &[Vec<Vec<MirScalarExpr>>],
    unique_keys: &[Vec<Vec<usize>>]
) -> Option<MirRelationExpr>
Expand description

Creates a linear differential plan, and any predicates that need to be lifted.