Description
The idea is to encode simple predicates (query filters, event filters, etc) in some format which will be decoded and executed on Java nodes without the need for any classes and so on.
Examples of such predicates are "Compare certain field to a value and another field to another value".
User-facing API can operate on Expression Trees or provide some kind of a predicate builder with fluent syntax.
Attachments
Issue Links
- relates to
-
IGNITE-1894 .NET: Delegate support in the API via extension methods
- Open