ClickHouse/src/Storages/LightweightDeleteDescription.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
191 B
C++
Raw Normal View History

2022-07-21 19:50:19 +00:00
#pragma once
#include <Core/NamesAndTypes.h>
#include "Storages/TTLDescription.h"
namespace DB
{
struct LightweightDeleteDescription
{
2022-07-25 14:15:15 +00:00
static const NameAndTypePair FILTER_COLUMN;
2022-07-21 19:50:19 +00:00
};
}