ClickHouse/tests/fuzz
2023-02-16 17:59:12 +00:00
..
dictionaries FIXUP: Add arrayPartialSort and arrayPartialReverseSort to fuzzer corpus 2023-02-16 17:59:12 +00:00
mergetree_checksum_fuzzer.in
names_and_types_fuzzer.in
all.dict FIXUP: Add arrayPartialSort and arrayPartialReverseSort to fuzzer corpus 2023-02-16 17:59:12 +00:00
create_parser_fuzzer.options
execute_query_fuzzer.options
lexer_fuzzer.options
names_and_types_fuzzer.options
README.md
select_parser_fuzzer.options

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)