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

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 19 Type comparisons  For document values, the attribute names from both documents are collected and sorted. The sorted attribute names are then checked individually: if one of the documents does not have the attribute, it will be considered „smaller“. If both documents have the attribute, a value comparison will be done recursively: { } < { "age": 25 } { "age": 25 } < { "age": 26 } { "age": 25 } > { "name": "John" } { "name": "John", == { "age": 25, "age": 25 } "name": "John" } { "age": 25 } < { "age": 25, "name": "John" }