Open GoogleCodeExporter opened 8 years ago
Please clarify what you're asking for.
odata4j helps out with parsing the $filter string to an expression (this work
is common to all producers) but evaluating the expression is producer-specific.
For example the JPA implementation creates and issues a jpql query, the
In-Memory implementation evaluates objects in memory, etc.
Original comment by john.spurlock
on 11 Sep 2011 at 12:30
I wonder if Eugene is looking for expression evaluation outside of the context
of the InMemoryProducer? I was. I am currently working on queryable metadata
that required evaluating $filters but not against a PropertyModel. To decouple
I refactored InMemoryEvaluation slightly to allow one to provide an arbitrary
VariableResolver to the evaluator. I should be checking in in the next day or
so.
Original comment by tony.ro...@gmail.com
on 27 Sep 2011 at 3:44
Original issue reported on code.google.com by
Eugene.P...@gmail.com
on 11 Sep 2011 at 10:37