MobilityDB 1.3
Loading...
Searching...
No Matches

◆ MAX_LENGTH_TRIP

#define MAX_LENGTH_TRIP   400001

Maximum length in characters of a trip in the input data.

This value is set according to the following query executed in the database created by the MobilityDB-BerlinMOD generator.

SELECT MAX(length(asHexEWKB(trip))) FROM trips;
-- 328178