Function postgis_diesel::functions::st_covered_by
source · pub fn st_covered_by<G: GeoType, left, right>(
left: left,
right: right
) -> st_covered_by<G, <left as AsExpression<G>>::Expression, <right as AsExpression<G>>::Expression>where
left: AsExpression<G>,
right: AsExpression<G>,
Expand description
Tests if no point in A is outside B