diff --git a/src/storage/v3/splitter.hpp b/src/storage/v3/splitter.hpp index be27291e1..5e5867127 100644 --- a/src/storage/v3/splitter.hpp +++ b/src/storage/v3/splitter.hpp @@ -48,6 +48,7 @@ struct SplitData { std::map<std::pair<LabelId, PropertyId>, LabelPropertyIndex::IndexContainer> label_property_indices; }; +// TODO(jbajic) Handle deleted_vertices_ and deleted_edges_ after the finishing GC class Splitter final { public: Splitter(LabelId primary_label, VertexContainer &vertices, EdgeContainer &edges,