mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
14 lines
191 B
C++
14 lines
191 B
C++
#pragma once
|
|
#include <Core/NamesAndTypes.h>
|
|
#include "Storages/TTLDescription.h"
|
|
|
|
namespace DB
|
|
{
|
|
|
|
struct LightweightDeleteDescription
|
|
{
|
|
static const NameAndTypePair FILTER_COLUMN;
|
|
};
|
|
|
|
}
|