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

Impala::Core::Table::AnnotationTable::AnnotationTable ( String  label,
int  tableSize 
) [inline]

Definition at line 49 of file AnnotationTable.h.

References mIsAscending, mLabel, Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName(), and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetInfo().

00049                                                  :
00050         AnnotationTableBaseType(ColumnQuid(tableSize), ColumnReal64(tableSize))
00051     {
00052         mLabel = label;
00053         mIsAscending = false;
00054         SetInfo("AnnotationTable : " + label);
00055         SetColName(1, "annotee");
00056         SetColName(2, "qualifier " + label);
00057     }

Here is the call graph for this function:


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