Class ProjectionEngine
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.segment.select.projection.engine.ProjectionEngine
-
public final class ProjectionEngine extends Object
Projection engine.
-
-
Constructor Summary
Constructors Constructor Description ProjectionEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Projection>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.
-
-
-
Method Detail
-
createProjection
public Optional<Projection> 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.- Parameters:
table- table segmentprojectionSegment- projection segment- Returns:
- projection
-
-