| Package | Description | 
|---|---|
| org.apache.cassandra.db.aggregation | |
| org.apache.cassandra.db.filter | 
| Modifier and Type | Field and Description | 
|---|---|
| static GroupingState | GroupingState. EMPTY_STATE | 
| Modifier and Type | Method and Description | 
|---|---|
| GroupingState | GroupingState.Serializer. deserialize(DataInputPlus in,
           int version,
           ClusteringComparator comparator) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract GroupMaker | AggregationSpecification. newGroupMaker(GroupingState state)Creates a new  GroupMakerinstance. | 
| static GroupMaker | GroupMaker. newInstance(ClusteringComparator comparator,
           int clusteringPrefixSize,
           GroupingState state) | 
| void | GroupingState.Serializer. serialize(GroupingState state,
         DataOutputPlus out,
         int version,
         ClusteringComparator comparator) | 
| long | GroupingState.Serializer. serializedSize(GroupingState state,
              int version,
              ClusteringComparator comparator) | 
| Modifier and Type | Method and Description | 
|---|---|
| DataLimits | DataLimits. forGroupByInternalPaging(GroupingState state)Creates a  DataLimitsinstance to be used for paginating internally GROUP BY queries. | 
Copyright © 2018 The Apache Software Foundation