Uses of Class
org.apache.cassandra.cql3.selection.Selector.Factory
-
Packages that use Selector.Factory Package Description org.apache.cassandra.cql3.selection org.apache.cassandra.db.aggregation org.apache.cassandra.schema -
-
Uses of Selector.Factory in org.apache.cassandra.cql3.selection
Subclasses of Selector.Factory in org.apache.cassandra.cql3.selection Modifier and Type Class Description static classSimpleSelector.SimpleSelectorFactoryThe Factory forSimpleSelector. -
Uses of Selector.Factory in org.apache.cassandra.db.aggregation
Methods in org.apache.cassandra.db.aggregation with parameters of type Selector.Factory Modifier and Type Method Description static AggregationSpecification.FactoryAggregationSpecification. aggregatePkPrefixFactoryWithSelector(ClusteringComparator comparator, int clusteringPrefixSize, Selector.Factory factory) -
Uses of Selector.Factory in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return Selector.Factory Modifier and Type Method Description Selector.FactoryColumnMetadata. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)
-