Selecting data¶
$filter¶
-
filter(predicate)
| Boolean operator | ReQL | See also: |
|---|---|---|
$and |
r.and_ |
http://rethinkdb.com/api/python/and/ |
$or |
r.or_ |
http://rethinkdb.com/api/python/or/ |
$not |
r.not_ |
http://rethinkdb.com/api/python/not/ |
See also: http://rethinkdb.com/api/python/filter/
$between¶
-
between(lower_key, upper_key[, index, left_bound, right_bound])