public final class AggregationDistinctProjection extends AggregationProjection
| 构造器和说明 |
|---|
AggregationDistinctProjection(int startIndex,
int stopIndex,
org.apache.shardingsphere.sql.parser.sql.constant.AggregationType type,
String innerExpression,
String alias,
String distinctInnerExpression) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDistinctColumnLabel()
Get distinct column label.
|
getAlias, getColumnLabel, getExpressionpublic AggregationDistinctProjection(int startIndex,
int stopIndex,
org.apache.shardingsphere.sql.parser.sql.constant.AggregationType type,
String innerExpression,
String alias,
String distinctInnerExpression)
public String getDistinctColumnLabel()
Copyright © 2020 The Apache Software Foundation. All rights reserved.