#include #include #include namespace DB { struct NameVisitParamExtractUInt { static constexpr auto name = "visitParamExtractUInt"; }; using FunctionVisitParamExtractUInt = FunctionsStringSearch>>; struct NameSimpleJSONExtractUInt { static constexpr auto name = "simpleJSONExtractUInt"; }; using FunctionSimpleJSONExtractUInt = FunctionsStringSearch>>; REGISTER_FUNCTION(VisitParamExtractUInt) { factory.registerFunction(); factory.registerFunction(); } }