cdqa.function
Class NumAggregFunction

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.AggregFunction
          extended by cdqa.function.NumAggregFunction

public abstract class NumAggregFunction
extends AggregFunction


Field Summary
 
Fields inherited from class cdqa.function.Function
NULL, repository
 
Constructor Summary
NumAggregFunction()
           
 
Method Summary
 Iterator createIteratorInstance(Iterator i)
           
 
Methods inherited from class cdqa.function.AggregFunction
execute, onExecute
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumAggregFunction

public NumAggregFunction()
Method Detail

createIteratorInstance

public Iterator createIteratorInstance(Iterator i)
Overrides:
createIteratorInstance in class AggregFunction