Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generify Vertex/EdgeLabelDistribution operators #1579

Open
ChrizZz110 opened this issue Jul 6, 2022 · 0 comments
Open

Generify Vertex/EdgeLabelDistribution operators #1579

ChrizZz110 opened this issue Jul 6, 2022 · 0 comments
Labels

Comments

@ChrizZz110
Copy link
Contributor

Atm, the operators EdgeLabelDistribution and VertexLabelDistribution are implementing UnaryGraphToValueOperator and are thus just applicable to LogicalGraph instances. To work with TemporalGraph instances too, we have to gentrify them by implementing UnaryBaseGraphToValueOperator . For a working example of a generified operator, see org.gradoop.flink.model.impl.operators.aggregation.Aggregation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant