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
Constructors in org.apache.cassandra.cql3.statements with parameters of type AggregationSpecification Constructor Description SelectStatement(TableMetadata table, VariableSpecifications bindVariables, SelectStatement.Parameters parameters, Selection selection, StatementRestrictions restrictions, boolean isReversed, AggregationSpecification aggregationSpec, java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator, Term limit, Term perPartitionLimit) -
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 static AggregationSpecificationAggregationSpecification. aggregatePkPrefix(ClusteringComparator comparator, int clusteringPrefixSize)Creates a newAggregationSpecificationinstance that will build aggregates based on primary key columns.AggregationSpecificationAggregationSpecification.Serializer. deserialize(DataInputPlus in, int version, ClusteringComparator comparator)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)
-