Menu

#28 Support advanced collection and map operations

open
nobody
None
5
2008-06-04
2008-06-04
Robert
No

In the query language, support more operators on collections and maps, for example:
- empty: true when container is empty
- not empty: true when container not empty
- [index]: indexing operator for collections
- not contains: negating the contains operator
- equality: true when two containers equal

Discussion


Log in to post a comment.