| 限定符和类型 | 方法和说明 |
|---|---|
GroupByContext |
GroupByContextEngine.createGroupByContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement)
Create group by context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
OrderByContext |
OrderByContextEngine.createOrderBy(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement,
GroupByContext groupByContext)
Create order by context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ProjectionsContext |
ProjectionsContextEngine.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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.