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
|
|
|
};
|
|
|
|
|
|
|
|
}
|