#include namespace DB { void registerFunctionGetFuzzerData(FunctionFactory & factory) { factory.registerFunction(); } }