Class AggregationDistinctProjectionSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.AggregationProjectionSegment
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.AggregationDistinctProjectionSegment
-
- All Implemented Interfaces:
ASTNode,ExpressionSegment,ProjectionSegment,AliasAvailable,SQLSegment
public final class AggregationDistinctProjectionSegment extends AggregationProjectionSegment
Aggregation distinct projection segment.
-
-
Constructor Summary
Constructors Constructor Description AggregationDistinctProjectionSegment(int startIndex, int stopIndex, AggregationType type, String innerExpression, String distinctExpression)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.AggregationProjectionSegment
getAlias, getAliasName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.generic.AliasAvailable
setAlias
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-
-
-
Constructor Detail
-
AggregationDistinctProjectionSegment
public AggregationDistinctProjectionSegment(int startIndex, int stopIndex, AggregationType type, String innerExpression, String distinctExpression)
-
-