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

Method length

APIJSONORM/src/main/java/apijson/SQL.java:116–118  ·  view source on GitHub ↗

@param s 因为POWER(x,y)等函数含有不只一个key,所以需要客户端添加进去,服务端检测到条件中有'('和')'时就不转换,直接当SQL语句查询 @return "length(" + s + ")"

(String s)

Source from the content-addressed store, hash-verified

114 * @return "length(" + s + ")"
115 */
116 public static String length(String s) {
117 return "length(" + s + ")";
118 }
119 /**
120 * @param s 因为POWER(x,y)等函数含有不只一个key,所以需要客户端添加进去,服务端检测到条件中有'('')'时就不转换,直接当SQL语句查询
121 * @return "json_length(" + s + ")"

Callers 15

lengthCompareMethod · 0.95
isJSONTypeMethod · 0.45
wrapRequestMethod · 0.45
extendResultMethod · 0.45
onJoinParseMethod · 0.45
getValueByPathMethod · 0.45
batchVerifyMethod · 0.45
LogicMethod · 0.45
getTypeMethod · 0.45
setKeyAndTypeMethod · 0.45
executeMethod · 0.45
getValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected