You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Atm, the operators EdgeLabelDistribution and VertexLabelDistribution are implementing
UnaryGraphToValueOperator
and are thus just applicable toLogicalGraph
instances. To work withTemporalGraph
instances too, we have to gentrify them by implementingUnaryBaseGraphToValueOperator
. For a working example of a generified operator, seeorg.gradoop.flink.model.impl.operators.aggregation.Aggregation
.The text was updated successfully, but these errors were encountered: