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

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  meos_catalog.c
 Create a cache of PostgreSQL type and operator Oids in global variable arrays to avoid (slow) lookups.
 
file  set.c
 General functions for set types composed of an ordered list of distinct values.
 
file  set_aggfuncs.c
 Aggregate functions for set types.
 
file  set_gin.c
 Functions for defining GIN indexes for set types.
 
file  set_ops.c
 Operators for set types.
 
file  skiplist.c
 Functions for manipulating skiplists.
 
file  span.c
 General functions for span types (a.k.a.
 
file  span_aggfuncs.c
 Aggregate function for span types.
 
file  span_analyze.c
 Functions for gathering statistics from span type columns.
 
file  span_gist.c
 R-tree GiST index for span and span set types.
 
file  span_ops.c
 Operators for span types.
 
file  span_selfuncs.c
 Functions for selectivity estimation of span types.
 
file  span_spgist.c
 Quad-tree SP-GiST index for span types.
 
file  spanset.c
 General functions for span set types composed of a set of disjoint spans.
 
file  spanset_ops.c
 Operators for span set types.
 
file  tbool_ops.c
 Temporal Boolean operators: and, or, not.
 
file  tbox.c
 Functions for temporal bounding boxes.
 
file  temporal.c
 Basic functions for temporal types of any subtype.
 
file  temporal_aggfuncs.c
 Aggregate functions for temporal types.
 
file  temporal_analytics.c
 Analytics for time and temporal values.
 
file  temporal_analyze.c
 Functions for gathering statistics from temporal alphanumeric columns.
 
file  temporal_boxops.c
 Bounding box functions for temporal types.
 
file  temporal_compops.c
 Ever comparison operators (?=, ?<>, ?<, ?>, ?<=, ?>=), always comparison operators (%=, %<>, %<, %>, %<=, %>=), and temporal comparison operators (#=, #<>, #<, #>, #<=, #>=)
 
file  temporal_index.c
 R-tree GiST index and Quad-tree SP-GiST index for temporal types where only the time dimension is taken into account for indexing, currently, tbool and ttext
 
file  temporal_posops.c
 Position operators for temporal types.
 
file  temporal_selfuncs.c
 Functions for selectivity estimation of operators on temporal types whose bounding box is a tstzspan, that is, tbool and ttext
 
file  temporal_supportfn.c
 Index support functions for temporal types.
 
file  temporal_tile.c
 Bin and tile functions for temporal types.
 
file  temporal_waggfuncs.c
 Window aggregate functions for temporal types.
 
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
 Mathematical operators (+, -, *, /) and functions (round, degrees, ...) for temporal numbers.
 
file  tnumber_spgist.c
 SP-GiST implementation of 4-dimensional quad-tree and kd-tree over temporal integers and temporal floats.
 
file  ttext_funcs.c
 Temporal text functions: textcat, lower, upper
 
file  type_in.c
 Input of types in WKB, HexWKB, and MF-JSON representation.
 
file  type_out.c
 Output of types in WKT, EWKT, WKB, EWKB, HexWKB, and MF-JSON representation.
 
file  type_util.c
 General utility functions for temporal types.