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

template<class ArrayT>
void Impala::Core::Array::WriteRawList ( std::vector< ArrayT * >  list,
String  fileName,
Util::Database *  db,
bool  binary 
) [inline]

Definition at line 196 of file WriteRaw.h.

References Impala::Util::Database::GetIOBuffer(), and WriteRawList().

00198 {
00199     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00200     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp", 0, true);
00201     if (buf)
00202     {
00203         WriteRawList(list, buf, binary);
00204         delete buf;
00205     }
00206 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:11 2011 for ImpalaSrc by  doxygen 1.5.1