#include #include #include "config_functions.h" #if USE_BASE64 # include namespace DB { REGISTER_FUNCTION(Base64Encode) { tb64ini(0, 0); factory.registerFunction>(); /// MysQL compatibility alias. factory.registerFunction>("TO_BASE64", {}, FunctionFactory::CaseInsensitive); } } #endif