#include "FunctionsHashing.h" #include /// FunctionsHashing instantiations are separated into files FunctionsHashing*.cpp /// to better parallelize the build procedure and avoid MSan build failure /// due to excessive resource consumption. namespace DB { REGISTER_FUNCTION(HashingMurmur) { factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); factory.registerFunction(); } }