MCPcopy Index your code
hub / github.com/Tencent/APIJSON / isForeignJoin

Method isForeignJoin

APIJSONORM/src/main/java/apijson/orm/Join.java:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 return "(".equals(getJoinType());
159 }
160 public boolean isForeignJoin() {
161 return ")".equals(getJoinType());
162 }
163 public boolean isAsofJoin() {
164 return "~".equals(getJoinType());
165 }

Callers

nothing calls this directly

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected