Uses of Class
org.apache.shardingsphere.infra.binder.segment.select.groupby.GroupByContext
-
-
Uses of GroupByContext in org.apache.shardingsphere.infra.binder.segment.select.groupby.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.groupby.engine that return GroupByContext Modifier and Type Method Description GroupByContextGroupByContextEngine. createGroupByContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement)Create group by context. -
Uses of GroupByContext in org.apache.shardingsphere.infra.binder.segment.select.orderby.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.orderby.engine with parameters of type GroupByContext 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 GroupByContext 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 GroupByContext 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.
-