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

Function assertNoGroupingFunctionNodes

src/Analyzer/AggregationUtils.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void assertNoGroupingFunctionNodes(const QueryTreeNodePtr & node, const String & assert_no_grouping_function_place_message)
107{
108 assertNoFunctionNodes(node, "grouping", ErrorCodes::ILLEGAL_AGGREGATION, "GROUPING", assert_no_grouping_function_place_message);
109}
110
111}

Callers 1

validateAggregatesFunction · 0.85

Calls 1

assertNoFunctionNodesFunction · 0.85

Tested by

no test coverage detected