public class GroupingSetsCollector extends Object
The GroupingSetsCollector collects the GroupinpSets and pass
 the consolidated list to form group by grouping sets sql
| Constructor and Description | 
|---|
GroupingSetsCollector(boolean useGroupingSets)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(GroupingSet aggInfo)  | 
List<GroupingSet> | 
getGroupingSets()  | 
boolean | 
useGroupingSets()  | 
public boolean useGroupingSets()
public void add(GroupingSet aggInfo)
public List<GroupingSet> getGroupingSets()
Copyright © 2017 Hitachi Vantara. All rights reserved.