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

Method isSideJoin

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

Source from the content-addressed store, hash-verified

152 return "!".equals(getJoinType());
153 }
154 public boolean isSideJoin() {
155 return "^".equals(getJoinType());
156 }
157 public boolean isAntiJoin() {
158 return "(".equals(getJoinType());
159 }

Callers

nothing calls this directly

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected