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

Method getNumColumns

src/main/query_result.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39size_t QueryResult::getNumColumns() const {
40 return columnTypes.size();
41}
42
43std::vector<std::string> QueryResult::getColumnNames() const {
44 return columnNames;

Callers 15

printExecutionResultMethod · 0.45
TEST_FFunction · 0.45
detachDeleteNodeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
internalTableFuncFunction · 0.45
tableFuncFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
detachDeleteNodeMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36