relation_completer progress

This commit is contained in:
Sascha Kühl
2025-07-01 17:13:52 +02:00
parent 5a7ab5d4d0
commit 38cbffc18b
11 changed files with 153 additions and 32 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
#ifndef MATADOR_RELATION_ENDPOINT_HPP
#define MATADOR_RELATION_ENDPOINT_HPP
#include "matador/object/schema_node.hpp"
#include "matador/utils/enum_mapper.hpp"
#include <memory>
namespace matador::object {
class schema_node;
enum class relation_type : uint8_t {
BELONGS_TO,
HAS_ONE,