ClickHouse/src/Storages/LightweightDeleteDescription.h

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
{
static const NameAndTypePair filter_column;
};
}