mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
commit
88fe6f4fd5
@ -77,15 +77,6 @@ struct StorageInMemoryMetadata
|
||||
/// Sets 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
|
||||
void setTableTTLs(const TTLTableDescription & table_ttl_);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user