Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include <Functions/tuple.h>
namespace DB
{
REGISTER_FUNCTION(Tuple)
factory.registerFunction<FunctionTuple>();
}