Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#pragma once
namespace DB
{
enum class TTLMode
DELETE,
MOVE,
GROUP_BY,
RECOMPRESS,
};
}