Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ execute
Method
execute
src/Interpreters/InterpreterShowColumnsQuery.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
177
BlockIO InterpreterShowColumnsQuery::execute()
178
{
179
return executeQuery(getRewrittenQuery(), getContext(), true);
180
}
181
182
183
}
Callers
nothing calls this directly
Calls
1
executeQuery
Function · 0.70
Tested by
no test coverage detected