aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Storages/LightweightDeleteDescription.h
blob: 45bde59ea715f94b1a709e51114725ff3aebfa18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include <Core/NamesAndTypes.h>
#include "Storages/TTLDescription.h"

namespace DB
{

struct LightweightDeleteDescription
{
    static const NameAndTypePair FILTER_COLUMN;
};

}