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

Method hasWhere

src/Analyzer/QueryNode.h:360–363  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

358
359 /// Returns true if query node WHERE section is not empty, false otherwise
360 bool hasWhere() const
361 {
362 return children[where_child_index] != nullptr;
363 }
364
365 /// Get WHERE section node
366 const QueryTreeNodePtr & getWhere() const

Callers 11

buildMongoDBQueryMethod · 0.45
validateFiltersFunction · 0.45
validateAggregatesFunction · 0.45
enterImplMethod · 0.45
needChildVisitMethod · 0.45
needChildVisitMethod · 0.45
enterImplMethod · 0.45
substituteColumnsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected