| Modifier and Type | Method and Description |
|---|---|
OrderByContext |
OrderByContextEngine.createOrderBy(ShardingSphereSchema schema,
org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement,
GroupByContext groupByContext)
Create order by context.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionsContext |
ProjectionsContextEngine.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.
|
| Constructor and Description |
|---|
SelectStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement sqlStatement,
GroupByContext groupByContext,
OrderByContext orderByContext,
ProjectionsContext projectionsContext,
PaginationContext paginationContext) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.