code
The Cypher query to calculate the average time taken by each forklift to move a package from the AGV to the storage bay is: MATCH (a)-[]->(fl:FL)-[]->(st:S) RETURN fl.id, avg(FL_move) AS t1; ... global_avg AS t2 RETURN fl.id, t1, t2, t1-t2

Authors

Sources

Referenced by nodes (1)