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

Impala::Core::Table::AnnotationTable::AnnotationTable (  )  [inline]

Definition at line 39 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().

Referenced by MakeFromFile().

00039                       :
00040         AnnotationTableBaseType(ColumnQuid(0), ColumnReal64(0))
00041     {
00042         mLabel = "";
00043         mIsAscending = false;
00044         SetInfo("AnnotationTable");
00045         SetColName(1, "annotee");
00046         SetColName(2, "qualifier");
00047     }

Here is the call graph for this function:


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