mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Fix build error
This commit is contained in:
parent
7cc84c6743
commit
3b6c46dc68
@ -210,6 +210,9 @@ public:
|
||||
/// empty. If some TTL changes happened than, depending on materialize_ttl
|
||||
/// additional mutation command (MATERIALIZE_TTL) will be returned.
|
||||
MutationCommands getMutationCommands(StorageInMemoryMetadata metadata, bool materialize_ttl, ContextPtr context, bool with_alters=false) const;
|
||||
|
||||
/// Check if commands have any inverted index
|
||||
bool hasInvertedIndex(const StorageInMemoryMetadata & metadata, ContextPtr context) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user