Transformations

$has_fields

has_fields(fields)

See also: http://rethinkdb.com/api/python/has_fields/

$with_fields

with_fields(fields)

See also: http://rethinkdb.com/api/python/with_fields/

$order_by

order_by(key | index[, ordering])

See also: http://rethinkdb.com/api/python/order_by/

$limit

limit(n)

See also: http://rethinkdb.com/api/python/limit/

$slice

slice(start_offset[, end_offset, left_bound, right_bound])

See also: http://rethinkdb.com/api/python/slice/

$sample

sample(n)

See also: http://rethinkdb.com/api/python/sample/