Add command line flag to determine MultiFrame size

This commit is contained in:
János Benjamin Antal
2023-02-09 12:41:17 +01:00
parent a9a388ce44
commit 12bc78ca2d
4 changed files with 11 additions and 6 deletions

View File

@@ -17,6 +17,8 @@
#include "query/v2/bindings/frame.hpp"
#include "utils/pmr/vector.hpp"
DEFINE_uint64(default_multi_frame_size, 100, "Default size of MultiFrame");
namespace memgraph::query::v2 {
static_assert(std::forward_iterator<ValidFramesReader::Iterator>);