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

The && operator returns TRUE if the 2D bounding box of geometry A intersects the 2D bounding box of geometry B.