public final class ProjectionEngine extends Object
| Constructor and Description |
|---|
ProjectionEngine() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Projection> |
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.
|
public Optional<Projection> 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)
tableSegments - table segmentsprojectionSegment - projection segmentCopyright © 2021 The Apache Software Foundation. All rights reserved.