Uses of Class
org.apache.cassandra.db.aggregation.AggregationSpecification
-
Packages that use AggregationSpecification Package Description org.apache.cassandra.cql3.statements org.apache.cassandra.db.aggregation org.apache.cassandra.db.filter -
-
Uses of AggregationSpecification in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return AggregationSpecification Modifier and Type Method Description AggregationSpecificationSelectStatement. getAggregationSpec(QueryOptions options)Methods in org.apache.cassandra.cql3.statements with parameters of type AggregationSpecification Modifier and Type Method Description ReadQuerySelectStatement. getQuery(QueryOptions options, ClientState state, ColumnFilter columnFilter, int nowInSec, int userLimit, int perPartitionLimit, int pageSize, AggregationSpecification aggregationSpec) -
Uses of AggregationSpecification in org.apache.cassandra.db.aggregation
Fields in org.apache.cassandra.db.aggregation declared as AggregationSpecification Modifier and Type Field Description static AggregationSpecificationAggregationSpecification. AGGREGATE_EVERYTHINGAggregationSpecificationthat group all the row together.Methods in org.apache.cassandra.db.aggregation that return AggregationSpecification Modifier and Type Method Description AggregationSpecificationAggregationSpecification.Serializer. deserialize(DataInputPlus in, int version, TableMetadata metadata)AggregationSpecificationAggregationSpecification.Factory. newInstance(QueryOptions options)Creates a newAggregationSpecificationinstance after having binded the parameters.Methods in org.apache.cassandra.db.aggregation with parameters of type AggregationSpecification Modifier and Type Method Description voidAggregationSpecification.Serializer. serialize(AggregationSpecification aggregationSpec, DataOutputPlus out, int version)longAggregationSpecification.Serializer. serializedSize(AggregationSpecification aggregationSpec, int version) -
Uses of AggregationSpecification in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type AggregationSpecification Modifier and Type Method Description static DataLimitsDataLimits. groupByLimits(int groupLimit, int groupPerPartitionLimit, int rowLimit, AggregationSpecification groupBySpec)
-