Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Tencent/APIJSON
/ isAppJoin
Method
isAppJoin
APIJSONORM/src/main/java/apijson/orm/Join.java:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
public
boolean isAppJoin() {
133
return
"@"
.equals(getJoinType());
134
}
135
public
boolean isLeftJoin() {
136
return
"<"
.equals(getJoinType());
137
}
Callers
12
isSQLJoin
Method · 0.95
executeAppJoin
Method · 0.80
gainGroupString
Method · 0.80
gainHavingString
Method · 0.80
gainSampleString
Method · 0.80
gainLatestString
Method · 0.80
gainPartitionString
Method · 0.80
gainFillString
Method · 0.80
gainOrderString
Method · 0.80
gainColumnString
Method · 0.80
gainJoinString
Method · 0.80
parseJoin
Method · 0.80
Calls
2
getJoinType
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected