Package edu.caltech.nanodb.functions
Class CountDistinct
- java.lang.Object
-
- edu.caltech.nanodb.functions.Function
-
- edu.caltech.nanodb.functions.ScalarFunction
-
- edu.caltech.nanodb.functions.AggregateFunction
-
- edu.caltech.nanodb.functions.CountAggregate
-
- edu.caltech.nanodb.functions.CountDistinct
-
- All Implemented Interfaces:
java.lang.Cloneable
public class CountDistinct extends CountAggregate
Created by donnie on 12/7/13.
-
-
Constructor Summary
Constructors Constructor Description CountDistinct()
-
Method Summary
-
Methods inherited from class edu.caltech.nanodb.functions.CountAggregate
addValue, clearResult, getResult, getReturnType
-
Methods inherited from class edu.caltech.nanodb.functions.AggregateFunction
supportsDistinct
-
-