MCPcopy Create free account
hub / github.com/apache/impala / DebugString

Method DebugString

be/src/runtime/tmp-file-mgr.cc:974–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972}
973
974string TmpFile::DebugString() {
975 return Substitute(
976 "File $0 path '$1' device id $2 disk id $3 allocation offset $4 blacklisted $5",
977 this, path_, device_id_, disk_id_, allocation_offset_, blacklisted_);
978}
979
980TmpFileLocal::TmpFileLocal(TmpFileGroup* file_group, TmpFileMgr::DeviceId device_id,
981 const std::string& path, bool expected_local)

Callers

nothing calls this directly

Calls 10

SubstituteFunction · 0.85
pathMethod · 0.80
LoadMethod · 0.45
valueMethod · 0.45
sizeMethod · 0.45
strMethod · 0.45
dataMethod · 0.45
lenMethod · 0.45
offsetMethod · 0.45
disk_idMethod · 0.45

Tested by

no test coverage detected