public final class ProjectionsContextEngine extends Object
| 构造器和说明 |
|---|
ProjectionsContextEngine(String databaseName,
Map<String,ShardingSphereSchema> schemas,
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(String databaseName, Map<String,ShardingSphereSchema> schemas, 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 © 2022 The Apache Software Foundation. All rights reserved.