Function postgis_diesel::functions_nullable::st_crosses
source ยท pub fn st_crosses<left, right>(
left: left,
right: right,
) -> st_crosses<<left as AsExpression<Nullable<Geometry>>>::Expression, <right as AsExpression<Nullable<Geometry>>>::Expression>
Expand description
Tests if two geometries have some, but not all, interior points in common.