Class GroupByContextEngine
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.segment.select.groupby.engine.GroupByContextEngine
-
public final class GroupByContextEngine extends Object
Group by context engine.
-
-
Constructor Summary
Constructors Constructor Description GroupByContextEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupByContextcreateGroupByContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement)Create group by context.
-
-
-
Method Detail
-
createGroupByContext
public GroupByContext createGroupByContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement)
Create group by context.- Parameters:
selectStatement- select statement- Returns:
- group by context
-
-