Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.enums.AggregationType
-
Packages that use AggregationType Package Description org.apache.shardingsphere.sql.parser.sql.common.enums org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item -
-
Uses of AggregationType in org.apache.shardingsphere.sql.parser.sql.common.enums
Methods in org.apache.shardingsphere.sql.parser.sql.common.enums that return AggregationType Modifier and Type Method Description static AggregationTypeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregationType in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
Constructors in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item with parameters of type AggregationType Constructor Description AggregationDistinctProjectionSegment(int startIndex, int stopIndex, AggregationType type, String innerExpression, String distinctExpression)AggregationProjectionSegment(int startIndex, int stopIndex, AggregationType type, String innerExpression)
-