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 AggregationSpecification
SelectStatement. getAggregationSpec(QueryOptions options)
Methods in org.apache.cassandra.cql3.statements with parameters of type AggregationSpecification Modifier and Type Method Description ReadQuery
SelectStatement. getQuery(QueryOptions options, ClientState state, ColumnFilter columnFilter, long 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 AggregationSpecification
AggregationSpecification. AGGREGATE_EVERYTHING
AggregationSpecification
that group all the row together.Methods in org.apache.cassandra.db.aggregation that return AggregationSpecification Modifier and Type Method Description AggregationSpecification
AggregationSpecification.Serializer. deserialize(DataInputPlus in, int version, TableMetadata metadata)
AggregationSpecification
AggregationSpecification.Factory. newInstance(QueryOptions options)
Creates a newAggregationSpecification
instance after having binded the parameters.Methods in org.apache.cassandra.db.aggregation with parameters of type AggregationSpecification Modifier and Type Method Description void
AggregationSpecification.Serializer. serialize(AggregationSpecification aggregationSpec, DataOutputPlus out, int version)
long
AggregationSpecification.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 DataLimits
DataLimits. groupByLimits(int groupLimit, int groupPerPartitionLimit, int rowLimit, AggregationSpecification groupBySpec)
-