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

void Impala::Core::Database::RawDataSet::Save ( String  fileName  )  [inline]

Definition at line 849 of file RawDataSet.h.

References GetAsPath(), Impala::Util::Database::GetIOBuffer(), mDb, and NrFiles().

00850     {
00851         Util::IOBuffer* ioBuf = mDb->GetIOBuffer(fileName, false, false, "tmp");
00852         if (! ioBuf)
00853             return;
00854         for (int i=0 ; i<NrFiles() ; i++)
00855             ioBuf->IOBuffer::Puts("\"" + GetAsPath(i) + "\"");
00856         delete ioBuf;
00857     }

Here is the call graph for this function:


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