#include #include #include namespace DB { struct NameSimpleJSONExtractInt { static constexpr auto name = "simpleJSONExtractInt"; }; using FunctionSimpleJSONExtractInt = FunctionsStringSearch>>; REGISTER_FUNCTION(VisitParamExtractInt) { factory.registerFunction(); factory.registerAlias("visitParamExtractInt", "simpleJSONExtractInt"); } }