MCPcopy 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
43std::vector<std::string> QueryResult::getColumnNames() const {
44 return columnNames;
45}
46
47std::vector<LogicalType> QueryResult::getColumnDataTypes() const {
48 return LogicalType::copy(columnTypes);

Callers 13

printExecutionResultMethod · 0.45
printBodyMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
prepareNoLockMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36