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

void Impala::Core::Database::RawDataSet::Init ( String  setName  )  [inline, protected]

Definition at line 913 of file RawDataSet.h.

References Impala::FileNameBase(), mHasFiles, mLastId, mLastKeyForWarning, mProtocolAndHost, mSetFileName, mSetName, and mSetNameBase.

Referenced by RawDataSet().

00914     {
00915         mLastKeyForWarning = -1;
00916         mSetName = setName;
00917         mSetNameBase = FileNameBase(mSetName);
00918         mSetFileName = "";
00919         mProtocolAndHost = "not_set";
00920         mHasFiles = false;
00921         mLastId = 0;
00922     }

Here is the call graph for this function:


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