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