Structures describing the internal representation of an aggregator function in a document analyzer.
More...
#include <aggregatorView.hpp>
Structures describing the internal representation of an aggregator function in a document analyzer.
- Note
- The internal representation may not be suitable for reconstructing the object
strus::analyzer::AggregatorView::AggregatorView |
( |
| ) |
|
|
inline |
strus::analyzer::AggregatorView::AggregatorView |
( |
const AggregatorView & |
o | ) |
|
|
inline |
strus::analyzer::AggregatorView::AggregatorView |
( |
const std::string & |
type_, |
|
|
const FunctionView & |
function_ |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | type_ | name of the meta data element created |
[in] | function_ | aggregating function |
const FunctionView& strus::analyzer::AggregatorView::function |
( |
| ) |
const |
|
inline |
const std::string& strus::analyzer::AggregatorView::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: