Definition at line 208 of file File.h. References Impala::Persistency::FileSystem::GetIOBuffer(), GetPath(), ILOG_ERROR, mFileSystem, and Valid(). 00211 { 00212 if (!Valid()) 00213 { 00214 ILOG_ERROR("Can't get read buffer for invalid file"); 00215 return 0; 00216 } 00217 return mFileSystem->GetIOBuffer(GetPath(), true, useMemoryIfLocal, 00218 useLocalFileIfRemote, 00219 useLocalSizeIfRemote, 00220 useIOBufferChannel); 00221 }
Here is the call graph for this function: ![]()
|