Skip to content

Files

This branch is 70869 commits behind ClickHouse/ClickHouse:master.

fuzz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 8, 2022
Apr 27, 2020
Apr 27, 2020
Oct 4, 2021
Sep 8, 2022
Oct 4, 2021
Oct 4, 2021
Oct 4, 2021
Oct 4, 2021
Oct 4, 2021

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)