#include #include #include namespace DB { using FunctionEndsWith = FunctionStartsEndsWith; REGISTER_FUNCTION(EndsWith) { factory.registerFunction(); } }