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

QuidTable* Impala::Core::Table::AnnotationTableSet::GetUniqueQuids (  )  [inline]

Definition at line 211 of file AnnotationTableSet.h.

References Impala::Core::Table::Copy(), GetTable(), Impala::Core::Table::SelectUniqueOnCol(), and Size().

00212     {
00213         AnnotationTable* allAnno = new AnnotationTable();
00214         for (int i=0 ; i<Size() ; i++)
00215         {
00216             SelectUniqueOnCol(allAnno, GetTable(i), 1, false);
00217         }
00218         QuidTable* quids = new QuidTable();
00219         Copy(quids, allAnno);
00220         delete allAnno;
00221         return quids;
00222     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:46 2011 for ImpalaSrc by  doxygen 1.5.1