remove useless code

This commit is contained in:
flynn 2022-10-12 03:48:37 +00:00
parent 896e3c47f7
commit 312afdc280

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