Function postgis_diesel::functions::st_intersects
source ยท pub fn st_intersects<G: GeoType, left, right>(
left: left,
right: right,
) -> st_intersects<G, <left as AsExpression<G>>::Expression, <right as AsExpression<G>>::Expression>where
left: AsExpression<G>,
right: AsExpression<G>,
Expand description
Tests if two geometries intersect (they have at least one point in common).