8 #ifndef _STRUS_GLOBAL_STATISTICS_HPP_INCLUDED
9 #define _STRUS_GLOBAL_STATISTICS_HPP_INCLUDED
20 :m_nofDocumentsInserted(-1){}
23 :m_nofDocumentsInserted(nofDocumentsInserted_){}
26 :m_nofDocumentsInserted(o.m_nofDocumentsInserted){}
GlobalCounter nofDocumentsInserted() const
Definition: globalStatistics.hpp:28
GlobalStatistics(const GlobalCounter &nofDocumentsInserted_)
Constructor.
Definition: globalStatistics.hpp:22
GlobalStatistics(const GlobalStatistics &o)
Copy constructor.
Definition: globalStatistics.hpp:25
Numeric types used for local and global indices.
void setNofDocumentsInserted(const GlobalCounter &n)
Definition: globalStatistics.hpp:29
int64_t GlobalCounter
Number type generally used for indices globally shared between different instances of strus...
Definition: index.hpp:32
Global document statistics, if passed down with the query.
Definition: globalStatistics.hpp:16
GlobalStatistics()
Default constructor.
Definition: globalStatistics.hpp:19