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, org.apache.cassandra.cql3.statements.SelectStatement.ColumnComparator<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.Factory
AggregationSpecification. AGGREGATE_EVERYTHING_FACTORY
Factory forAggregationSpecification
that group all the row together.Methods in org.apache.cassandra.db.aggregation that return AggregationSpecification.Factory Modifier and Type Method Description static AggregationSpecification.Factory
AggregationSpecification. aggregatePkPrefixFactory(ClusteringComparator comparator, int clusteringPrefixSize)
Creates a newFactory
instance to createAggregationSpecification
that will build aggregates based on primary key columns.static AggregationSpecification.Factory
AggregationSpecification. aggregatePkPrefixFactoryWithSelector(ClusteringComparator comparator, int clusteringPrefixSize, Selector.Factory factory, java.util.List<ColumnMetadata> columns)
-