MobilityDB 1.1
|
Data Structures | |
struct | AIS_record |
Macros | |
#define | MAX_LENGTH_HEADER 1024 |
#define | MAX_LENGTH_SQL 16384 |
#define | NO_BULK_INSERT 20 |
#define | NO_INSTANTS_BATCH 1000 |
A simple program that reads AIS data from a CSV file, converts them into temporal values, and stores them in MobilityDB. More... | |
Functions | |
static void | exec_sql (PGconn *conn, const char *sql, ExecStatusType status) |
static void | exit_nicely (PGconn *conn) |
int | main (int argc, char **argv) |