Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/androrm/androrm
/ distinct
Method
distinct
src/src/com/orm/androrm/QuerySet.java:98–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
public
QuerySet<T> distinct() {
99
if
(mQuery != null) {
100
mQuery.distinct();
101
}
102
103
return
this;
104
}
105
106
public
QuerySet<T> all() {
107
if
(mQuery == null) {
Callers
4
testDistinct
Method · 0.45
getRelationSelection
Method · 0.45
resolveLastField
Method · 0.45
resolveRelationField
Method · 0.45
Calls
no outgoing calls
Tested by
1
testDistinct
Method · 0.36