Changeset: 98b037464331 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=98b037464331 Modified Files: monetdb5/modules/kernel/algebra.mal Branch: default Log Message:
groupby already headless diffs (18 lines): diff --git a/monetdb5/modules/kernel/algebra.mal b/monetdb5/modules/kernel/algebra.mal --- a/monetdb5/modules/kernel/algebra.mal +++ b/monetdb5/modules/kernel/algebra.mal @@ -7,14 +7,10 @@ # module algebra; -# TO BE REMOVED OR CHANGED FOR HEADLESS - command groupby(gids:bat[:oid], cnts:bat[:lng]) :bat[:oid] address ALGgroupby comment "Produces a new BAT with groups identified by the head column. The result contains tail times the head value, ie the tail contains the result group sizes."; -#END OF HEADLESS PLANS - command find(b:bat[:any_1], t:any_1):oid address ALGfind comment "Returns the index position of a value. If no such BUN exists return OID-nil." ; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
