Function postgis_diesel::operators::overlaps_or_below

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

The &<| operator returns TRUE if the bounding box of geometry A overlaps or is below of the bounding box of geometry B, or more accurately, overlaps or is NOT above the bounding box of geometry B.