提交 d534b056 编写于 作者: T terrymanu

add getAggregationSelectItemContexts

上级 ad4d5a2e
......@@ -51,6 +51,11 @@ public final class SelectSQLContext extends AbstractSQLContext {
super(originalSQL, SQLType.SELECT);
}
/**
* 获取聚合列集合.
*
* @return 聚合列集合
*/
public List<AggregationSelectItemContext> getAggregationSelectItemContexts() {
List<AggregationSelectItemContext> result = new LinkedList<>();
for (SelectItemContext each : itemContexts) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册