Uses of Interface
org.apache.cassandra.db.aggregation.AggregationSpecification.Factory
-
Packages that use AggregationSpecification.Factory Package Description org.apache.cassandra.cql3.statements org.apache.cassandra.db.aggregation -
-
Uses of AggregationSpecification.Factory in org.apache.cassandra.cql3.statements
Constructors in org.apache.cassandra.cql3.statements with parameters of type AggregationSpecification.Factory Constructor Description SelectStatement(TableMetadata table, VariableSpecifications bindVariables, SelectStatement.Parameters parameters, Selection selection, StatementRestrictions restrictions, boolean isReversed, AggregationSpecification.Factory aggregationSpecFactory, java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator, Term limit, Term perPartitionLimit) -
Uses of AggregationSpecification.Factory in org.apache.cassandra.db.aggregation
Fields in org.apache.cassandra.db.aggregation declared as AggregationSpecification.Factory Modifier and Type Field Description static AggregationSpecification.FactoryAggregationSpecification. AGGREGATE_EVERYTHING_FACTORYFactory forAggregationSpecificationthat group all the row together.Methods in org.apache.cassandra.db.aggregation that return AggregationSpecification.Factory Modifier and Type Method Description static AggregationSpecification.FactoryAggregationSpecification. aggregatePkPrefixFactory(ClusteringComparator comparator, int clusteringPrefixSize)Creates a newFactoryinstance to createAggregationSpecificationthat will build aggregates based on primary key columns.static AggregationSpecification.FactoryAggregationSpecification. aggregatePkPrefixFactoryWithSelector(ClusteringComparator comparator, int clusteringPrefixSize, Selector.Factory factory)
-