Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/APIJSON
/ isAntiJoin
Method
isAntiJoin
APIJSONORM/src/main/java/apijson/orm/Join.java:157–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
return
"^"
.equals(getJoinType());
156
}
157
public
boolean isAntiJoin() {
158
return
"("
.equals(getJoinType());
159
}
160
public
boolean isForeignJoin() {
161
return
")"
.equals(getJoinType());
162
}
Callers
1
execute
Method · 0.95
Calls
2
getJoinType
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected