Function postgis_diesel::operators::strictly_below

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

The <<| operator returns TRUE if the bounding box of geometry A is strictly below the bounding box of geometry B.