10 #ifndef _STRUS_ANALYZER_AGGREGATOR_INTERFACE_HPP_INCLUDED
11 #define _STRUS_ANALYZER_AGGREGATOR_INTERFACE_HPP_INCLUDED
20 class AggregatorFunctionInstanceInterface;
virtual ~AggregatorFunctionInterface()
Destructor.
Definition: aggregatorFunctionInterface.hpp:28
Interface for the aggregator function constructor.
Definition: aggregatorFunctionInterface.hpp:24
virtual AggregatorFunctionInstanceInterface * createInstance(const std::vector< std::string > &args) const =0
Create a parameterized aggregator function instance.
virtual const char * getDescription() const =0
Get a description of the function for user help.
Interface for a parameterized aggregator function.
Definition: aggregatorFunctionInstanceInterface.hpp:22