Code

store: Add support for iterable expressions.
authorSebastian Harl <sh@tokkee.org>
Thu, 5 Mar 2015 20:25:40 +0000 (21:25 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 5 Mar 2015 20:25:40 +0000 (21:25 +0100)
commit47a1228872b3df692d8b17b7b85d1a863faf4fd7
tree2dc470c7e9a7031e91418bf8ce4e3e2e0e061ed8
parentff6cf34ee7a8db747d8284b5c5532f8d13b7cea5
store: Add support for iterable expressions.

It can be used to iterate through either the list of child nodes or through
arbitrary arrays. An expression is iterable either if it stores / evaluates to
an array or if it's a typed expression evaluated in the context of an object
where the specified type represents child nodes.
src/core/store_expr.c
src/include/core/store.h