Function postgis_diesel::functions_nullable::st_disjoint

source ยท
pub fn st_disjoint<left, right>(
    left: left,
    right: right,
) -> st_disjoint<<left as AsExpression<Nullable<Geometry>>>::Expression, <right as AsExpression<Nullable<Geometry>>>::Expression>
Expand description

Tests if two geometries are disjoint (they have no point in common).