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>
Expand description

Tests if two geometries intersect and have the same dimension, but are not completely contained by each other.