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

Method sum

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

求和 fun = #SUM @param column @return #functionAs(String, String)

(String column)

Source from the content-addressed store, hash-verified

293 * @return {@link #functionAs(String, String)}
294 */
295 public static String sum(String column) {
296 return functionAs(SUM, column);
297 }
298 /**最大值
299 * fun = {@link #MAX}
300 * @param column

Callers

nothing calls this directly

Calls 1

functionAsMethod · 0.95

Tested by

no test coverage detected