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

Method min

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

最小值 fun = #MIN @param column @return #functionAs(String, String)

(String column)

Source from the content-addressed store, hash-verified

309 * @return {@link #functionAs(String, String)}
310 */
311 public static String min(String column) {
312 return functionAs(MIN, column);
313 }
314 /**平均值
315 * fun = {@link #AVG}
316 * @param column

Callers 1

executeMethod · 0.80

Calls 1

functionAsMethod · 0.95

Tested by

no test coverage detected