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

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

Definition at line 176 of file Read.h.

References Impala::Persistency::File::GetReadBuffer(), and Read().

00177 {
00178     Util::IOBuffer* buf = file.GetReadBuffer();
00179     if (buf)
00180     {
00181         Read(table, buf);
00182         delete buf;
00183         return true;
00184     }
00185     return false;
00186 }

Here is the call graph for this function:


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