Uses of Class
org.apache.cassandra.db.aggregation.AggregationSpecification
Packages that use AggregationSpecification
Package
Description
-
Uses of AggregationSpecification in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return AggregationSpecificationMethods in org.apache.cassandra.cql3.statements with parameters of type AggregationSpecificationModifier and TypeMethodDescriptionSelectStatement.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 AggregationSpecificationModifier and TypeFieldDescriptionstatic final AggregationSpecificationAggregationSpecification.AGGREGATE_EVERYTHINGAggregationSpecificationthat group all the row together.Methods in org.apache.cassandra.db.aggregation that return AggregationSpecificationModifier and TypeMethodDescriptionAggregationSpecification.Serializer.deserialize(DataInputPlus in, int version, TableMetadata metadata) AggregationSpecification.Factory.newInstance(QueryOptions options) Creates a newAggregationSpecificationinstance after having binded the parameters.Methods in org.apache.cassandra.db.aggregation with parameters of type AggregationSpecificationModifier and TypeMethodDescriptionvoidAggregationSpecification.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 AggregationSpecificationModifier and TypeMethodDescriptionstatic DataLimitsDataLimits.groupByLimits(int groupLimit, int groupPerPartitionLimit, int rowLimit, AggregationSpecification groupBySpec)