Changeset: 3cbfcdc4ccec for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3cbfcdc4ccec
Modified Files:
        monetdb5/modules/mosaic/mosaic.mal
Branch: mosaic
Log Message:

We don't support str type (yet) in mosaic.


diffs (53 lines):

diff --git a/monetdb5/modules/mosaic/mosaic.mal 
b/monetdb5/modules/mosaic/mosaic.mal
--- a/monetdb5/modules/mosaic/mosaic.mal
+++ b/monetdb5/modules/mosaic/mosaic.mal
@@ -36,9 +36,6 @@ address MOSselect;
 pattern select(b:bat[:dbl], low:dbl, high:dbl, li:bit, hi:bit, anti:bit) 
:bat[:oid]
 address MOSselect;
 
-pattern select(b:bat[:str], low:str, high:str, li:bit, hi:bit, anti:bit) 
:bat[:oid]
-address MOSselect;
-
 pattern select(b:bat[:timestamp], low:timestamp, high:timestamp, li:bit, 
hi:bit, anti:bit) :bat[:oid]
 address MOSselect
 comment "Overloaded selection routine";
@@ -75,9 +72,6 @@ address MOSselect;
 pattern select(b:bat[:dbl], cand:bat[:oid], low:dbl, high:dbl, li:bit, hi:bit, 
anti:bit) :bat[:oid]
 address MOSselect;
 
-pattern select(b:bat[:str], cand:bat[:oid], low:str, high:str, li:bit, hi:bit, 
anti:bit) :bat[:oid]
-address MOSselect;
-
 pattern select(b:bat[:timestamp], cand:bat[:oid], low:timestamp, 
high:timestamp, li:bit, hi:bit, anti:bit) :bat[:oid]
 address MOSselect
 comment "Overloaded selection routine";
@@ -114,9 +108,6 @@ address MOSthetaselect;
 pattern thetaselect(b:bat[:dbl], low:dbl, oper:str) :bat[:oid]
 address MOSthetaselect;
 
-pattern thetaselect(b:bat[:str], low:str, oper:str) :bat[:oid]
-address MOSthetaselect;
-
 pattern thetaselect(b:bat[:timestamp], low:timestamp, oper:str) :bat[:oid]
 address MOSthetaselect
 comment "Overloaded selection routine";
@@ -153,9 +144,6 @@ address MOSthetaselect;
 pattern thetaselect(b:bat[:dbl], c:bat[:oid], low:dbl, oper:str) :bat[:oid]
 address MOSthetaselect;
 
-pattern thetaselect(b:bat[:str], c:bat[:oid], low:str, oper:str) :bat[:oid]
-address MOSthetaselect;
-
 pattern thetaselect(b:bat[:timestamp], c:bat[:oid], low:timestamp, oper:str) 
:bat[:oid]
 address MOSthetaselect
 comment "Overloaded selection routine";
@@ -192,9 +180,6 @@ address MOSprojection;
 pattern projection(b:bat[:oid], cand:bat[:dbl]) :bat[:dbl]
 address MOSprojection;
 
-pattern projection(b:bat[:oid], cand:bat[:str]) :bat[:str]
-address MOSprojection;
-
 pattern projection(b:bat[:oid], cand:bat[:timestamp]) :bat[:timestamp]
 address MOSprojection
 comment "Overloaded projection operation";
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to