mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
0365bc56aa
* State of aggregate functions This test goes though all aggregate functions that: - has only one argument - support string as an argument And do a simple check by creating the aggregate state with one string. Yes this is not covers everything (does not cover functions with different number of arguments, types, different states in case of multiple values - uniqCombined, but as for uniqCombined it will be checked via uniqHLL12), but at least something. And about type, String had been selected, since it more likely that there will be used some hash function internally. * Function(String) Check every function which has only one argument, and it's type is String. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
configs | ||
__init__.py | ||
test_aggregate_fixed_key.py | ||
test_aggregate_function_state_avg.py | ||
test_convert_ordinary.py | ||
test_cte_distributed.py | ||
test_data_skipping_indices.py | ||
test_detach_part_wrong_partition_id.py | ||
test_functions.py | ||
test_insert_profile_events.py | ||
test_normalized_count_comparison.py | ||
test_select_aggregate_alias_column.py | ||
test_short_strings_aggregation.py | ||
test.py |