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

template<class T>
bool Impala::Core::Table::CriterionQuidInSet< T >::Check ( const typename T::Col1ElemType &  e1,
const typename T::Col2ElemType &  e2,
const typename T::Col3ElemType &  e3,
const typename T::Col4ElemType &  e4,
const typename T::Col5ElemType &  e5,
const typename T::Col6ElemType &  e6,
const typename T::Col7ElemType &  e7,
const typename T::Col8ElemType &  e8,
const typename T::Col9ElemType &  e9 
) [inline]

Definition at line 201 of file Criterion.h.

References Impala::Core::Column::Contains(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::GetColumn1(), and Impala::Core::Table::CriterionQuidInSet< T >::mSet.

00210     {
00211         return Contains(mSet->GetColumn1(), e1);
00212     }

Here is the call graph for this function:


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