MobilityDB  1.0
general Directory Reference
Directory dependency graph for general:
/var/www/src/MobilityDB.develop/src/general

Files

file  doublen.c
 Internal types used in particular for computing the average and centroid temporal aggregates.
 
file  geo_constructors.c
 Constructors for the 2D geometric operations.
 
file  lifting.c
 Generic functions for lifting functions and operators on temporal types.
 
file  period.c
 Basic routines for time periods composed of two TimestampTz values and two Boolean values stating whether the bounds are inclusive or not.
 
file  periodset.c
 Basic functions for set of disjoint periods.
 
file  rangetypes_ext.c
 Extended operators for range types.
 
file  skiplist.c
 Functions manipulating skiplists.
 
file  tbool_boolops.c
 Temporal Boolean operators (and, or, not).
 
file  tbox.c
 Functions for temporal bounding boxes.
 
file  tempcache.c
 MobilityDB builds a cache of OIDs in global arrays in order to avoid (slow) lookups.
 
file  temporal.c
 Basic functions for temporal types of any subtype.
 
file  temporal_aggfuncs.c
 Temporal aggregate functions.
 
file  temporal_analyze.c
 Functions for gathering statistics from temporal alphanumeric columns.
 
file  temporal_boxops.c
 Bounding box operators for temporal types.
 
file  temporal_compops.c
 Temporal comparison operators (=, <>, <, >, <=, >=).
 
file  temporal_gist.c
 R-tree GiST index for temporal types where only the time dimension is taken into account for indexing, currently, tbool and ttext.
 
file  temporal_parser.c
 Functions for parsing time types and temporal types.
 
file  temporal_posops.c
 Relative position operators for temporal types.
 
file  temporal_selfuncs.c
 Functions for selectivity estimation of operators on temporal types whose bounding box is a Period, that is, tbool and ttext.
 
file  temporal_similarity.c
 Similarity distance for temporal values.
 
file  temporal_spgist.c
 Quad-tree SP-GiST index for temporal boolean and temporal text types.
 
file  temporal_tile.c
 Bucket and tile functions for temporal types.
 
file  temporal_util.c
 Miscellaneous utility functions for temporal types.
 
file  temporal_waggfuncs.c
 Window temporal aggregate functions.
 
file  time_aggfuncs.c
 Aggregate functions for time types.
 
file  time_analyze.c
 Functions for gathering statistics from time type columns.
 
file  time_gist.c
 R-tree GiST index for time types.
 
file  time_selfuncs.c
 Functions for selectivity estimation of time types operators.
 
file  time_spgist.c
 Quad-tree SP-GiST index for time types.
 
file  timeops.c
 Operators for time types.
 
file  timestampset.c
 Basic functions for set of (distinct) timestamps.
 
file  tinstant.c
 Basic functions for temporal instants.
 
file  tinstantset.c
 Basic functions for temporal instant sets.
 
file  tnumber_distance.c
 Distance functions for temporal numbers.
 
file  tnumber_gist.c
 R-tree GiST index for temporal integers and temporal floats.
 
file  tnumber_mathfuncs.c
 Temporal mathematical operators (+, -, *, /) and functions (round, degrees).
 
file  tnumber_selfuncs.c
 Functions for selectivity estimation of operators on temporal number types.
 
file  tnumber_spgist.c
 SP-GiST implementation of 4-dimensional quad-tree over temporal integers and temporal floats.
 
file  tsequence.c
 Basic functions for temporal sequences.
 
file  tsequenceset.c
 Basic functions for temporal sequence sets.
 
file  ttext_textfuncs.c
 Temporal text functions: textcat, lower, upper.