Changeset: 00b69ed6bbd6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=00b69ed6bbd6 Modified Files: monetdb5/modules/mal/sample.mal Branch: default Log Message:
Semicolons in the MAL definitions. 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 @@ -25,9 +25,8 @@ module sample; command uniform(b:bat[:oid,:any],s:wrd):bat[:oid,:oid] address SAMPLEuniform -comment "Returns a uniform sample of size s" -comment "Returns the oids of a uniform sample of size s" +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" +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