xapian-core  1.4.25
Classes | Functions
chert_dbcheck.cc File Reference

Check consistency of a chert table. More...

#include <config.h>
#include "chert_dbcheck.h"
#include "bitstream.h"
#include "internaltypes.h"
#include "chert_check.h"
#include "chert_cursor.h"
#include "chert_table.h"
#include "chert_types.h"
#include "pack.h"
#include "backends/valuestats.h"
#include <xapian.h>
#include "autoptr.h"
#include <ostream>
#include <vector>
+ Include dependency graph for chert_dbcheck.cc:

Go to the source code of this file.

Classes

struct  VStats
 

Functions

static bool is_user_metadata_key (const string &key)
 
size_t check_chert_table (const char *tablename, const string &dir, chert_revision_number_t *rev_ptr, int opts, vector< Xapian::termcount > &doclens, Xapian::doccount doccount, Xapian::docid db_last_docid, ostream *out)
 

Detailed Description

Check consistency of a chert table.

Definition in file chert_dbcheck.cc.

Function Documentation

◆ check_chert_table()

size_t check_chert_table ( const char *  tablename,
const string &  dir,
chert_revision_number_t rev_ptr,
int  opts,
vector< Xapian::termcount > &  doclens,
Xapian::doccount  doccount,
Xapian::docid  db_last_docid,
ostream *  out 
)

◆ is_user_metadata_key()

static bool is_user_metadata_key ( const string &  key)
inlinestatic

Definition at line 47 of file chert_dbcheck.cc.

Referenced by check_chert_table().