Changeset: e2709b0bb4f9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e2709b0bb4f9
Modified Files:
        monetdb5/modules/mal/sample.mal
Branch: default
Log Message:

added missing subuniform mal definition


diffs (15 lines):

diff --git a/monetdb5/modules/mal/sample.mal b/monetdb5/modules/mal/sample.mal
--- a/monetdb5/modules/mal/sample.mal
+++ b/monetdb5/modules/mal/sample.mal
@@ -27,6 +27,11 @@ command uniform(b:bat[:oid,:any],s:wrd):
 address SAMPLEuniform
 comment "Returns the oids of a uniform sample of size s";
 
+command subuniform(b:bat[:oid,:any],s:wrd):bat[:oid,:oid]
+address SAMPLEuniform
+comment "Returns the oids of a uniform sample of size s";
+
 command uniform(b:bat[:oid,:any],p:dbl):bat[:oid,:oid]
 address SAMPLEuniform_dbl
 comment "Returns the oids of a uniform sample of size = (p x count(b)), where 
0 <= p <= 1.0";
+
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to