Changeset: c2c114117354 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c2c114117354
Modified Files:
geom/monetdb5/geom.mal
Branch: geo
Log Message:
remove unsafe from filter
diffs (15 lines):
diff --git a/geom/monetdb5/geom.mal b/geom/monetdb5/geom.mal
--- a/geom/monetdb5/geom.mal
+++ b/geom/monetdb5/geom.mal
@@ -443,9 +443,9 @@ geom.prelude();
module batgeom;
-command ContainsFilter{unsafe}(a:bat[:oid,:wkb], b:bat[:oid,:wkb])
(aFiltered:bat[:oid,:wkb], bFiltered:bat[:oid,:wkb]) address
wkbContainsFilter_bat
+command ContainsFilter(a:bat[:oid,:wkb], b:bat[:oid,:wkb])
(aFiltered:bat[:oid,:wkb], bFiltered:bat[:oid,:wkb]) address
wkbContainsFilter_bat
comment "Filters the points in the bats according to the MBR of the other
bat.";
-command ContainsFilter{unsafe}(a:wkb, b:bat[:oid,:wkb]) (w:wkb,
bFiltered:bat[:oid,:wkb]) address wkbContainsFilter_geom_bat
+command ContainsFilter(a:wkb, b:bat[:oid,:wkb]) (w:wkb,
bFiltered:bat[:oid,:wkb]) address wkbContainsFilter_geom_bat
comment "Filters the points in the bats according to the MBR of the other
bat.";
#command point(x:bat[:oid,:dbl],y:bat[:oid,:dbl]) :bat[:oid,:wkb]
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list