Searched refs:IsCircularDependency (Results 1 – 3 of 3) sorted by relevance
108 static bool IsCircularDependency(int size, const std::vector<std::vector<int>> &dependency);
260 if (DBCommon::IsCircularDependency(index, dependency)) { in CheckTableReference()
512 bool DBCommon::IsCircularDependency(int size, const std::vector<std::vector<int>> &dependency) in IsCircularDependency() function in DistributedDB::DBCommon