This commit is contained in:
jbajic 2023-02-23 14:33:54 +01:00
parent fd18ff0196
commit eb75215ef5

View File

@ -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,