Changeset: 27278292dda1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=27278292dda1
Modified Files:
monetdb5/modules/kernel/batcalc.mx
monetdb5/modules/kernel/batmtime.mx
Branch: Apr2012
Log Message:
added batcalc.isnil( :bat[:void,:xx] ) :bat[:oid,:xx]
diffs (28 lines):
diff --git a/monetdb5/modules/kernel/batcalc.mx
b/monetdb5/modules/kernel/batcalc.mx
--- a/monetdb5/modules/kernel/batcalc.mx
+++ b/monetdb5/modules/kernel/batcalc.mx
@@ -258,6 +258,10 @@ module batcalc;
command isnil(b:bat[:any_1,:@1]):bat[:any_1,:bit]
address CMDunaryISNIL
comment "Unary check for nil over the tail of the bat";
+
+ command isnil(b:bat[:void,:@1]):bat[:oid,:bit]
+ address CMDunaryISNIL
+ comment "Unary check for nil over the tail of the bat";
@
@mal
# @-
diff --git a/monetdb5/modules/kernel/batmtime.mx
b/monetdb5/modules/kernel/batmtime.mx
--- a/monetdb5/modules/kernel/batmtime.mx
+++ b/monetdb5/modules/kernel/batmtime.mx
@@ -69,6 +69,10 @@ comment "Compare a bat of @1 against a s
address MTIMEunaryISNIL
comment "Unary check for nil over the tail of the bat";
+ command batcalc.isnil(b:bat[:void,:@1]):bat[:oid,:bit]
+ address MTIMEunaryISNIL
+ comment "Unary check for nil over the tail of the bat";
+
@
@mal
@:compareGrp(date)@
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list