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

template<class ArrayT>
void Impala::Core::Array::ReadRawListVarIndex ( std::vector< Int64 > &  list,
Persistency::File  file 
) [inline]

Definition at line 585 of file ReadRaw.h.

References Impala::Persistency::File::GetReadBuffer().

00586 {
00587     Util::IOBuffer* buf = file.GetReadBuffer();
00588     if (buf)
00589     {
00590         ReadRawListVarIndex<ArrayT>(list, buf);
00591         delete buf;
00592     }
00593 }

Here is the call graph for this function:


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