code
The Cypher query 'MATCH (s:SUPPLIER) WHERE s.arrival_time IN [timeframe] RETURN s.id, duration.between(s.arrival, s.discharge_start);...avg(...)' is used to calculate the breakdown of time taken for each stage of the package unload process for each supplier within a specific timeframe.

Authors

Sources

Referenced by nodes (1)