cd grafos
time
operator ccoeff@* = ClusteringCoefficientOperator([], [0:1:15], ccoeff)
operator partial_count@* = AggregateOperator([ccoeff@local], [count], [*], [count], [graph.id, ccoeff])
operator union@0 = UnionOperator([partial_count@*])
operator total_count@0 = AggregateOperator([union@local], [sum], [count], [count], [graph.id, ccoeff])
operator sort@0 = SortOperator([total_count@local], [graph.id, count:desc, ccoeff])
run sort@0
time