Merge pull request #42253 from ucasfl/useless-code

remove useless code
This commit is contained in:
Maksim Kita 2022-10-12 11:02:27 +03:00 committed by GitHub
commit 88fe6f4fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_);