Uses of Interface
org.apache.cassandra.db.aggregation.AggregationSpecification.Factory
Packages that use AggregationSpecification.Factory
-
Uses of AggregationSpecification.Factory in org.apache.cassandra.cql3.statements
Constructors in org.apache.cassandra.cql3.statements with parameters of type AggregationSpecification.FactoryModifierConstructorDescriptionSelectStatement(TableMetadata table, VariableSpecifications bindVariables, SelectStatement.Parameters parameters, Selection selection, StatementRestrictions restrictions, boolean isReversed, AggregationSpecification.Factory aggregationSpecFactory, org.apache.cassandra.cql3.statements.SelectStatement.ColumnComparator<List<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.FactoryModifier and TypeFieldDescriptionstatic final AggregationSpecification.FactoryAggregationSpecification.AGGREGATE_EVERYTHING_FACTORYFactory forAggregationSpecificationthat group all the row together.Methods in org.apache.cassandra.db.aggregation that return AggregationSpecification.FactoryModifier and TypeMethodDescriptionAggregationSpecification.aggregatePkPrefixFactory(ClusteringComparator comparator, int clusteringPrefixSize) Creates a newFactoryinstance to createAggregationSpecificationthat will build aggregates based on primary key columns.AggregationSpecification.aggregatePkPrefixFactoryWithSelector(ClusteringComparator comparator, int clusteringPrefixSize, Selector.Factory factory, List<ColumnMetadata> columns)