Uses of Class
edu.caltech.nanodb.functions.SumAvgAggregate
-
Packages that use SumAvgAggregate Package Description edu.caltech.nanodb.functions This package contains the abstractions for supporting simple functions, aggregate functions, and table-returning functions in NanoDB. -
-
Uses of SumAvgAggregate in edu.caltech.nanodb.functions
Subclasses of SumAvgAggregate in edu.caltech.nanodb.functions Modifier and Type Class Description class
Avg
Implementation of the AVG(x) SQL aggregate function, computes the average of its inputs.class
AvgDistinct
Implementation of the AVG(DISTINCT x) SQL aggregate function, computes the average of its inputs.class
Sum
Created by donnie on 12/7/13.class
SumDistinct
Created by donnie on 12/7/13.
-