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

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

Definition at line 161 of file Read.h.

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

00162 {
00163     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00164     if (buf)
00165     {
00166         Read(table, buf);
00167         delete buf;
00168         return true;
00169     }
00170     return false;
00171 }

Here is the call graph for this function:


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