Uses of Interface
org.axiondb.functions.AggregateFunction

Packages that use AggregateFunction
org.axiondb.functions Function implementations. 
 

Uses of AggregateFunction in org.axiondb.functions
 

Classes in org.axiondb.functions that implement AggregateFunction
 class AverageFunction
           
 class BaseAggregateFunction
           
 class ComparableAggregateFunction
           
 class CountFunction
          COUNT: an aggregate function returning the number of rows.
 class MaxFunction
           
 class MinFunction
           
 class SumFunction