Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getColumnDataTypes
Method
getColumnDataTypes
src/main/query_result.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
std::vector<LogicalType> QueryResult::getColumnDataTypes() const {
48
return LogicalType::copy(columnTypes);
49
}
50
51
QuerySummary* QueryResult::getQuerySummary() const {
52
return querySummary.get();
Callers
5
printTruncatedExecutionResult
Method · 0.80
printBody
Method · 0.80
checkResultNumeric
Method · 0.80
TEST_F
Function · 0.80
lbug_query_result_get_column_data_type
Function · 0.80
Calls
1
copy
Function · 0.50
Tested by
2
checkResultNumeric
Method · 0.64
TEST_F
Function · 0.64