public class AggregationFunctions extends Object
| 构造器和说明 |
|---|
AggregationFunctions() |
@Function @Comment(value="\u805a\u5408\u51fd\u6570-count") public int count(@Comment(name="value",value="\u96c6\u5408") Object target)
@Function @Comment(value="\u805a\u5408\u51fd\u6570-max") public Object max(@Comment(name="value",value="\u96c6\u5408") Object target)
@Function @Comment(value="\u805a\u5408\u51fd\u6570-sum") public Number sum(@Comment(name="value",value="\u96c6\u5408") Object target)
@Function @Comment(value="\u805a\u5408\u51fd\u6570-min") public Object min(@Comment(name="value",value="\u96c6\u5408") Object target)
@Function @Comment(value="\u805a\u5408\u51fd\u6570-avg") public Object avg(@Comment(name="value",value="\u96c6\u5408") Object target)
@Function @Comment(value="\u5206\u7ec4\u540e\u6309\u6307\u5b9a\u5b57\u7b26\u4e32\u62fc\u63a5") public String group_concat(@Comment(name="target",value="\u5217\uff0c\u5982t.a") Object target, @Comment(name="separator",value="\u5206\u9694\u7b26\uff0c\u5982`|`") String separator)
Copyright © 2020–2022. All rights reserved.