queryCCoeff.txt 446 Bytes
 1
 2
 3
 4
 5
 6
 7
 8
 9
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