Update type

This commit is contained in:
jeremy 2022-11-29 14:07:15 +01:00
parent 3c0e38aacb
commit 8c5edaaeb9

View File

@ -16,7 +16,7 @@
#include "query/v2/bindings/frame.hpp"
namespace memgraph::query::v2 {
constexpr uint64 kNumberOfFramesInMultiframe = 1000; // TODO have it configurable
constexpr uint64_t kNumberOfFramesInMultiframe = 1000; // TODO have it configurable
class ValidFramesConsumer;
class ValidFramesModifier;