MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / setIsRecursiveWith

Method setIsRecursiveWith

src/Analyzer/QueryNode.h:164–167  ·  view source on GitHub ↗

Set query node RECURSIVE WITH value

Source from the content-addressed store, hash-verified

162
163 /// Set query node RECURSIVE WITH value
164 void setIsRecursiveWith(bool is_recursive_with_value)
165 {
166 is_recursive_with = is_recursive_with_value;
167 }
168
169 /// Returns true if query node has DISTINCT, false otherwise
170 bool isDistinct() const

Callers 1

buildSelectExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected