MobilityDB 1.1
|
Functions for gathering statistics from temporal alphanumeric columns. More...
#include <temporal_analyze.h>
Data Fields | |
FmgrInfo * | cmp |
Oid | eq_opr |
default equality operator's OID More... | |
FmgrInfo * | hash |
Oid | lt_opr |
default less than operator's OID More... | |
AnalyzeAttrComputeStatsFunc | std_compute_stats |
void * | std_extra_data |
FmgrInfo * | time_cmp |
Oid | time_eq_opr |
default equality operator's OID More... | |
FmgrInfo * | time_hash |
Oid | time_lt_opr |
default less than operator's OID More... | |
char | time_typalign |
bool | time_typbyval |
physical properties of element type More... | |
Oid | time_typid |
element type's OID More... | |
int16 | time_typlen |
char | typalign |
bool | typbyval |
physical properties of element type More... | |
Oid | typid |
element type's OID More... | |
int16 | typlen |
FmgrInfo * | value_cmp |
Oid | value_eq_opr |
default equality operator's OID More... | |
FmgrInfo * | value_hash |
Oid | value_lt_opr |
default less than operator's OID More... | |
char | value_typalign |
bool | value_typbyval |
physical properties of element type More... | |
Oid | value_typid |
element type's OID More... | |
int16 | value_typlen |
Functions for gathering statistics from temporal alphanumeric columns.