Function postgis_diesel::operators::contains

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

The ~ operator returns TRUE if the bounding box of geometry A completely contains the bounding box of geometry B.