Function postgis_diesel::functions::st_overlaps
source · pub fn st_overlaps<left, right>(
left: left,
right: right
) -> st_overlaps<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>where
left: AsExpression<Geometry>,
right: AsExpression<Geometry>,
Expand description
Tests if two geometries intersect and have the same dimension, but are not completely contained by each other.