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

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

Definition at line 442 of file ReadRaw.h.

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

00443 {
00444     Util::IOBuffer* buf = file.GetReadBuffer();
00445     if (buf)
00446     {
00447         ReadRawListVarIndex<ArrayT>(list, buf);
00448         delete buf;
00449     }
00450 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:27 2010 for ImpalaSrc by  doxygen 1.5.1