Function postgis_diesel::functions::st_disjoint
source · pub fn st_disjoint<left, right>(
left: left,
right: right
) -> st_disjoint<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>where
left: AsExpression<Geometry>,
right: AsExpression<Geometry>,
Expand description
Tests if two geometries are disjoint (they have no point in common).