pub fn ordering_satisfy_concrete<F: FnOnce() -> EquivalenceProperties, F2: FnOnce() -> OrderingEquivalenceProperties>(
    provided: &[PhysicalSortExpr],
    required: &[PhysicalSortExpr],
    equal_properties: F,
    ordering_equal_properties: F2
) -> bool
Expand description

Checks whether the required PhysicalSortExprs are satisfied by the provided PhysicalSortExprs.