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

template<class TableT>
bool Impala::Core::Table::Write ( TableT *  table,
Persistency::File  file 
) [inline]

Definition at line 124 of file Write.h.

References Impala::Persistency::File::GetWriteBuffer(), and Write().

00125 {
00126     Util::IOBuffer* buf = file.GetWriteBuffer();
00127     if (buf)
00128     {
00129         Write(table, buf, true);
00130         delete buf;
00131         return true;
00132     }
00133     return false;
00134 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:43 2011 for ImpalaSrc by  doxygen 1.5.1