Xpace
cull_table.h
Go to the documentation of this file.
1 
2 /**********************************************************//**
3  **
4  ** @file index/cull_table.h
5  **
6  ** Copyright (C) 2012 Xpace, LLC. All rights reserved
7  **
8  ** www.xpace.net
9  **
10  **************************************************************/
11 
12 #ifndef XPACE_CULL_TABLE_H
13 #define XPACE_CULL_TABLE_H
14 
15 #include "index/reflist/reflist.h"
16 
17 namespace Xpace
18 {
19  /// Return a Table containing only the documents in refList
20  /// @param src source Table
21  /// @param refList preserve only documents with references in this list
22  /// @return culled Table
24  (Table src,
25  RefListCursor refList);
26 };
27 
28 #endif
29 
A low-level data holder.
Definition: types_c.h:82
XPACE_EXPORT Table CullTable(Table src, RefListCursor refList)
Return a Table containing only the documents in refList.
Copyright (C) 2012 Xpace, LLC.
Xpace project main namespace
Definition: datetime.h:18

current as of Wed Jun 10 2026 12:00:05