| Modifier and Type | Method and Description |
|---|---|
List<Projection> |
ProjectionsContext.getExpandProjections()
Get expand projections with shorthand projections.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Projection> |
ProjectionEngine.createProjection(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> tableSegments,
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionSegment projectionSegment)
Create projection.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
SubqueryProjection
Subquery projection.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.