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

Files

file  cbuffer_test.c
 A simple program that tests the funtions for the temporal circular buffer types in MEOS, that is, cbuffer, cbufferset, and tcbuffer.
 
file  geo_test.c
 A simple program that tests the funtions for the temporal geometry types in MEOS, that is, geometry, geography, stbox, tgeometry, tgeography, tgeompoint, tgeogpoint.
 
file  npoint_test.c
 A simple program that tests the funtions for the temporal geometry types in MEOS, that is, geometry, geography, stbox, tgeometry, tgeography, tgeompoint, tgeogpoint.
 
file  setspan_test.c
 A simple program that tests the set and span functions exposed by the PostgreSQL types embedded in MEOS.
 
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 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.
 
file  temporal_test.c
 A simple program that tests the set and span functions exposed by the PostgreSQL types embedded in MEOS.
 
file  threaded_test.c
 Concurrent stress test for MEOS thread-local state (issue #404).