Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class T, class Criterion>
QuidTable* Impala::Core::Table::SelectQuids ( T *  src,
Criterion &  c 
)

Select all items from the first column of src satisfying c.

Assume T is a table with Col1ElemType == Quid, and Criterion has function bool Check(e1...e9)

Definition at line 37 of file SelectQuids.h.

References SelectQuids().

00038 {
00039     QuidTable* dst = 0;
00040     SelectQuids(dst, src, c, false);
00041     return dst;
00042 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:19:31 2010 for ImpalaSrc by  doxygen 1.5.1