#include #include #include #include namespace DB { namespace { struct NameNotEmpty { static constexpr auto name = "notEmpty"; }; using FunctionNotEmpty = FunctionStringOrArrayToT, NameNotEmpty, UInt8, false>; } REGISTER_FUNCTION(NotEmpty) { factory.registerFunction(); } }