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

void Impala::Core::Column::Read ( ColumnTem< String > *  col,
String  fileName,
Util::Database *  db 
) [inline]

Definition at line 162 of file Read.h.

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

00163 {
00164     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, true, "");
00165     Read(col, buf);
00166     delete buf;
00167 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:48 2011 for ImpalaSrc by  doxygen 1.5.1