Uses of Class
org.apache.shardingsphere.infra.binder.segment.select.orderby.OrderByContext
-
Packages that use OrderByContext Package Description org.apache.shardingsphere.infra.binder.segment.select.orderby.engine org.apache.shardingsphere.infra.binder.segment.select.projection.engine -
-
Uses of OrderByContext in org.apache.shardingsphere.infra.binder.segment.select.orderby.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.orderby.engine that return OrderByContext Modifier and Type Method Description OrderByContextOrderByContextEngine. createOrderBy(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement, GroupByContext groupByContext)Create order by context. -
Uses of OrderByContext in org.apache.shardingsphere.infra.binder.segment.select.projection.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.projection.engine with parameters of type OrderByContext Modifier and Type Method Description ProjectionsContextProjectionsContextEngine. 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.
-