|
◆ temporal_analyze()
Datum temporal_analyze |
( |
FunctionCallInfo |
fcinfo, |
|
|
void(*)(VacAttrStats *, AnalyzeAttrFetchFunc, int, double) |
func |
|
) |
| |
Generic analyze function for temporal columns.
- Parameters
-
[in] | fcinfo | Catalog information about the external function |
[in] | func | Analyze function for temporal values |
|