Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ clearSettingsChanges
Method
clearSettingsChanges
src/Analyzer/QueryNode.h:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void clearSettingsChanges()
105
{
106
settings_changes.clear();
107
}
108
109
/// Returns true if query node is subquery, false otherwise
110
bool isSubquery() const
Callers
1
buildQueryTreeForShard
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected