Changeset: 5794148f42bd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5794148f42bd Modified Files: monetdb5/extras/jaql/json.mal Branch: jacqueline Log Message:
unwrap: fix docstring diffs (9 lines): diff --git a/monetdb5/extras/jaql/json.mal b/monetdb5/extras/jaql/json.mal --- a/monetdb5/extras/jaql/json.mal +++ b/monetdb5/extras/jaql/json.mal @@ -51,4 +51,4 @@ comment "Retrieve the type necessary to pattern unwrap(kind:bat[:oid,:bte],string:bat[:oid,:str],integer:bat[:oid,:lng],double:bat[:oid,:dbl],array:bat[:oid,:oid],object:bat[:oid,:oid],name:bat[:oid,:str],arrid:oid,tpe:any_1)(:bat[:oid,:any_1]) address JSONunwrap -comment "Return the outermost JSON array elements as BAT with tail type tpe performing the necessary casts"; +comment "Return the JSON array with oid arrid elements as BAT with tail type tpe performing the necessary casts"; _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
