MCPcopy Create free account
hub / github.com/apache/cloudberry / What

Method What

contrib/pax_storage/src/cpp/exceptions/CException.cc:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 "exception description not match");
305
306std::string CException::What() const {
307 std::ostringstream buffer;
308 buffer << m_filename_ << ":" << m_lineno_ << " " << exception_names[m_extype_]
309 << " detail: " << m_errormsg_;
310 return buffer.str();
311}
312
313} // namespace cbdb
314

Callers 6

TEST_FFunction · 0.80
TEST_FFunction · 0.80
mainFunction · 0.80
TEST_FFunction · 0.80
paxfilereader_initFunction · 0.80
paxfilereader_readgroupFunction · 0.80

Calls 1

strMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64