MCPcopy 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

isSQLJoinMethod · 0.95
executeAppJoinMethod · 0.80
gainGroupStringMethod · 0.80
gainHavingStringMethod · 0.80
gainSampleStringMethod · 0.80
gainLatestStringMethod · 0.80
gainPartitionStringMethod · 0.80
gainFillStringMethod · 0.80
gainOrderStringMethod · 0.80
gainColumnStringMethod · 0.80
gainJoinStringMethod · 0.80
parseJoinMethod · 0.80

Calls 2

getJoinTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected