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

void Impala::Core::Database::RawDataSet::AddFile ( String  path,
int  id 
) [inline]

Definition at line 833 of file RawDataSet.h.

References AddFile(), and ExtractFileAndContainer().

00834     {
00835         String container(".");
00836         String file("");
00837         ExtractFileAndContainer(path, file, container);
00838         AddFile(file, container, id);
00839     }

Here is the call graph for this function:


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