Package | Description |
---|---|
org.apache.cassandra.cql3.selection | |
org.apache.cassandra.db.aggregation |
Constructor and Description |
---|
ResultSetBuilder(ResultSet.ResultMetadata metadata,
Selection.Selectors selectors,
GroupMaker groupMaker) |
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 © 2009-2022 The Apache Software Foundation