public interface CountSqlParser
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
AGGREGATE_FUNCTIONS
聚合函数,以下列函数开头的都认为是聚合函数
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addAggregateFunctions(String functions)
添加到聚合函数,可以是逗号隔开的多个函数前缀
|
default String |
getSmartCountSql(String sql)
获取智能的countSql
|
String |
getSmartCountSql(String sql,
String countColumn)
获取智能的countSql
|
static void addAggregateFunctions(String functions)
functions - Copyright © 2023. All rights reserved.