| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.sql.common.constant | |
| org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item |
| Modifier and Type | Method and Description |
|---|---|
static AggregationType |
AggregationType.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.
|
| Constructor and Description |
|---|
AggregationDistinctProjectionSegment(int startIndex,
int stopIndex,
AggregationType type,
String innerExpression,
String distinctExpression) |
AggregationProjectionSegment(int startIndex,
int stopIndex,
AggregationType type,
String innerExpression) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.