Please activate JavaScript!
Please install Adobe Flash Player, click here for download

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 20 Base building block: lists  A good part of the query language is about processing lists  There are several types of lists:  statically declared lists, e.g. [ { "user": { "name": "Fred" } }, { "user": { "name": "John" } } ]  lists of documents from collections, e.g.  users  locations  result lists from filters/queries, e.g.  NEAR(locations, [ 43, 10 ], 100)