Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getColumnNames
Method
getColumnNames
src/main/query_result.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
std::vector<std::string> QueryResult::getColumnNames() const {
44
return columnNames;
45
}
46
47
std::vector<LogicalType> QueryResult::getColumnDataTypes() const {
48
return LogicalType::copy(columnTypes);
Callers
13
printHtmlExecutionResult
Method · 0.45
printLatexExecutionResult
Method · 0.45
printLineExecutionResult
Method · 0.45
printExecutionResult
Method · 0.45
printTruncatedExecutionResult
Method · 0.45
printBody
Method · 0.45
convertResultColumnsToString
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
lbug_query_result_get_column_name
Function · 0.45
prepareNoLock
Method · 0.45
Calls
no outgoing calls
Tested by
4
convertResultColumnsToString
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36