Greg Hogan created FLINK-5558:
---------------------------------
Summary: Replace TriangleCount with a Count analytic
Key: FLINK-5558
URL:
https://issues.apache.org/jira/browse/FLINK-5558 Project: Flink
Issue Type: Improvement
Components: Gelly
Affects Versions: 1.2.0
Reporter: Greg Hogan
Assignee: Greg Hogan
Priority: Minor
{{TriangleCount}} can be replaced by a generic {{Count}} analytic for {{DataSet}}. The analytics currently using {{TriangleCount}} can simply use {{TriangleListing}} and {{Count}}.
Gelly includes both directed and undirected versions of {{TriangleListing}} and therefore two versions of {{TriangleCount}} which will be replaced by a single {{Count}} analytic which can be reused elsewhere.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)