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

Method hasOffset

src/Analyzer/QueryNode.h:606–609  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

604
605 /// Returns true if query node OFFSET section is not empty, false otherwise
606 bool hasOffset() const
607 {
608 return children[offset_child_index] != nullptr;
609 }
610
611 /// Get OFFSET section node
612 const QueryTreeNodePtr & getOffset() const

Callers 10

QueryAnalysisResultMethod · 0.80
buildPlanForQueryNodeMethod · 0.80
buildMongoDBQueryMethod · 0.80
needChildVisitMethod · 0.80
runMethod · 0.80
enterImplMethod · 0.80
resolveQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected