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

template<class ArrayT>
void Impala::Core::Array::ReadRawListVarIndex ( std::vector< Int64 > &  list,
String  fileName,
Util::Database *  db 
) [inline]

Definition at line 571 of file ReadRaw.h.

References Impala::Util::Database::GetIOBuffer().

00572 {
00573     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00574     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00575     if (buf)
00576     {
00577         ReadRawListVarIndex<ArrayT>(list, buf);
00578         delete buf;
00579     }
00580 }

Here is the call graph for this function:


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