ClickHouse/tests/fuzz
2022-11-03 09:04:22 +01:00
..
dictionaries Added function to fuzzer 2022-11-03 09:04:22 +01:00
mergetree_checksum_fuzzer.in lexer, ast, checksum and column specs fuzzers added 2020-04-28 02:12:18 +03:00
names_and_types_fuzzer.in lexer, ast, checksum and column specs fuzzers added 2020-04-28 02:12:18 +03:00
all.dict Added function to fuzzer 2022-11-03 09:04:22 +01:00
create_parser_fuzzer.options Better dictionary 2021-10-04 17:57:58 +00:00
execute_query_fuzzer.options Better dictionary 2021-10-04 17:57:58 +00:00
lexer_fuzzer.options Better dictionary 2021-10-04 17:57:58 +00:00
names_and_types_fuzzer.options Better dictionary 2021-10-04 17:57:58 +00:00
README.md Better dictionary 2021-10-04 17:57:58 +00:00
select_parser_fuzzer.options Better dictionary 2021-10-04 17:57:58 +00:00

The list of funtions generated via following query

    clickhouse-client -q "select concat('\"', name, '\"') from system.functions union all select concat('\"', alias_to, '\"') from system.functions where alias_to != '' " > functions.dict

The list of datatypes generated via following query:

    clickhouse-client -q "select concat('\"', name, '\"') from system.data_type_families union all select concat('\"', alias_to, '\"') from system.data_type_families where alias_to != '' " > datatypes.dict

Then merge all dictionaries into one (all.dict)