pub fn overlaps_or_right<T, U>(
    left: T,
    right: U
) -> BBOverlapsOrRight<T, U::Expression>where
    T: Expression,
    <T as Expression>::SqlType: SqlType,
    U: AsExpression<T::SqlType>,
Expand description

The &> operator returns TRUE if the bounding box of geometry A overlaps or is to the right of the bounding box of geometry B, or more accurately, overlaps or is NOT to the left of the bounding box of geometry B.