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

int Impala::Core::Database::RawDataSet::GetFileId ( int  dirId,
String  file 
) const [inline]

Definition at line 253 of file RawDataSet.h.

References mFile, and mFileKey.

00254     {
00255         for (int i=0 ; i<mFile.size() ; i++)
00256             if ((mFileKey[i] == dirId) && (mFile[i] == file))
00257                 return i;
00258         return -1;
00259     }


Generated on Thu Jan 13 09:18:57 2011 for ImpalaSrc by  doxygen 1.5.1