#46 CQueryAdapter

Closed
opened 4 years ago by ranides · 0 comments
ranides commented 4 years ago

CQueryAdapter which allows definition of query, but without source.

This adapter can be then applied on existing query.

query2 = query.filter(a).map(b).split(c)
````

adapter = adapter().filter(a).map(b).split(c); query2 query.apply(adapter) ```

CQueryAdapter which allows definition of query, but without source. This adapter can be then applied on existing query. ``` query2 = query.filter(a).map(b).split(c) ```` ``` adapter = adapter().filter(a).map(b).split(c); query2 query.apply(adapter) ```
ranides referenced this issue from a commit 4 years ago
ranides referenced this issue from a commit 4 years ago
#46
ranides referenced this issue from a commit 4 years ago
#46
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.