Uses of Interface
org.apache.cassandra.cql3.functions.AggregateFunction
-
Packages that use AggregateFunction Package Description org.apache.cassandra.cql3.functions -
-
Uses of AggregateFunction in org.apache.cassandra.cql3.functions
Classes in org.apache.cassandra.cql3.functions that implement AggregateFunction Modifier and Type Class Description static class
AggregateFcts.CountRowsFunction
class
NativeAggregateFunction
Base class for theAggregateFunction
native classes.class
UDAggregate
Base class for user-defined-aggregates.
-