Changeset: 531a8986b4f3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=531a8986b4f3
Modified Files:
        monetdb5/modules/mal/00_batcalc_hge.mal
        monetdb5/modules/mal/00_batcalc_hge.mal.sh
Branch: default
Log Message:

Headless interface for hge


diffs (35 lines):

diff --git a/monetdb5/modules/mal/00_batcalc_hge.mal 
b/monetdb5/modules/mal/00_batcalc_hge.mal
--- a/monetdb5/modules/mal/00_batcalc_hge.mal
+++ b/monetdb5/modules/mal/00_batcalc_hge.mal
@@ -6374,19 +6374,6 @@ pattern lng_noerror(b:bat[:oid,:hge],s:b
 address CMDconvert_lng
 comment "cast from hge to lng with candidates list";
 
-pattern hge(b:bat[:oid,:void]) :bat[:oid,:hge]
-address CMDconvertsignal_hge
-comment "cast from void to hge, signal error on overflow";
-pattern hge(b:bat[:oid,:void],s:bat[:oid,:oid]) :bat[:oid,:hge]
-address CMDconvertsignal_hge
-comment "cast from void to hge with candidates list, signal error on overflow";
-pattern hge_noerror(b:bat[:oid,:void]) :bat[:oid,:hge]
-address CMDconvert_hge
-comment "cast from void to hge";
-pattern hge_noerror(b:bat[:oid,:void],s:bat[:oid,:oid]) :bat[:oid,:hge]
-address CMDconvert_hge
-comment "cast from void to hge with candidates list";
-
 pattern hge(b:bat[:oid,:bit]) :bat[:oid,:hge]
 address CMDconvertsignal_hge
 comment "cast from bit to hge, signal error on overflow";
diff --git a/monetdb5/modules/mal/00_batcalc_hge.mal.sh 
b/monetdb5/modules/mal/00_batcalc_hge.mal.sh
--- a/monetdb5/modules/mal/00_batcalc_hge.mal.sh
+++ b/monetdb5/modules/mal/00_batcalc_hge.mal.sh
@@ -533,7 +533,7 @@ EOF
 done
 
 for tp1 in $alltypes; do
-    for tp2 in void $alltypes; do
+    for tp2 in $alltypes; do
        case $tp1$tp2 in
        *hge*) ;;
        *) continue;;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to