Changeset: d2014afc0ee3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d2014afc0ee3
Modified Files:
sql/backends/monet5/sql_statement.c
Branch: pushcands
Log Message:
for now don't push on mkey_xor as it doesn't yet have a candidates version.
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_statement.c
b/sql/backends/monet5/sql_statement.c
--- a/sql/backends/monet5/sql_statement.c
+++ b/sql/backends/monet5/sql_statement.c
@@ -3152,7 +3152,7 @@ stmt_Nop(backend *be, stmt *ops, stmt *s
InstrPtr q = NULL;
const char *mod = sql_func_mod(f->func), *fimp = sql_func_imp(f->func);
sql_subtype *tpe = NULL;
- int push_cands = (strcmp(mod, "calc") == 0 &&
strcmp(sql_func_imp(f->func), "identity")) || strcmp(mod, "mmath") == 0 ||
strcmp(mod, "mtime") == 0 ||
+ int push_cands = (strcmp(mod, "calc") == 0 &&
strcmp(sql_func_imp(f->func), "identity") && strcmp(sql_func_imp(f->func),
"rotate_xor_hash")) || strcmp(mod, "mmath") == 0 || strcmp(mod, "mtime") == 0 ||
strcmp(mod, "blob") == 0 || (strcmp(mod, "str") == 0 &&
batstr_func_has_candidates(sql_func_imp(f->func)));
int pushed = 0;
node *n;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list