Package | Description |
---|---|
org.apache.cassandra.db.aggregation |
Modifier and Type | Field and Description |
---|---|
static GroupMaker |
GroupMaker.GROUP_EVERYTHING
GroupMaker that groups all the rows together. |
Modifier and Type | Method and Description |
---|---|
GroupMaker |
AggregationSpecification.newGroupMaker()
Creates a new
GroupMaker instance. |
abstract GroupMaker |
AggregationSpecification.newGroupMaker(GroupingState state)
Creates a new
GroupMaker instance. |
static GroupMaker |
GroupMaker.newInstance(ClusteringComparator comparator,
int clusteringPrefixSize) |
static GroupMaker |
GroupMaker.newInstance(ClusteringComparator comparator,
int clusteringPrefixSize,
GroupingState state) |
Copyright © 2020 The Apache Software Foundation