mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
remove useless code
This commit is contained in:
parent
896e3c47f7
commit
312afdc280
@ -77,15 +77,6 @@ struct StorageInMemoryMetadata
|
|||||||
/// Sets projections
|
/// Sets projections
|
||||||
void setProjections(ProjectionsDescription projections_);
|
void setProjections(ProjectionsDescription projections_);
|
||||||
|
|
||||||
/// Set partition key for storage (methods below, are just wrappers for this struct).
|
|
||||||
void setPartitionKey(const KeyDescription & partition_key_);
|
|
||||||
/// Set sorting key for storage (methods below, are just wrappers for this struct).
|
|
||||||
void setSortingKey(const KeyDescription & sorting_key_);
|
|
||||||
/// Set primary key for storage (methods below, are just wrappers for this struct).
|
|
||||||
void setPrimaryKey(const KeyDescription & primary_key_);
|
|
||||||
/// Set sampling key for storage (methods below, are just wrappers for this struct).
|
|
||||||
void setSamplingKey(const KeyDescription & sampling_key_);
|
|
||||||
|
|
||||||
/// Set common table TTLs
|
/// Set common table TTLs
|
||||||
void setTableTTLs(const TTLTableDescription & table_ttl_);
|
void setTableTTLs(const TTLTableDescription & table_ttl_);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user