MobilityDB 1.3
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ 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