MobilityDB 1.3
Loading...
Searching...
No Matches
tests Directory Reference

Files

file  tbl_geometry_read.c
 A simple program that reads a CSV file containig geometries and compute the total number of points in all geometries.
 
file  tbl_tcbuffer_geometry.c
 A simple program that reads two CSV files, the first one containing temporal circular buffers and the second containing geometries and restricts the temporal circular buffers to the geometries.
 
file  tbl_tcbuffer_tcbuffer.c
 A simple program that reads a CSV files containing temporal circular buffers and performs a "self join" by restricting couples of temporal circular buffers.
 
file  tbl_temporal.c
 A simple program that a CSV file containing temporal alphanumeric values and applies a function to them.
 
file  tbl_temporal_temporal.c
 A simple program that reads a CSV files containing temporal values and performs a "self join" by applying to them an operation.
 
file  tbl_temporal_value.c
 A simple program that reads two CSV files, the first one containing temporal values and the second containing non-temporal values and apply a function to them.
 
file  tbl_tgeo_tgeo.c
 A simple program that reads a CSV files containing temporal circular buffers and performs a "self join" by restricting couples of temporal circular buffers.
 
file  tbl_tpoint.c
 A simple program that a CSV file containing temporal points and applies a function to the temporal points.
 
file  tbl_tpoint_geo.c
 A simple program that reads two CSV files, the first one containing temporal points and the second containing geometries and restricts the temporal point to the geometries.
 
file  tbl_tpoint_tpoint.c
 A simple program that reads a CSV files containing temporal circular buffers and performs a "self join" by restricting couples of temporal circular buffers.
 
file  tbl_value_value.c
 A simple program that reads two CSV files containing non-temporal values and applies a function to them.