schema progress

This commit is contained in:
2024-02-29 20:00:39 +01:00
parent 7e1713ddd3
commit c9a84e0568
25 changed files with 111 additions and 86 deletions
+4
View File
@@ -3,6 +3,8 @@
#include <cstdint>
namespace matador::utils {
/**
* @brief Defines fetch types
*
@@ -14,4 +16,6 @@ enum class fetch_type : uint8_t
EAGER /**< Indicates eager fetch */
};
}
#endif //QUERY_FETCH_TYPE_HPP