public final class ProjectionsContextEngine extends Object
| 构造器和说明 |
|---|
ProjectionsContextEngine(ShardingSphereSchema schema,
DatabaseType databaseType) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProjectionsContext |
createProjectionsContext(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment table,
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment projectionsSegment,
GroupByContext groupByContext,
OrderByContext orderByContext)
Create projections context.
|
public ProjectionsContextEngine(ShardingSphereSchema schema, DatabaseType databaseType)
public ProjectionsContext createProjectionsContext(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment table, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment projectionsSegment, GroupByContext groupByContext, OrderByContext orderByContext)
table - table segmentprojectionsSegment - projection segmentsgroupByContext - group by contextorderByContext - order by contextCopyright © 2021 The Apache Software Foundation. All rights reserved.