session topological sorted table creation (progress)

This commit is contained in:
2025-07-15 07:09:40 +02:00
parent e7376ef269
commit dd737623f4
3 changed files with 30 additions and 27 deletions
+4
View File
@@ -25,6 +25,10 @@ const schema_node &relation_endpoint::node() const {
return *node_;
}
std::shared_ptr<schema_node> relation_endpoint::node_ptr() const {
return node_;
}
bool relation_endpoint::is_has_one() const {
return type_ == relation_type::HAS_ONE;
}