Function postgis_diesel::operators::strictly_right
source ยท pub fn strictly_right<T, U>(
left: T,
right: U,
) -> BBStrictlyRight<T, U::Expression>
Expand description
The >> operator returns TRUE if the bounding box of geometry A is strictly to the right of the bounding box of geometry B.