Changeset: 3a3c3f3abac2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3a3c3f3abac2
Modified Files:
        geom/monetdb5/geom.mal
Branch: geo
Log Message:

return BAT of type double not bit


diffs (16 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 Distance(a:bat[:oid,:wkb], b:bat[:oid,:wkb]) :bat[:oid,:bit] address 
wkbDistance_bat;
-command Distance(a:wkb, b:bat[:oid,:wkb]) :bat[:oid,:bit] address 
wkbDistance_geom_bat;
-command Distance(a:bat[:oid,:wkb], b:wkb) :bat[:oid,:bit] address 
wkbDistance_bat_geom;
+command Distance(a:bat[:oid,:wkb], b:bat[:oid,:wkb]) :bat[:oid,:dbl] address 
wkbDistance_bat;
+command Distance(a:wkb, b:bat[:oid,:wkb]) :bat[:oid,:dbl] address 
wkbDistance_geom_bat;
+command Distance(a:bat[:oid,:wkb], b:wkb) :bat[:oid,:dbl] address 
wkbDistance_bat_geom;
 
 command Contains(a:bat[:oid,:wkb], b:bat[:oid,:wkb]) :bat[:oid,:bit] address 
wkbContains_bat;
 command Contains(a:wkb, b:bat[:oid,:wkb]) :bat[:oid,:bit] address 
wkbContains_geom_bat;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to