Changeset: 7f691bdd2462 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7f691bdd2462 Modified Files: monetdb5/modules/atoms/json_atom.mal Branch: Jan2014 Log Message:
add mal interface for isnil(j:json) diffs (12 lines): diff --git a/monetdb5/modules/atoms/json_atom.mal b/monetdb5/modules/atoms/json_atom.mal --- a/monetdb5/modules/atoms/json_atom.mal +++ b/monetdb5/modules/atoms/json_atom.mal @@ -136,4 +136,8 @@ command text(js:json,e:str):str address JSONtext comment "Simple JSON path accessor, returning the concatenated string"; +pattern calc.isnil(v:json):bit +address CMDvarISNIL +comment "Nil test for json value"; + json.prelude(); _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
