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

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

Definition at line 79 of file ReadRaw.h.

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

00080 {
00081     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00082     ArrayType res = ReadRawArrayType(buf);
00083     delete buf;
00084     return res;
00085 }

Here is the call graph for this function:


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