schema progress
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user