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

Method hasHaving

src/Analyzer/QueryNode.h:408–411  ·  view source on GitHub ↗

Returns true if query node HAVING section is not empty, false otherwise

Source from the content-addressed store, hash-verified

406
407 /// Returns true if query node HAVING section is not empty, false otherwise
408 bool hasHaving() const
409 {
410 return getHaving() != nullptr;
411 }
412
413 /// Get HAVING section node
414 const QueryTreeNodePtr & getHaving() const

Callers 9

buildMongoDBQueryMethod · 0.45
validateFiltersFunction · 0.45
validateAggregatesFunction · 0.45
runMethod · 0.45
enterImplMethod · 0.45
substituteColumnsFunction · 0.45
resolveMatcherMethod · 0.45
resolveQueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected