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

Method validateGroupByKeyType

src/Interpreters/ExpressionAnalyzer.cpp:1499–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1497}
1498
1499void SelectQueryExpressionAnalyzer::validateGroupByKeyType(const DB::DataTypePtr & key_type) const
1500{
1501 DB::validateGroupByKeyType(key_type, getContext()->getSettingsRef()[Setting::allow_suspicious_types_in_group_by]);
1502}
1503
1504void SelectQueryExpressionAnalyzer::appendAggregateFunctionsArguments(ExpressionActionsChain & chain, bool only_types)
1505{

Callers

nothing calls this directly

Calls 2

validateGroupByKeyTypeFunction · 0.85
getContextFunction · 0.50

Tested by

no test coverage detected