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