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

Method avg

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

平均值 fun = #AVG @param column @return #functionAs(String, String)

(String column)

Source from the content-addressed store, hash-verified

317 * @return {@link #functionAs(String, String)}
318 */
319 public static String avg(String column) {
320 return functionAs(AVG, column);
321 }
322
323 //column and function>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
324

Callers

nothing calls this directly

Calls 1

functionAsMethod · 0.95

Tested by

no test coverage detected