我搜索了很多,但找不到GROUP BY查询的任何文档或示例.
现在,即使把RLMResults放在一个循环中也可以解决我的问题,但有一种优雅的方法吗?
解决方法
它被讨论了
at the Java group并且也适用于iOS实现.
Nov 2014
GROUP BY is only interesting in combination with some kind of
aggregate function. We have the most common ones directly on
RealmResults,like sum(),average(),max() and min(),are these what
you are looking for or do you have something else in mind?We actually implemented disTINCT but found some bugs that needed to be
fixed before it can be released. So hopefully really soon
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。