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

Method isAsofJoin

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

Source from the content-addressed store, hash-verified

161 return ")".equals(getJoinType());
162 }
163 public boolean isAsofJoin() {
164 return "~".equals(getJoinType());
165 }
166
167 public boolean isLeftOrRightJoin() {
168 String jt = getJoinType();

Callers

nothing calls this directly

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected