| 构造器和说明 |
|---|
ProjectionsContext(int startIndex,
int stopIndex,
boolean distinctRow,
Collection<Projection> projections) |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<Projection> |
ProjectionEngine.createProjection(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment table,
org.apache.shardingsphere.sql.parser.sql.common.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 |
ParameterMarkerProjection
ParameterMarker projection.
|
class |
ShorthandProjection
Shorthand projection.
|
class |
SubqueryProjection
Subquery projection.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.