strusAnalyzer
0.17
|
Interface for a parameterized aggregator function. More...
#include <aggregatorFunctionInstanceInterface.hpp>
Public Member Functions | |
virtual | ~AggregatorFunctionInstanceInterface () |
Destructor. More... | |
virtual NumericVariant | evaluate (const analyzer::Document &document) const =0 |
Aggregator function for document statistics. More... | |
virtual analyzer::FunctionView | view () const =0 |
Get the definition of the function as structure for introspection. More... | |
Interface for a parameterized aggregator function.
|
inlinevirtual |
Destructor.
|
pure virtual |
Aggregator function for document statistics.
[in] | document | document to inspect |
|
pure virtual |
Get the definition of the function as structure for introspection.