ClickHouse/src/Storages/LightweightDeleteDescription.h
2022-07-25 16:32:16 +02:00

14 lines
191 B
C++

#pragma once
#include <Core/NamesAndTypes.h>
#include "Storages/TTLDescription.h"
namespace DB
{
struct LightweightDeleteDescription
{
static const NameAndTypePair FILTER_COLUMN;
};
}