#46 CQueryAdapter

已關閉
ranides4 年之前創建 · 0 條評論
ranides commented 4 年之前

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) ```
ranides4 年之前 關閉
ranides 在代碼提交 4 年之前 中引用了該問題
ranides 在代碼提交 4 年之前 中引用了該問題
#46
ranides 在代碼提交 4 年之前 中引用了該問題
#46
Sign in to join this conversation.
未選擇里程碑
未指派成員
1 參與者
正在加載...
取消
保存
尚未有任何內容