MCPcopy 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

buildQueryTreeForShardFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected