Changeset: f662226b4da2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f662226b4da2
Modified Files:
sql/backends/monet5/datacell/opt_datacell.c
Branch: default
Log Message:
The datacell pipeline is hardwired.
diffs (16 lines):
diff --git a/sql/backends/monet5/datacell/opt_datacell.c
b/sql/backends/monet5/datacell/opt_datacell.c
--- a/sql/backends/monet5/datacell/opt_datacell.c
+++ b/sql/backends/monet5/datacell/opt_datacell.c
@@ -229,11 +229,7 @@ OPTdatacellImplementation(Client cntxt,
if (actions)
{
- addPipeDefinition(cntxt, "datacell_pipe",
-
"inline,remap,datacell,evaluate,costModel,coercions,emptySet,aliases,mitosis,"
-
"mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,"
- "history,multiplex,accumulators,garbageCollector");
- /* extend the plan with the new optimizer pipe required */
+ /* datacel lpipeline predefined */
clk= GDKusec();
optimizerCheck(cntxt, mb, "optimizer.datacell", 1, /*t =*/
(GDKusec() - clk), OPT_CHECK_ALL);
addtoMalBlkHistory(mb, "datacell");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list