Update DatabaseCatalog.h

This commit is contained in:
OnePiece 2021-08-24 20:03:49 +08:00 committed by GitHub
parent 35fae3426b
commit 01f4e2e0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ public:
void addDependency(const StorageID & from, const StorageID & where);
void removeDependency(const StorageID & from, const StorageID & where);
Dependencies getDependencies(const StorageID & from) const;
void getViewDependencies(ViewDependencies & view_dependencies_) const;
/// For Materialized and Live View
void updateDependency(const StorageID & old_from, const StorageID & old_where,const StorageID & new_from, const StorageID & new_where);