#ifdef FUZZING_MODE #include namespace DB { REGISTER_FUNCTION(GetFuzzerData) { factory.registerFunction(); } } #endif