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

Method isCrossJoin

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

Source from the content-addressed store, hash-verified

139 return ">".equals(getJoinType());
140 }
141 public boolean isCrossJoin() {
142 return "*".equals(getJoinType());
143 }
144 public boolean isInnerJoin() {
145 return "&".equals(getJoinType());
146 }

Callers

nothing calls this directly

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected