| 限定符和类型 | 方法和说明 |
|---|---|
List<Projection> |
ProjectionsContext.getExpandProjections()
Get expand projections with shorthand projections.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<Projection> |
ProjectionEngine.createProjection(String sql,
Collection<org.apache.shardingsphere.sql.parser.sql.segment.generic.table.SimpleTableSegment> tableSegments,
org.apache.shardingsphere.sql.parser.sql.segment.dml.item.ProjectionSegment projectionSegment)
Create projection.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AggregationDistinctProjection
Aggregation distinct projection.
|
class |
AggregationProjection
Aggregation projection.
|
class |
ColumnProjection
Common projection.
|
class |
DerivedProjection
Derived projection.
|
class |
ExpressionProjection
Expression projection.
|
class |
ShorthandProjection
Shorthand projection.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.