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

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

Definition at line 168 of file Read.h.

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

00169 {
00170     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, true, "");
00171     Read(col, buf);
00172     delete buf;
00173 }

Here is the call graph for this function:


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