MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getErrorMessage

Method getErrorMessage

src/main/query_result.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35std::string QueryResult::getErrorMessage() const {
36 return errMsg;
37}
38
39size_t QueryResult::getNumColumns() const {
40 return columnTypes.size();

Callers 15

printErrorMessageMethod · 0.45
checkFunction · 0.45
checkPreparedFunction · 0.45
checkLogicalPlanMethod · 0.45
generateOutputMethod · 0.45
validateQueryFunction · 0.45
initMethod · 0.45
validateQueryFunction · 0.45
convertCSVFilesMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 15

checkLogicalPlanMethod · 0.36
generateOutputMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
createBasePersonTableFunction · 0.36
TEST_FFunction · 0.36
executeLongRunningQueryFunction · 0.36
TEST_FFunction · 0.36
createUserTableMethod · 0.36
createCityTableMethod · 0.36