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

ArrayType Impala::Core::Array::ReadRawArrayType ( String  fileName,
Util::Database *  db 
) [inline]

Definition at line 84 of file ReadRaw.h.

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

00085 {
00086     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00087     ArrayType res = ReadRawArrayType(buf);
00088     delete buf;
00089     return res;
00090 }

Here is the call graph for this function:


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