public final class AggregationUnitFactory extends Object
| 构造器和说明 |
|---|
AggregationUnitFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AggregationUnit |
create(org.apache.shardingsphere.sql.parser.sql.common.constant.AggregationType type,
boolean isDistinct)
Create aggregation unit instance.
|
public static AggregationUnit create(org.apache.shardingsphere.sql.parser.sql.common.constant.AggregationType type, boolean isDistinct)
type - aggregation function typeisDistinct - is distinctCopyright © 2022 The Apache Software Foundation. All rights reserved.