vasia / gelly-streaming

An experimental Graph Streaming API for Apache Flink
Apache License 2.0
138 stars 44 forks source link

Change getDegrees() to count all edges (not only distinct) #6

Open vasia opened 9 years ago

vasia commented 9 years ago

We can add a flag to this method or simply call graphStream.distinct().getDegrees() to get the current behavior.