Changeset: 1be66a537e16 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1be66a537e16
Modified Files:
        monetdb5/modules/mal/heapn.c
Branch: pp_hashjoin
Log Message:

fixed double defined mel interfaces for heap topn


diffs (41 lines):

diff --git a/monetdb5/modules/mal/heapn.c b/monetdb5/modules/mal/heapn.c
--- a/monetdb5/modules/mal/heapn.c
+++ b/monetdb5/modules/mal/heapn.c
@@ -1975,16 +1975,6 @@ static mel_func heapn_init_funcs[] = {
                                arg("pipeline", ptr)
                                )
                        ),
-       pattern("heapn", "topn", HEAPtopn, false, "Return table with heap based 
topn, and positions and candidate for any projections (without order by, with 
groups)", args(3,6,
-                               batarg("pos", oid),
-                               batarg("sel", oid),
-                               /*sharedbatarg("rgrp", oid),*/
-                               sharedbatarg("heap", oid),
-                               arg("n",lng),
-                               arg("pipeline", ptr),
-                               batarg("grp", oid)
-                               )
-                       ),
        pattern("heapn", "topn", HEAPtopn, false, "Return table with heap based 
topn, and positions and candidate for any projections", args(3,6,
                                batarg("pos", oid),
                                batarg("sel", oid),
@@ -1998,20 +1988,6 @@ static mel_func heapn_init_funcs[] = {
                                */
                                )
                        ),
-       pattern("heapn", "topn", HEAPtopn, false, "Return table with heap based 
topn, and positions and candidate for any projections", args(3,6,
-                               batarg("pos", oid),
-                               batarg("sel", oid),
-                               sharedbatvararg("res", any),
-                               //sharedbatarg("heap", oid),
-                               arg("n",lng),
-                               arg("pipeline", ptr),
-                               //batarg("grp", oid),
-                               vararg("in", any)/*,
-                               vararg("min", bit),
-                               vararg("nulls_last", bit)
-                               */
-                               )
-                       ),
        command("heapn", "projection", HEAPproject, false, "Project.", args(1,5,
                                batargany("",1),
                                batarg("pos", oid),
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to