Function postgis_diesel::operators::strictly_left

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

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