public final class AggregationDistinctSelectItem extends AggregationSelectItem
| 构造器和说明 |
|---|
AggregationDistinctSelectItem(AggregationType type,
String innerExpression,
com.google.common.base.Optional<String> alias,
String distinctColumnName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDistinctColumnLabel()
Get distinct column label.
|
getColumnLabel, getExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAliaspublic AggregationDistinctSelectItem(AggregationType type, String innerExpression, com.google.common.base.Optional<String> alias, String distinctColumnName)
public String getDistinctColumnLabel()
Copyright © 2019. All rights reserved.