MCPcopy 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
47std::vector<LogicalType> QueryResult::getColumnDataTypes() const {
48 return LogicalType::copy(columnTypes);
49}
50
51QuerySummary* QueryResult::getQuerySummary() const {
52 return querySummary.get();

Callers 5

printBodyMethod · 0.80
checkResultNumericMethod · 0.80
TEST_FFunction · 0.80

Calls 1

copyFunction · 0.50

Tested by 2

checkResultNumericMethod · 0.64
TEST_FFunction · 0.64