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