Fix build error

This commit is contained in:
Larry Luo 2023-01-01 06:11:31 -08:00
parent 7cc84c6743
commit 3b6c46dc68

View File

@ -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;
};
}