gradoop icon indicating copy to clipboard operation
gradoop copied to clipboard

Extend the distinct operator

Open s1ck opened this issue 9 years ago • 0 comments
trafficstars

Currently, GraphCollection.distinct() compares logical graph based on their graph id. The comparison needs to be modularized.

distinctBy...

  • graph head id
  • element ids
  • vertex ids
  • isomorphism

s1ck avatar Jul 28 '16 09:07 s1ck