public final class AggregationUnitFactory extends Object
| Constructor and Description |
|---|
AggregationUnitFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AggregationUnit |
create(org.apache.shardingsphere.sql.parser.core.constant.AggregationType type,
boolean isDistinct)
Create aggregation unit instance.
|
public static AggregationUnit create(org.apache.shardingsphere.sql.parser.core.constant.AggregationType type, boolean isDistinct)
type - aggregation function typeisDistinct - is distinctCopyright © 2020 The Apache Software Foundation. All rights reserved.