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

template<class TableT>
bool Impala::Core::Table::Write ( TableT *  table,
String  fileName,
Util::Database *  db,
bool  binary 
) [inline]

Definition at line 109 of file Write.h.

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

00110 {
00111     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp", 0, true);
00112     if (buf)
00113     {
00114         Write(table, buf, binary);
00115         delete buf;
00116         return true;
00117     }
00118     return false;
00119 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:19:41 2010 for ImpalaSrc by  doxygen 1.5.1