public final class ProjectionsContextEngine extends Object
| Constructor and Description |
|---|
ProjectionsContextEngine(ShardingSphereSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
ProjectionsContext |
createProjectionsContext(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> tables,
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment projectionsSegment,
GroupByContext groupByContext,
OrderByContext orderByContext)
Create projections context.
|
public ProjectionsContextEngine(ShardingSphereSchema schema)
public ProjectionsContext createProjectionsContext(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> tables, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment projectionsSegment, GroupByContext groupByContext, OrderByContext orderByContext)
tables - tablesprojectionsSegment - projection SegmentsgroupByContext - group by contextorderByContext - order by contextCopyright © 2021 The Apache Software Foundation. All rights reserved.