Function postgis_diesel::operators::intersects_2d

source ยท
pub fn intersects_2d<T, U>(
    left: T,
    right: U,
) -> BBIntersects2D<T, U::Expression>
Expand description

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