gdl
gdl copied to clipboard
Transfer label from predicate to vertex
trafficstars
for e.g. MATCH (v) WHERE v.__label__ = "Foo" the label needs to be updated at the query vertex representing v.
@DarthMax I think this conflicts with the multi-label case. Maybe we should extend query elements to have multiple labels, i.e. a set or list of labels?
Yip that would be nice to have. The only problem is, how to expand this to Gradoop. We could provide a legacy method getLabel() returning the first label in the set?
yes, that should work