Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
size_t QueryResult::getNumColumns() const {
40
return columnTypes.size();
41
}
42
43
std::vector<std::string> QueryResult::getColumnNames() const {
44
return columnNames;
Callers
15
printHtmlExecutionResult
Method · 0.45
printLatexExecutionResult
Method · 0.45
printLineExecutionResult
Method · 0.45
printExecutionResult
Method · 0.45
printTruncatedExecutionResult
Method · 0.45
TEST_F
Function · 0.45
detachDeleteNode
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
internalTableFunc
Function · 0.45
appendStorageInfoForChunkedGroup
Function · 0.45
tableFunc
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
4
TEST_F
Function · 0.36
detachDeleteNode
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36