From d96df8dcae7952b2107400110b500444a9ba042d Mon Sep 17 00:00:00 2001 From: Esteban Zimanyi Date: Tue, 16 Jun 2026 13:36:53 +0200 Subject: [PATCH] Refresh vendored MEOS-API from master Regenerated vendor/meos-api/meos-idl.json via make vendor-meos-api against MobilityDB/MEOS-API@master + MobilityDB@master. Picks up the improved int8/bool type recovery (stale 'int' -> 'bool') and the trgeoinst_make->trgeometryinst_make rename. Resolves the scheduled vendor-drift check (run 27612874956). --- vendor/meos-api/meos-idl.json | 11211 ++++++++++++++++---------------- 1 file changed, 5748 insertions(+), 5463 deletions(-) diff --git a/vendor/meos-api/meos-idl.json b/vendor/meos-api/meos-idl.json index c9e5c14..8d4a538 100644 --- a/vendor/meos-api/meos-idl.json +++ b/vendor/meos-api/meos-idl.json @@ -452,8 +452,8 @@ "name": "meos_set_datestyle", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -472,8 +472,8 @@ "name": "meos_set_intervalstyle", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -543,14 +543,14 @@ "name": "add_date_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "days", @@ -563,19 +563,19 @@ "name": "add_interval_interval", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { "name": "interv1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "interv2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -583,19 +583,19 @@ "name": "add_timestamptz_interval", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -603,8 +603,8 @@ "name": "bool_in", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -624,8 +624,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -633,8 +633,8 @@ "name": "cstring2text", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -648,14 +648,14 @@ "name": "date_to_timestamp", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Timestamp", + "canonical": "Timestamp" }, "params": [ { "name": "dateVal", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -663,14 +663,14 @@ "name": "date_to_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -789,13 +789,13 @@ "params": [ { "name": "l", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "r", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -803,8 +803,8 @@ "name": "interval_make", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -854,13 +854,13 @@ "params": [ { "name": "d1", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "d2", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -868,14 +868,14 @@ "name": "minus_date_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "days", @@ -888,19 +888,19 @@ "name": "minus_timestamptz_interval", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -908,19 +908,19 @@ "name": "minus_timestamptz_timestamptz", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { "name": "t1", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t2", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -928,14 +928,14 @@ "name": "mul_interval_double", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "factor", @@ -948,8 +948,8 @@ "name": "pg_date_in", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { @@ -969,8 +969,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -984,13 +984,13 @@ "params": [ { "name": "interv1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "interv2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -998,8 +998,8 @@ "name": "pg_interval_in", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -1024,8 +1024,8 @@ "params": [ { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -1033,8 +1033,8 @@ "name": "pg_timestamp_in", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Timestamp", + "canonical": "Timestamp" }, "params": [ { @@ -1059,8 +1059,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "Timestamp", + "canonical": "Timestamp" } ] }, @@ -1068,8 +1068,8 @@ "name": "pg_timestamptz_in", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -1094,8 +1094,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -1109,8 +1109,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1124,13 +1124,13 @@ "params": [ { "name": "txt1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "txt2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1138,14 +1138,14 @@ "name": "text_copy", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1153,8 +1153,8 @@ "name": "text_in", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -1168,14 +1168,14 @@ "name": "text_initcap", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1183,14 +1183,14 @@ "name": "text_lower", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1204,8 +1204,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1213,14 +1213,14 @@ "name": "text_upper", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1228,19 +1228,19 @@ "name": "textcat_text_text", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { "name": "txt1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "txt2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -1248,19 +1248,19 @@ "name": "timestamptz_shift", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -1268,14 +1268,14 @@ "name": "timestamp_to_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "Timestamp", + "canonical": "Timestamp" } ] }, @@ -1283,14 +1283,14 @@ "name": "timestamptz_to_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -1339,8 +1339,8 @@ }, { "name": "value", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -1749,8 +1749,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -1774,8 +1774,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -1809,8 +1809,8 @@ }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" } ] }, @@ -1834,8 +1834,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -1859,8 +1859,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -1894,8 +1894,8 @@ }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" } ] }, @@ -1919,8 +1919,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -1944,8 +1944,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -1979,8 +1979,8 @@ }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" } ] }, @@ -2114,8 +2114,8 @@ "params": [ { "name": "values", - "cType": "const int *", - "canonical": "const int *" + "cType": "const int64_t *", + "canonical": "const int64_t *" }, { "name": "count", @@ -2134,23 +2134,23 @@ "params": [ { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -2164,8 +2164,8 @@ "params": [ { "name": "values", - "cType": "const int *", - "canonical": "const int *" + "cType": "const DateADT *", + "canonical": "const DateADT *" }, { "name": "count", @@ -2184,23 +2184,23 @@ "params": [ { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -2244,13 +2244,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -2294,13 +2294,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -2379,8 +2379,8 @@ "params": [ { "name": "values", - "cType": "int **", - "canonical": "int **" + "cType": "text **", + "canonical": "text **" }, { "name": "count", @@ -2399,8 +2399,8 @@ "params": [ { "name": "values", - "cType": "const int *", - "canonical": "const int *" + "cType": "const TimestampTz *", + "canonical": "const TimestampTz *" }, { "name": "count", @@ -2419,23 +2419,23 @@ "params": [ { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -2449,8 +2449,8 @@ "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -2494,8 +2494,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -2509,8 +2509,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -2524,8 +2524,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -2809,8 +2809,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -2824,8 +2824,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -2839,8 +2839,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -2854,8 +2854,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -2908,8 +2908,8 @@ "name": "bigintset_end_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -2923,8 +2923,8 @@ "name": "bigintset_start_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -2938,8 +2938,8 @@ "name": "bigintset_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -2954,8 +2954,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "int64_t *", + "canonical": "int64_t *" } ] }, @@ -2963,8 +2963,8 @@ "name": "bigintset_values", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "int64_t *", + "canonical": "int64_t *" }, "params": [ { @@ -2978,8 +2978,8 @@ "name": "bigintspan_lower", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -2993,8 +2993,8 @@ "name": "bigintspan_upper", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -3008,8 +3008,8 @@ "name": "bigintspan_width", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -3023,8 +3023,8 @@ "name": "bigintspanset_lower", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -3038,8 +3038,8 @@ "name": "bigintspanset_upper", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -3053,8 +3053,8 @@ "name": "bigintspanset_width", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -3064,8 +3064,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -3073,8 +3073,8 @@ "name": "dateset_end_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { @@ -3088,8 +3088,8 @@ "name": "dateset_start_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { @@ -3103,8 +3103,8 @@ "name": "dateset_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3119,8 +3119,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "DateADT *", + "canonical": "DateADT *" } ] }, @@ -3128,8 +3128,8 @@ "name": "dateset_values", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "DateADT *", + "canonical": "DateADT *" }, "params": [ { @@ -3143,8 +3143,8 @@ "name": "datespan_duration", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -3158,8 +3158,8 @@ "name": "datespan_lower", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { @@ -3173,8 +3173,8 @@ "name": "datespan_upper", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { @@ -3188,8 +3188,8 @@ "name": "datespanset_date_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3204,8 +3204,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "DateADT *", + "canonical": "DateADT *" } ] }, @@ -3228,8 +3228,8 @@ "name": "datespanset_duration", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -3239,8 +3239,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -3248,8 +3248,8 @@ "name": "datespanset_end_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { @@ -3278,8 +3278,8 @@ "name": "datespanset_start_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { @@ -3323,8 +3323,8 @@ "name": "floatset_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3449,8 +3449,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -3488,8 +3488,8 @@ "name": "intset_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3614,8 +3614,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -3708,8 +3708,8 @@ "name": "span_lower_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3723,8 +3723,8 @@ "name": "span_upper_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3788,8 +3788,8 @@ "name": "spanset_lower_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3883,8 +3883,8 @@ "name": "spanset_upper_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3898,8 +3898,8 @@ "name": "textset_end_value", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -3913,8 +3913,8 @@ "name": "textset_start_value", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -3928,8 +3928,8 @@ "name": "textset_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -3944,8 +3944,8 @@ }, { "name": "result", - "cType": "int **", - "canonical": "int **" + "cType": "text **", + "canonical": "text **" } ] }, @@ -3953,8 +3953,8 @@ "name": "textset_values", "file": "meos.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "text **", + "canonical": "text **" }, "params": [ { @@ -3968,8 +3968,8 @@ "name": "tstzset_end_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -3983,8 +3983,8 @@ "name": "tstzset_start_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -3998,8 +3998,8 @@ "name": "tstzset_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -4014,8 +4014,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -4023,8 +4023,8 @@ "name": "tstzset_values", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "TimestampTz *", + "canonical": "TimestampTz *" }, "params": [ { @@ -4038,8 +4038,8 @@ "name": "tstzspan_duration", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -4053,8 +4053,8 @@ "name": "tstzspan_lower", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -4068,8 +4068,8 @@ "name": "tstzspan_upper", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -4083,8 +4083,8 @@ "name": "tstzspanset_duration", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -4094,8 +4094,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4103,8 +4103,8 @@ "name": "tstzspanset_end_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -4118,8 +4118,8 @@ "name": "tstzspanset_lower", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -4148,8 +4148,8 @@ "name": "tstzspanset_start_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -4178,8 +4178,8 @@ "name": "tstzspanset_timestamptz_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -4194,8 +4194,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -4203,8 +4203,8 @@ "name": "tstzspanset_upper", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -4229,23 +4229,23 @@ }, { "name": "shift", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "width", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4264,23 +4264,23 @@ }, { "name": "shift", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "width", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4299,23 +4299,23 @@ }, { "name": "shift", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "width", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4344,13 +4344,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4379,13 +4379,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4414,13 +4414,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4454,8 +4454,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4514,13 +4514,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4554,8 +4554,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4634,13 +4634,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4689,8 +4689,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4754,13 +4754,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4789,13 +4789,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4824,13 +4824,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4859,13 +4859,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -4884,8 +4884,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -4919,8 +4919,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -4944,8 +4944,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -4998,24 +4998,24 @@ "name": "timestamptz_tprecision", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -5034,13 +5034,13 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -5059,13 +5059,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -5084,13 +5084,13 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -5109,13 +5109,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -5134,13 +5134,13 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -5159,13 +5159,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -5193,8 +5193,8 @@ "name": "set_eq", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5213,8 +5213,8 @@ "name": "set_ge", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5233,8 +5233,8 @@ "name": "set_gt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5253,8 +5253,8 @@ "name": "set_le", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5273,8 +5273,8 @@ "name": "set_lt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5293,8 +5293,8 @@ "name": "set_ne", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5333,8 +5333,8 @@ "name": "span_eq", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5353,8 +5353,8 @@ "name": "span_ge", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5373,8 +5373,8 @@ "name": "span_gt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5393,8 +5393,8 @@ "name": "span_le", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5413,8 +5413,8 @@ "name": "span_lt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5433,8 +5433,8 @@ "name": "span_ne", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5473,8 +5473,8 @@ "name": "spanset_eq", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5493,8 +5493,8 @@ "name": "spanset_ge", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5513,8 +5513,8 @@ "name": "spanset_gt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5533,8 +5533,8 @@ "name": "spanset_le", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5553,8 +5553,8 @@ "name": "spanset_lt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5573,8 +5573,8 @@ "name": "spanset_ne", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5723,8 +5723,8 @@ "name": "adjacent_span_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5734,8 +5734,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -5743,8 +5743,8 @@ "name": "adjacent_span_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5754,8 +5754,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -5763,8 +5763,8 @@ "name": "adjacent_span_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5783,8 +5783,8 @@ "name": "adjacent_span_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5803,8 +5803,8 @@ "name": "adjacent_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5823,8 +5823,8 @@ "name": "adjacent_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5843,8 +5843,8 @@ "name": "adjacent_span_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5854,8 +5854,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -5863,8 +5863,8 @@ "name": "adjacent_spanset_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5874,8 +5874,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -5883,8 +5883,8 @@ "name": "adjacent_spanset_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5894,8 +5894,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -5903,8 +5903,8 @@ "name": "adjacent_spanset_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5923,8 +5923,8 @@ "name": "adjacent_spanset_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5943,8 +5943,8 @@ "name": "adjacent_spanset_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5954,8 +5954,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -5963,8 +5963,8 @@ "name": "adjacent_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -5983,8 +5983,8 @@ "name": "adjacent_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6003,14 +6003,14 @@ "name": "contained_bigint_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -6023,14 +6023,14 @@ "name": "contained_bigint_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -6043,14 +6043,14 @@ "name": "contained_bigint_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "ss", @@ -6063,14 +6063,14 @@ "name": "contained_date_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -6083,14 +6083,14 @@ "name": "contained_date_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -6103,14 +6103,14 @@ "name": "contained_date_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "ss", @@ -6123,8 +6123,8 @@ "name": "contained_float_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6143,8 +6143,8 @@ "name": "contained_float_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6163,8 +6163,8 @@ "name": "contained_float_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6183,8 +6183,8 @@ "name": "contained_int_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6203,8 +6203,8 @@ "name": "contained_int_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6223,8 +6223,8 @@ "name": "contained_int_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6243,8 +6243,8 @@ "name": "contained_set_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6263,8 +6263,8 @@ "name": "contained_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6283,8 +6283,8 @@ "name": "contained_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6303,8 +6303,8 @@ "name": "contained_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6323,8 +6323,8 @@ "name": "contained_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6343,14 +6343,14 @@ "name": "contained_text_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -6363,14 +6363,14 @@ "name": "contained_timestamptz_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -6383,14 +6383,14 @@ "name": "contained_timestamptz_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -6403,14 +6403,14 @@ "name": "contained_timestamptz_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "ss", @@ -6423,8 +6423,8 @@ "name": "contains_set_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6434,8 +6434,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -6443,8 +6443,8 @@ "name": "contains_set_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6454,8 +6454,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -6463,8 +6463,8 @@ "name": "contains_set_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6483,8 +6483,8 @@ "name": "contains_set_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6503,8 +6503,8 @@ "name": "contains_set_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6523,8 +6523,8 @@ "name": "contains_set_text", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6534,8 +6534,8 @@ }, { "name": "t", - "cType": "int *", - "canonical": "int *" + "cType": "text *", + "canonical": "text *" } ] }, @@ -6543,8 +6543,8 @@ "name": "contains_set_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6554,8 +6554,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -6563,8 +6563,8 @@ "name": "contains_span_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6574,8 +6574,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -6583,8 +6583,8 @@ "name": "contains_span_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6594,8 +6594,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -6603,8 +6603,8 @@ "name": "contains_span_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6623,8 +6623,8 @@ "name": "contains_span_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6643,8 +6643,8 @@ "name": "contains_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6663,8 +6663,8 @@ "name": "contains_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6683,8 +6683,8 @@ "name": "contains_span_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6694,8 +6694,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -6703,8 +6703,8 @@ "name": "contains_spanset_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6714,8 +6714,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -6723,8 +6723,8 @@ "name": "contains_spanset_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6734,8 +6734,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -6743,8 +6743,8 @@ "name": "contains_spanset_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6763,8 +6763,8 @@ "name": "contains_spanset_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6783,8 +6783,8 @@ "name": "contains_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6803,8 +6803,8 @@ "name": "contains_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6823,8 +6823,8 @@ "name": "contains_spanset_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6834,8 +6834,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -6843,8 +6843,8 @@ "name": "overlaps_set_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6863,8 +6863,8 @@ "name": "overlaps_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6883,8 +6883,8 @@ "name": "overlaps_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6903,8 +6903,8 @@ "name": "overlaps_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6923,8 +6923,8 @@ "name": "overlaps_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -6943,14 +6943,14 @@ "name": "after_date_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -6963,14 +6963,14 @@ "name": "after_date_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -6983,14 +6983,14 @@ "name": "after_date_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "ss", @@ -7003,8 +7003,8 @@ "name": "after_set_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7014,8 +7014,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -7023,8 +7023,8 @@ "name": "after_set_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7034,8 +7034,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -7043,8 +7043,8 @@ "name": "after_span_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7054,8 +7054,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -7063,8 +7063,8 @@ "name": "after_span_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7074,8 +7074,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -7083,8 +7083,8 @@ "name": "after_spanset_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7094,8 +7094,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -7103,8 +7103,8 @@ "name": "after_spanset_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7114,8 +7114,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -7123,14 +7123,14 @@ "name": "after_timestamptz_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -7143,14 +7143,14 @@ "name": "after_timestamptz_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -7163,14 +7163,14 @@ "name": "after_timestamptz_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "ss", @@ -7183,14 +7183,14 @@ "name": "before_date_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -7203,14 +7203,14 @@ "name": "before_date_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -7223,14 +7223,14 @@ "name": "before_date_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "ss", @@ -7243,8 +7243,8 @@ "name": "before_set_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7254,8 +7254,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -7263,8 +7263,8 @@ "name": "before_set_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7274,8 +7274,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -7283,8 +7283,8 @@ "name": "before_span_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7294,8 +7294,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -7303,8 +7303,8 @@ "name": "before_span_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7314,8 +7314,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -7323,8 +7323,8 @@ "name": "before_spanset_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7334,8 +7334,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -7343,8 +7343,8 @@ "name": "before_spanset_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7354,8 +7354,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -7363,14 +7363,14 @@ "name": "before_timestamptz_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -7383,14 +7383,14 @@ "name": "before_timestamptz_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -7403,14 +7403,14 @@ "name": "before_timestamptz_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "ss", @@ -7423,14 +7423,14 @@ "name": "left_bigint_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -7443,14 +7443,14 @@ "name": "left_bigint_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -7463,14 +7463,14 @@ "name": "left_bigint_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "ss", @@ -7483,8 +7483,8 @@ "name": "left_float_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7503,8 +7503,8 @@ "name": "left_float_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7523,8 +7523,8 @@ "name": "left_float_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7543,8 +7543,8 @@ "name": "left_int_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7563,8 +7563,8 @@ "name": "left_int_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7583,8 +7583,8 @@ "name": "left_int_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7603,8 +7603,8 @@ "name": "left_set_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7614,8 +7614,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -7623,8 +7623,8 @@ "name": "left_set_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7643,8 +7643,8 @@ "name": "left_set_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7663,8 +7663,8 @@ "name": "left_set_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7683,8 +7683,8 @@ "name": "left_set_text", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7694,8 +7694,8 @@ }, { "name": "txt", - "cType": "int *", - "canonical": "int *" + "cType": "text *", + "canonical": "text *" } ] }, @@ -7703,8 +7703,8 @@ "name": "left_span_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7714,8 +7714,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -7723,8 +7723,8 @@ "name": "left_span_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7743,8 +7743,8 @@ "name": "left_span_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7763,8 +7763,8 @@ "name": "left_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7783,8 +7783,8 @@ "name": "left_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7803,8 +7803,8 @@ "name": "left_spanset_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7814,8 +7814,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -7823,8 +7823,8 @@ "name": "left_spanset_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7843,8 +7843,8 @@ "name": "left_spanset_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7863,8 +7863,8 @@ "name": "left_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7883,8 +7883,8 @@ "name": "left_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7903,14 +7903,14 @@ "name": "left_text_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -7923,14 +7923,14 @@ "name": "overafter_date_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -7943,14 +7943,14 @@ "name": "overafter_date_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -7963,14 +7963,14 @@ "name": "overafter_date_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "ss", @@ -7983,8 +7983,8 @@ "name": "overafter_set_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -7994,8 +7994,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -8003,8 +8003,8 @@ "name": "overafter_set_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8014,8 +8014,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -8023,8 +8023,8 @@ "name": "overafter_span_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8034,8 +8034,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -8043,8 +8043,8 @@ "name": "overafter_span_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8054,8 +8054,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -8063,8 +8063,8 @@ "name": "overafter_spanset_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8074,8 +8074,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -8083,8 +8083,8 @@ "name": "overafter_spanset_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8094,8 +8094,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -8103,14 +8103,14 @@ "name": "overafter_timestamptz_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -8123,14 +8123,14 @@ "name": "overafter_timestamptz_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -8143,14 +8143,14 @@ "name": "overafter_timestamptz_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "ss", @@ -8163,14 +8163,14 @@ "name": "overbefore_date_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -8183,14 +8183,14 @@ "name": "overbefore_date_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -8203,14 +8203,14 @@ "name": "overbefore_date_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "ss", @@ -8223,8 +8223,8 @@ "name": "overbefore_set_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8234,8 +8234,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -8243,8 +8243,8 @@ "name": "overbefore_set_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8254,8 +8254,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -8263,8 +8263,8 @@ "name": "overbefore_span_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8274,8 +8274,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -8283,8 +8283,8 @@ "name": "overbefore_span_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8294,8 +8294,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -8303,8 +8303,8 @@ "name": "overbefore_spanset_date", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8314,8 +8314,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -8323,8 +8323,8 @@ "name": "overbefore_spanset_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8334,8 +8334,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -8343,14 +8343,14 @@ "name": "overbefore_timestamptz_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -8363,14 +8363,14 @@ "name": "overbefore_timestamptz_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -8383,14 +8383,14 @@ "name": "overbefore_timestamptz_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "ss", @@ -8403,14 +8403,14 @@ "name": "overleft_bigint_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -8423,14 +8423,14 @@ "name": "overleft_bigint_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -8443,14 +8443,14 @@ "name": "overleft_bigint_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "ss", @@ -8463,8 +8463,8 @@ "name": "overleft_float_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8483,8 +8483,8 @@ "name": "overleft_float_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8503,8 +8503,8 @@ "name": "overleft_float_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8523,8 +8523,8 @@ "name": "overleft_int_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8543,8 +8543,8 @@ "name": "overleft_int_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8563,8 +8563,8 @@ "name": "overleft_int_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8583,8 +8583,8 @@ "name": "overleft_set_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8594,8 +8594,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -8603,8 +8603,8 @@ "name": "overleft_set_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8623,8 +8623,8 @@ "name": "overleft_set_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8643,8 +8643,8 @@ "name": "overleft_set_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8663,8 +8663,8 @@ "name": "overleft_set_text", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8674,8 +8674,8 @@ }, { "name": "txt", - "cType": "int *", - "canonical": "int *" + "cType": "text *", + "canonical": "text *" } ] }, @@ -8683,8 +8683,8 @@ "name": "overleft_span_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8694,8 +8694,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -8703,8 +8703,8 @@ "name": "overleft_span_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8723,8 +8723,8 @@ "name": "overleft_span_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8743,8 +8743,8 @@ "name": "overleft_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8763,8 +8763,8 @@ "name": "overleft_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8783,8 +8783,8 @@ "name": "overleft_spanset_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8794,8 +8794,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -8803,8 +8803,8 @@ "name": "overleft_spanset_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8823,8 +8823,8 @@ "name": "overleft_spanset_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8843,8 +8843,8 @@ "name": "overleft_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8863,8 +8863,8 @@ "name": "overleft_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8883,14 +8883,14 @@ "name": "overleft_text_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -8903,14 +8903,14 @@ "name": "overright_bigint_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -8923,14 +8923,14 @@ "name": "overright_bigint_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -8943,14 +8943,14 @@ "name": "overright_bigint_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "ss", @@ -8963,8 +8963,8 @@ "name": "overright_float_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -8983,8 +8983,8 @@ "name": "overright_float_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9003,8 +9003,8 @@ "name": "overright_float_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9023,8 +9023,8 @@ "name": "overright_int_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9043,8 +9043,8 @@ "name": "overright_int_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9063,8 +9063,8 @@ "name": "overright_int_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9083,8 +9083,8 @@ "name": "overright_set_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9094,8 +9094,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -9103,8 +9103,8 @@ "name": "overright_set_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9123,8 +9123,8 @@ "name": "overright_set_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9143,8 +9143,8 @@ "name": "overright_set_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9163,8 +9163,8 @@ "name": "overright_set_text", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9174,8 +9174,8 @@ }, { "name": "txt", - "cType": "int *", - "canonical": "int *" + "cType": "text *", + "canonical": "text *" } ] }, @@ -9183,8 +9183,8 @@ "name": "overright_span_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9194,8 +9194,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -9203,8 +9203,8 @@ "name": "overright_span_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9223,8 +9223,8 @@ "name": "overright_span_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9243,8 +9243,8 @@ "name": "overright_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9263,8 +9263,8 @@ "name": "overright_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9283,8 +9283,8 @@ "name": "overright_spanset_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9294,8 +9294,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -9303,8 +9303,8 @@ "name": "overright_spanset_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9323,8 +9323,8 @@ "name": "overright_spanset_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9343,8 +9343,8 @@ "name": "overright_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9363,8 +9363,8 @@ "name": "overright_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9383,14 +9383,14 @@ "name": "overright_text_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -9403,14 +9403,14 @@ "name": "right_bigint_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -9423,14 +9423,14 @@ "name": "right_bigint_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -9443,14 +9443,14 @@ "name": "right_bigint_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "ss", @@ -9463,8 +9463,8 @@ "name": "right_float_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9483,8 +9483,8 @@ "name": "right_float_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9503,8 +9503,8 @@ "name": "right_float_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9523,8 +9523,8 @@ "name": "right_int_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9543,8 +9543,8 @@ "name": "right_int_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9563,8 +9563,8 @@ "name": "right_int_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9583,8 +9583,8 @@ "name": "right_set_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9594,8 +9594,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -9603,8 +9603,8 @@ "name": "right_set_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9623,8 +9623,8 @@ "name": "right_set_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9643,8 +9643,8 @@ "name": "right_set_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9663,8 +9663,8 @@ "name": "right_set_text", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9674,8 +9674,8 @@ }, { "name": "txt", - "cType": "int *", - "canonical": "int *" + "cType": "text *", + "canonical": "text *" } ] }, @@ -9683,8 +9683,8 @@ "name": "right_span_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9694,8 +9694,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -9703,8 +9703,8 @@ "name": "right_span_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9723,8 +9723,8 @@ "name": "right_span_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9743,8 +9743,8 @@ "name": "right_span_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9763,8 +9763,8 @@ "name": "right_span_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9783,8 +9783,8 @@ "name": "right_spanset_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9794,8 +9794,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -9803,8 +9803,8 @@ "name": "right_spanset_float", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9823,8 +9823,8 @@ "name": "right_spanset_int", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9843,8 +9843,8 @@ "name": "right_spanset_span", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9863,8 +9863,8 @@ "name": "right_spanset_spanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -9883,14 +9883,14 @@ "name": "right_text_set", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -9909,8 +9909,8 @@ "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -9929,8 +9929,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -9994,8 +9994,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -10014,8 +10014,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -10094,8 +10094,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -10114,8 +10114,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -10134,8 +10134,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -10154,8 +10154,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -10254,8 +10254,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -10274,8 +10274,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -10294,8 +10294,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -10394,8 +10394,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -10409,8 +10409,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -10429,8 +10429,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -10449,8 +10449,8 @@ "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -10469,8 +10469,8 @@ "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -10489,8 +10489,8 @@ "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "ss", @@ -10509,8 +10509,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -10529,8 +10529,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -10549,8 +10549,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "ss", @@ -10694,8 +10694,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -10714,8 +10714,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -10794,8 +10794,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -10814,8 +10814,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -10834,8 +10834,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -10854,8 +10854,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -10954,8 +10954,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -10974,8 +10974,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -10994,8 +10994,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -11094,8 +11094,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -11109,8 +11109,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -11129,8 +11129,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -11149,8 +11149,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -11169,8 +11169,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "ss", @@ -11189,8 +11189,8 @@ "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "s", @@ -11214,8 +11214,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -11229,8 +11229,8 @@ "params": [ { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "ss", @@ -11249,8 +11249,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "s", @@ -11274,8 +11274,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -11289,8 +11289,8 @@ "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "ss", @@ -11434,8 +11434,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -11454,8 +11454,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -11534,8 +11534,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -11554,8 +11554,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -11574,8 +11574,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -11594,8 +11594,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -11694,8 +11694,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -11714,8 +11714,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -11734,8 +11734,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -11834,8 +11834,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -11849,8 +11849,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -11869,8 +11869,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -11889,8 +11889,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "s", @@ -11909,8 +11909,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "ss", @@ -11923,8 +11923,8 @@ "name": "distance_bigintset_bigintset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -11943,8 +11943,8 @@ "name": "distance_bigintspan_bigintspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -11963,8 +11963,8 @@ "name": "distance_bigintspanset_bigintspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -11983,8 +11983,8 @@ "name": "distance_bigintspanset_bigintspanset", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -12243,8 +12243,8 @@ "name": "distance_set_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -12254,8 +12254,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -12274,8 +12274,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -12334,8 +12334,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -12343,8 +12343,8 @@ "name": "distance_span_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -12354,8 +12354,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -12374,8 +12374,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -12434,8 +12434,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -12443,8 +12443,8 @@ "name": "distance_spanset_bigint", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -12454,8 +12454,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -12474,8 +12474,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -12534,8 +12534,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -12634,8 +12634,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -12654,8 +12654,8 @@ }, { "name": "i", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -12674,8 +12674,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -12694,8 +12694,8 @@ }, { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -12944,8 +12944,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -12964,8 +12964,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -12984,8 +12984,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -12993,24 +12993,24 @@ "name": "bigint_get_bin", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { "name": "value", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "vsize", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "vorigin", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -13029,13 +13029,13 @@ }, { "name": "vsize", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "vorigin", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "count", @@ -13059,13 +13059,13 @@ }, { "name": "vsize", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "vorigin", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "count", @@ -13078,24 +13078,24 @@ "name": "date_get_bin", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "DateADT", + "canonical": "DateADT" }, "params": [ { "name": "d", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" } ] }, @@ -13114,13 +13114,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "count", @@ -13144,13 +13144,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "DateADT", + "canonical": "DateADT" }, { "name": "count", @@ -13333,24 +13333,24 @@ "name": "timestamptz_get_bin", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -13369,13 +13369,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "origin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -13399,13 +13399,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -13434,8 +13434,8 @@ }, { "name": "size", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -13459,8 +13459,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -13494,8 +13494,8 @@ }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" } ] }, @@ -13549,8 +13549,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -13589,8 +13589,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -13649,8 +13649,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -13819,8 +13819,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -13863,8 +13863,8 @@ "name": "tbox_hast", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -13878,8 +13878,8 @@ "name": "tbox_hasx", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -13893,8 +13893,8 @@ "name": "tbox_tmax", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -13904,8 +13904,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -13913,8 +13913,8 @@ "name": "tbox_tmax_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -13924,8 +13924,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -13933,8 +13933,8 @@ "name": "tbox_tmin", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -13944,8 +13944,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -13953,8 +13953,8 @@ "name": "tbox_tmin_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -13964,8 +13964,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -13973,8 +13973,8 @@ "name": "tbox_xmax", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -13993,8 +13993,8 @@ "name": "tbox_xmax_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14004,8 +14004,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -14013,8 +14013,8 @@ "name": "tbox_xmin", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14033,8 +14033,8 @@ "name": "tbox_xmin_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14044,8 +14044,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -14053,8 +14053,8 @@ "name": "tboxfloat_xmax", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14073,8 +14073,8 @@ "name": "tboxfloat_xmin", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14093,8 +14093,8 @@ "name": "tboxint_xmax", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14113,8 +14113,8 @@ "name": "tboxint_xmin", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14144,8 +14144,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -14184,13 +14184,13 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -14239,13 +14239,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -14294,13 +14294,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -14324,8 +14324,8 @@ }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -14353,8 +14353,8 @@ "name": "adjacent_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14373,8 +14373,8 @@ "name": "contained_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14393,8 +14393,8 @@ "name": "contains_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14413,8 +14413,8 @@ "name": "overlaps_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14433,8 +14433,8 @@ "name": "same_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14453,8 +14453,8 @@ "name": "after_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14473,8 +14473,8 @@ "name": "before_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14493,8 +14493,8 @@ "name": "left_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14513,8 +14513,8 @@ "name": "overafter_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14533,8 +14533,8 @@ "name": "overbefore_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14553,8 +14553,8 @@ "name": "overleft_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14573,8 +14573,8 @@ "name": "overright_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14593,8 +14593,8 @@ "name": "right_tbox_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14633,8 +14633,8 @@ "name": "tbox_eq", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14653,8 +14653,8 @@ "name": "tbox_ge", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14673,8 +14673,8 @@ "name": "tbox_gt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14693,8 +14693,8 @@ "name": "tbox_le", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14713,8 +14713,8 @@ "name": "tbox_lt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14733,8 +14733,8 @@ "name": "tbox_ne", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -14814,8 +14814,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -14834,8 +14834,8 @@ }, { "name": "with_bbox", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "flags", @@ -14874,8 +14874,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -14909,8 +14909,8 @@ }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" } ] }, @@ -15064,8 +15064,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -15084,13 +15084,13 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -15104,8 +15104,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "s", @@ -15124,8 +15124,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "s", @@ -15144,8 +15144,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "ss", @@ -15204,8 +15204,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -15314,8 +15314,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -15399,13 +15399,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -15414,8 +15414,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -15439,8 +15439,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -15469,8 +15469,8 @@ }, { "name": "maxt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "maxdist", @@ -15489,8 +15489,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -15509,13 +15509,13 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -15529,8 +15529,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -15549,8 +15549,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "s", @@ -15569,8 +15569,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "ss", @@ -15673,8 +15673,8 @@ "name": "tbool_end_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -15688,8 +15688,8 @@ "name": "tbool_start_value", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -15703,8 +15703,8 @@ "name": "tbool_value_at_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -15714,18 +15714,18 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "value", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -15733,8 +15733,8 @@ "name": "tbool_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -15749,8 +15749,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -15758,8 +15758,8 @@ "name": "tbool_values", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "bool *", + "canonical": "bool *" }, "params": [ { @@ -15778,8 +15778,8 @@ "name": "temporal_duration", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -15789,8 +15789,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -15828,8 +15828,8 @@ "name": "temporal_end_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -15913,8 +15913,8 @@ "name": "temporal_lower_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16014,18 +16014,18 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "atleast", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -16123,8 +16123,8 @@ "name": "temporal_start_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -16154,8 +16154,8 @@ }, { "name": "minduration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -16193,8 +16193,8 @@ "name": "temporal_timestamps", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "TimestampTz *", + "canonical": "TimestampTz *" }, "params": [ { @@ -16213,8 +16213,8 @@ "name": "temporal_timestamptz_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16229,8 +16229,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -16238,8 +16238,8 @@ "name": "temporal_upper_inc", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16328,8 +16328,8 @@ "name": "tfloat_value_at_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16339,13 +16339,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "value", @@ -16358,8 +16358,8 @@ "name": "tfloat_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16463,8 +16463,8 @@ "name": "tint_value_at_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16474,13 +16474,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "value", @@ -16493,8 +16493,8 @@ "name": "tint_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16598,8 +16598,8 @@ "name": "ttext_end_value", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -16613,8 +16613,8 @@ "name": "ttext_max_value", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -16628,8 +16628,8 @@ "name": "ttext_min_value", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -16643,8 +16643,8 @@ "name": "ttext_start_value", "file": "meos.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "text *", + "canonical": "text *" }, "params": [ { @@ -16658,8 +16658,8 @@ "name": "ttext_value_at_timestamptz", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16669,18 +16669,18 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "value", - "cType": "int **", - "canonical": "int **" + "cType": "text **", + "canonical": "text **" } ] }, @@ -16688,8 +16688,8 @@ "name": "ttext_value_n", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -16704,8 +16704,8 @@ }, { "name": "result", - "cType": "int **", - "canonical": "int **" + "cType": "text **", + "canonical": "text **" } ] }, @@ -16713,8 +16713,8 @@ "name": "ttext_values", "file": "meos.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "text **", + "canonical": "text **" }, "params": [ { @@ -16744,8 +16744,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -16809,8 +16809,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -16849,13 +16849,13 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -16874,8 +16874,8 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -16964,8 +16964,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17159,13 +17159,13 @@ }, { "name": "maxt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17189,8 +17189,8 @@ }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17209,13 +17209,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17239,8 +17239,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17264,8 +17264,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17289,8 +17289,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17314,8 +17314,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17379,8 +17379,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17399,8 +17399,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17419,8 +17419,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17439,13 +17439,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17494,8 +17494,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -17594,13 +17594,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -17649,8 +17649,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -17949,8 +17949,8 @@ }, { "name": "txt", - "cType": "int *", - "canonical": "int *" + "cType": "text *", + "canonical": "text *" } ] }, @@ -17969,8 +17969,8 @@ }, { "name": "txt", - "cType": "int *", - "canonical": "int *" + "cType": "text *", + "canonical": "text *" } ] }, @@ -17998,8 +17998,8 @@ "name": "temporal_eq", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -18027,8 +18027,8 @@ "name": "temporal_ge", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -18047,8 +18047,8 @@ "name": "temporal_gt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -18067,8 +18067,8 @@ "name": "temporal_le", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -18087,8 +18087,8 @@ "name": "temporal_lt", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -18107,8 +18107,8 @@ "name": "temporal_ne", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -18133,8 +18133,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -18198,8 +18198,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -18233,8 +18233,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -18298,8 +18298,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -18373,8 +18373,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -18438,8 +18438,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -18513,8 +18513,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -18578,8 +18578,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -18653,8 +18653,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -18718,8 +18718,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -18793,8 +18793,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -18858,8 +18858,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -18873,8 +18873,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -18938,8 +18938,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -18973,8 +18973,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -19038,8 +19038,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -19053,8 +19053,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -19118,8 +19118,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -19153,8 +19153,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -19218,8 +19218,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -19293,8 +19293,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -19358,8 +19358,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -19433,8 +19433,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -19498,8 +19498,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -19573,8 +19573,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -19638,8 +19638,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -19713,8 +19713,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -19778,8 +19778,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -19793,8 +19793,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -19858,8 +19858,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -19893,8 +19893,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -19958,8 +19958,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -19973,8 +19973,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -20038,8 +20038,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -20073,8 +20073,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -20138,8 +20138,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -20213,8 +20213,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -20278,8 +20278,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -20353,8 +20353,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -20418,8 +20418,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -20493,8 +20493,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -20558,8 +20558,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -20633,8 +20633,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -20698,8 +20698,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -20713,8 +20713,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -20778,8 +20778,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -20813,8 +20813,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -20878,8 +20878,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -21027,8 +21027,8 @@ "name": "adjacent_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21047,8 +21047,8 @@ "name": "adjacent_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21067,8 +21067,8 @@ "name": "adjacent_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21087,8 +21087,8 @@ "name": "adjacent_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21107,8 +21107,8 @@ "name": "adjacent_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21127,8 +21127,8 @@ "name": "adjacent_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21147,8 +21147,8 @@ "name": "adjacent_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21167,8 +21167,8 @@ "name": "adjacent_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21187,8 +21187,8 @@ "name": "contained_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21207,8 +21207,8 @@ "name": "contained_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21227,8 +21227,8 @@ "name": "contained_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21247,8 +21247,8 @@ "name": "contained_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21267,8 +21267,8 @@ "name": "contained_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21287,8 +21287,8 @@ "name": "contained_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21307,8 +21307,8 @@ "name": "contained_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21327,8 +21327,8 @@ "name": "contained_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21347,8 +21347,8 @@ "name": "contains_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21367,8 +21367,8 @@ "name": "contains_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21387,8 +21387,8 @@ "name": "contains_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21407,8 +21407,8 @@ "name": "contains_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21427,8 +21427,8 @@ "name": "contains_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21447,8 +21447,8 @@ "name": "contains_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21467,8 +21467,8 @@ "name": "contains_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21487,8 +21487,8 @@ "name": "contains_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21507,8 +21507,8 @@ "name": "overlaps_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21527,8 +21527,8 @@ "name": "overlaps_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21547,8 +21547,8 @@ "name": "overlaps_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21567,8 +21567,8 @@ "name": "overlaps_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21587,8 +21587,8 @@ "name": "overlaps_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21607,8 +21607,8 @@ "name": "overlaps_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21627,8 +21627,8 @@ "name": "overlaps_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21647,8 +21647,8 @@ "name": "overlaps_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21667,8 +21667,8 @@ "name": "same_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21687,8 +21687,8 @@ "name": "same_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21707,8 +21707,8 @@ "name": "same_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21727,8 +21727,8 @@ "name": "same_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21747,8 +21747,8 @@ "name": "same_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21767,8 +21767,8 @@ "name": "same_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21787,8 +21787,8 @@ "name": "same_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21807,8 +21807,8 @@ "name": "same_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21827,8 +21827,8 @@ "name": "after_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21847,8 +21847,8 @@ "name": "after_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21867,8 +21867,8 @@ "name": "after_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21887,8 +21887,8 @@ "name": "after_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21907,8 +21907,8 @@ "name": "after_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21927,8 +21927,8 @@ "name": "after_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21947,8 +21947,8 @@ "name": "before_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21967,8 +21967,8 @@ "name": "before_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -21987,8 +21987,8 @@ "name": "before_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22007,8 +22007,8 @@ "name": "before_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22027,8 +22027,8 @@ "name": "before_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22047,8 +22047,8 @@ "name": "before_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22067,8 +22067,8 @@ "name": "left_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22087,8 +22087,8 @@ "name": "left_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22107,8 +22107,8 @@ "name": "left_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22127,8 +22127,8 @@ "name": "left_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22147,8 +22147,8 @@ "name": "left_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22167,8 +22167,8 @@ "name": "overafter_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22187,8 +22187,8 @@ "name": "overafter_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22207,8 +22207,8 @@ "name": "overafter_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22227,8 +22227,8 @@ "name": "overafter_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22247,8 +22247,8 @@ "name": "overafter_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22267,8 +22267,8 @@ "name": "overafter_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22287,8 +22287,8 @@ "name": "overbefore_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22307,8 +22307,8 @@ "name": "overbefore_temporal_tstzspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22327,8 +22327,8 @@ "name": "overbefore_temporal_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22347,8 +22347,8 @@ "name": "overbefore_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22367,8 +22367,8 @@ "name": "overbefore_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22387,8 +22387,8 @@ "name": "overbefore_tstzspan_temporal", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22407,8 +22407,8 @@ "name": "overleft_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22427,8 +22427,8 @@ "name": "overleft_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22447,8 +22447,8 @@ "name": "overleft_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22467,8 +22467,8 @@ "name": "overleft_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22487,8 +22487,8 @@ "name": "overleft_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22507,8 +22507,8 @@ "name": "overright_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22527,8 +22527,8 @@ "name": "overright_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22547,8 +22547,8 @@ "name": "overright_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22567,8 +22567,8 @@ "name": "overright_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22587,8 +22587,8 @@ "name": "overright_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22607,8 +22607,8 @@ "name": "right_numspan_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22627,8 +22627,8 @@ "name": "right_tbox_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22647,8 +22647,8 @@ "name": "right_tnumber_numspan", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22667,8 +22667,8 @@ "name": "right_tnumber_tbox", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22687,8 +22687,8 @@ "name": "right_tnumber_tnumber", "file": "meos.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -22713,8 +22713,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -22738,8 +22738,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -22803,8 +22803,8 @@ "params": [ { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp", @@ -22828,8 +22828,8 @@ }, { "name": "b", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -23054,7 +23054,7 @@ ] }, { - "name": "mult_float_tfloat", + "name": "mul_float_tfloat", "file": "meos.h", "returnType": { "c": "Temporal *", @@ -23074,7 +23074,7 @@ ] }, { - "name": "mult_int_tint", + "name": "mul_int_tint", "file": "meos.h", "returnType": { "c": "Temporal *", @@ -23094,7 +23094,7 @@ ] }, { - "name": "mult_tfloat_float", + "name": "mul_tfloat_float", "file": "meos.h", "returnType": { "c": "Temporal *", @@ -23114,7 +23114,7 @@ ] }, { - "name": "mult_tint_int", + "name": "mul_tint_int", "file": "meos.h", "returnType": { "c": "Temporal *", @@ -23134,7 +23134,7 @@ ] }, { - "name": "mult_tnumber_tnumber", + "name": "mul_tnumber_tnumber", "file": "meos.h", "returnType": { "c": "Temporal *", @@ -23403,8 +23403,8 @@ "params": [ { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "temp", @@ -23428,8 +23428,8 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" } ] }, @@ -23933,8 +23933,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -23958,8 +23958,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -23983,8 +23983,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -24003,8 +24003,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -24088,8 +24088,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -24113,8 +24113,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -24138,8 +24138,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -24218,8 +24218,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -24343,8 +24343,8 @@ }, { "name": "synchronized", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -24368,8 +24368,8 @@ }, { "name": "synchronized", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -24408,8 +24408,8 @@ }, { "name": "mint", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -24428,13 +24428,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "origin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -24453,13 +24453,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "origin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "interp", @@ -24593,13 +24593,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "origin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -24623,18 +24623,18 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "time_bins", - "cType": "int **", - "canonical": "int **" + "cType": "TimestampTz **", + "canonical": "TimestampTz **" }, { "name": "count", @@ -24658,13 +24658,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -24788,8 +24788,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -24798,8 +24798,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -24828,8 +24828,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -24838,8 +24838,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "value_bins", @@ -24848,8 +24848,8 @@ }, { "name": "time_bins", - "cType": "int **", - "canonical": "int **" + "cType": "TimestampTz **", + "canonical": "TimestampTz **" }, { "name": "count", @@ -24873,13 +24873,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -24938,8 +24938,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -24948,8 +24948,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -24973,13 +24973,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -25103,8 +25103,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -25113,8 +25113,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -25143,8 +25143,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -25153,8 +25153,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "value_bins", @@ -25163,8 +25163,8 @@ }, { "name": "time_bins", - "cType": "int **", - "canonical": "int **" + "cType": "TimestampTz **", + "canonical": "TimestampTz **" }, { "name": "count", @@ -25188,13 +25188,13 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -25253,8 +25253,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "xorigin", @@ -25263,8 +25263,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -25283,8 +25283,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "endian", @@ -25293,8 +25293,8 @@ }, { "name": "size", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -25308,8 +25308,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "precision", @@ -25328,8 +25328,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "option", @@ -25358,8 +25358,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "endian", @@ -25378,8 +25378,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "precision", @@ -25392,8 +25392,8 @@ "name": "geo_from_ewkb", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25403,8 +25403,8 @@ }, { "name": "wkb_size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" }, { "name": "srid", @@ -25417,8 +25417,8 @@ "name": "geo_from_geojson", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25432,8 +25432,8 @@ "name": "geo_from_text", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25458,8 +25458,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -25467,8 +25467,8 @@ "name": "geog_from_binary", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25482,8 +25482,8 @@ "name": "geog_from_hexewkb", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25497,8 +25497,8 @@ "name": "geog_in", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25517,8 +25517,8 @@ "name": "geom_from_hexewkb", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25532,8 +25532,8 @@ "name": "geom_in", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25552,8 +25552,8 @@ "name": "box3d_make", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "BOX3D *", + "canonical": "BOX3D *" }, "params": [ { @@ -25603,8 +25603,8 @@ "params": [ { "name": "box", - "cType": "const int *", - "canonical": "const int *" + "cType": "const BOX3D *", + "canonical": "const BOX3D *" }, { "name": "maxdd", @@ -25617,14 +25617,14 @@ "name": "gbox_make", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GBOX *", + "canonical": "GBOX *" }, "params": [ { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "xmin", @@ -25668,8 +25668,8 @@ "params": [ { "name": "box", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GBOX *", + "canonical": "const GBOX *" }, { "name": "maxdd", @@ -25682,14 +25682,14 @@ "name": "geo_copy", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "g", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -25697,8 +25697,8 @@ "name": "geogpoint_make2d", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25722,8 +25722,8 @@ "name": "geogpoint_make3dz", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25752,8 +25752,8 @@ "name": "geompoint_make2d", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25777,8 +25777,8 @@ "name": "geompoint_make3dz", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -25807,14 +25807,14 @@ "name": "geom_to_geog", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "geom", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -25822,14 +25822,14 @@ "name": "geog_to_geom", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "geog", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -25837,14 +25837,14 @@ "name": "geo_is_empty", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "g", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -25852,14 +25852,14 @@ "name": "geo_is_unitary", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -25888,13 +25888,13 @@ "params": [ { "name": "g", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "use_spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -25902,19 +25902,19 @@ "name": "geog_centroid", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "g", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "use_spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -25928,13 +25928,13 @@ "params": [ { "name": "g", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "use_spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -25948,13 +25948,13 @@ "params": [ { "name": "g", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "use_spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -25962,19 +25962,19 @@ "name": "geom_azimuth", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "result", @@ -25993,8 +25993,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26008,8 +26008,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26023,8 +26023,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26032,14 +26032,14 @@ "name": "line_point_n", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "geom", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "n", @@ -26052,14 +26052,14 @@ "name": "geo_reverse", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26067,14 +26067,14 @@ "name": "geo_round", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "maxdd", @@ -26087,14 +26087,14 @@ "name": "geo_set_srid", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "srid", @@ -26113,8 +26113,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26122,14 +26122,14 @@ "name": "geo_transform", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "geom", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "srid_to", @@ -26142,14 +26142,14 @@ "name": "geo_transform_pipeline", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "pipeline", @@ -26163,8 +26163,8 @@ }, { "name": "is_forward", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -26172,14 +26172,14 @@ "name": "geo_collect_garray", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gsarr", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, { "name": "count", @@ -26192,14 +26192,14 @@ "name": "geo_makeline_garray", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gsarr", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, { "name": "count", @@ -26218,8 +26218,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26233,8 +26233,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26242,14 +26242,14 @@ "name": "geo_geo_n", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "geom", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "n", @@ -26262,14 +26262,14 @@ "name": "geo_pointarr", "file": "meos_geo.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "count", @@ -26282,14 +26282,14 @@ "name": "geo_points", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26297,14 +26297,14 @@ "name": "geom_array_union", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gsarr", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, { "name": "count", @@ -26317,14 +26317,14 @@ "name": "geom_boundary", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26332,14 +26332,14 @@ "name": "geom_buffer", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "size", @@ -26357,14 +26357,14 @@ "name": "geom_centroid", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26372,14 +26372,14 @@ "name": "geom_convex_hull", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26387,19 +26387,19 @@ "name": "geom_difference2d", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26407,19 +26407,19 @@ "name": "geom_intersection2d", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26427,19 +26427,19 @@ "name": "geom_intersection2d_coll", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26447,14 +26447,14 @@ "name": "geom_min_bounding_radius", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "geom", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "radius", @@ -26467,19 +26467,19 @@ "name": "geom_shortestline2d", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26487,19 +26487,19 @@ "name": "geom_shortestline3d", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26507,14 +26507,14 @@ "name": "geom_unary_union", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "prec", @@ -26527,14 +26527,14 @@ "name": "line_interpolate_point", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "distance_fraction", @@ -26543,8 +26543,8 @@ }, { "name": "repeat", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -26558,13 +26558,13 @@ "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26572,14 +26572,14 @@ "name": "line_substring", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "from", @@ -26597,19 +26597,19 @@ "name": "geog_dwithin", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "g1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "g2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "tolerance", @@ -26618,8 +26618,8 @@ }, { "name": "use_spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -26627,24 +26627,24 @@ "name": "geog_intersects", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "use_spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -26652,19 +26652,19 @@ "name": "geom_contains", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26672,19 +26672,19 @@ "name": "geom_covers", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26692,19 +26692,19 @@ "name": "geom_disjoint2d", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26712,19 +26712,19 @@ "name": "geom_dwithin2d", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "tolerance", @@ -26737,19 +26737,19 @@ "name": "geom_dwithin3d", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "tolerance", @@ -26762,19 +26762,19 @@ "name": "geom_intersects2d", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26782,19 +26782,19 @@ "name": "geom_intersects3d", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26802,19 +26802,19 @@ "name": "geom_relate_pattern", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "patt", @@ -26827,19 +26827,19 @@ "name": "geom_touches", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26853,8 +26853,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "count", @@ -26873,8 +26873,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "elem_count", @@ -26898,8 +26898,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "box_count", @@ -26923,13 +26923,13 @@ "params": [ { "name": "g1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "g2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26943,13 +26943,13 @@ "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26963,13 +26963,13 @@ "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26983,13 +26983,13 @@ "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -26997,19 +26997,19 @@ "name": "geo_same", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -27093,8 +27093,8 @@ "params": [ { "name": "values", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, { "name": "count", @@ -27113,8 +27113,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -27122,8 +27122,8 @@ "name": "geoset_end_value", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -27137,8 +27137,8 @@ "name": "geoset_start_value", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -27152,8 +27152,8 @@ "name": "geoset_value_n", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -27168,8 +27168,8 @@ }, { "name": "result", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" } ] }, @@ -27177,8 +27177,8 @@ "name": "geoset_values", "file": "meos_geo.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, "params": [ { @@ -27192,14 +27192,14 @@ "name": "contained_geo_set", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -27212,8 +27212,8 @@ "name": "contains_set_geo", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -27223,8 +27223,8 @@ }, { "name": "gs", - "cType": "int *", - "canonical": "int *" + "cType": "GSERIALIZED *", + "canonical": "GSERIALIZED *" } ] }, @@ -27243,8 +27243,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -27258,8 +27258,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -27283,8 +27283,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -27298,8 +27298,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -27323,8 +27323,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -27338,8 +27338,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -27363,8 +27363,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -27448,8 +27448,8 @@ }, { "name": "is_forward", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -27473,8 +27473,8 @@ }, { "name": "size", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -27498,8 +27498,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -27533,8 +27533,8 @@ }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" } ] }, @@ -27583,13 +27583,13 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -27603,8 +27603,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -27638,18 +27638,18 @@ "params": [ { "name": "hasx", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "geodetic", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "srid", @@ -27703,8 +27703,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -27727,8 +27727,8 @@ "name": "stbox_to_box3d", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "BOX3D *", + "canonical": "BOX3D *" }, "params": [ { @@ -27742,8 +27742,8 @@ "name": "stbox_to_gbox", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GBOX *", + "canonical": "GBOX *" }, "params": [ { @@ -27757,8 +27757,8 @@ "name": "stbox_to_geo", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -27793,8 +27793,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -27858,8 +27858,8 @@ }, { "name": "spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -27902,8 +27902,8 @@ "name": "stbox_hast", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -27917,8 +27917,8 @@ "name": "stbox_hasx", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -27932,8 +27932,8 @@ "name": "stbox_hasz", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -27947,8 +27947,8 @@ "name": "stbox_isgeodetic", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -27973,8 +27973,8 @@ }, { "name": "spheroid", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -27982,8 +27982,8 @@ "name": "stbox_tmax", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -27993,8 +27993,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -28002,8 +28002,8 @@ "name": "stbox_tmax_inc", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28013,8 +28013,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -28022,8 +28022,8 @@ "name": "stbox_tmin", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28033,8 +28033,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -28042,8 +28042,8 @@ "name": "stbox_tmin_inc", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28053,8 +28053,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -28077,8 +28077,8 @@ "name": "stbox_xmax", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28097,8 +28097,8 @@ "name": "stbox_xmin", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28117,8 +28117,8 @@ "name": "stbox_ymax", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28137,8 +28137,8 @@ "name": "stbox_ymin", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28157,8 +28157,8 @@ "name": "stbox_zmax", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28177,8 +28177,8 @@ "name": "stbox_zmin", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28228,8 +28228,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -28303,13 +28303,13 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -28418,8 +28418,8 @@ }, { "name": "is_forward", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -28427,8 +28427,8 @@ "name": "adjacent_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28447,8 +28447,8 @@ "name": "contained_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28467,8 +28467,8 @@ "name": "contains_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28487,8 +28487,8 @@ "name": "overlaps_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28507,8 +28507,8 @@ "name": "same_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28527,8 +28527,8 @@ "name": "above_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28547,8 +28547,8 @@ "name": "after_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28567,8 +28567,8 @@ "name": "back_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28587,8 +28587,8 @@ "name": "before_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28607,8 +28607,8 @@ "name": "below_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28627,8 +28627,8 @@ "name": "front_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28647,8 +28647,8 @@ "name": "left_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28667,8 +28667,8 @@ "name": "overabove_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28687,8 +28687,8 @@ "name": "overafter_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28707,8 +28707,8 @@ "name": "overback_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28727,8 +28727,8 @@ "name": "overbefore_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28747,8 +28747,8 @@ "name": "overbelow_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28767,8 +28767,8 @@ "name": "overfront_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28787,8 +28787,8 @@ "name": "overleft_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28807,8 +28807,8 @@ "name": "overright_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28827,8 +28827,8 @@ "name": "right_stbox_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28863,8 +28863,8 @@ }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -28912,8 +28912,8 @@ "name": "stbox_eq", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28932,8 +28932,8 @@ "name": "stbox_ge", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28952,8 +28952,8 @@ "name": "stbox_gt", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28972,8 +28972,8 @@ "name": "stbox_le", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -28992,8 +28992,8 @@ "name": "stbox_lt", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -29012,8 +29012,8 @@ "name": "stbox_ne", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -29218,8 +29218,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -29238,13 +29238,13 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -29258,8 +29258,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -29278,8 +29278,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -29303,8 +29303,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ss", @@ -29328,8 +29328,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -29348,13 +29348,13 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -29368,8 +29368,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -29388,8 +29388,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "s", @@ -29428,8 +29428,8 @@ }, { "name": "times", - "cType": "const int *", - "canonical": "const int *" + "cType": "const TimestampTz *", + "canonical": "const TimestampTz *" }, { "name": "count", @@ -29443,18 +29443,18 @@ }, { "name": "geodetic", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -29463,8 +29463,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -29478,8 +29478,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ss", @@ -29503,8 +29503,8 @@ "params": [ { "name": "box", - "cType": "const int *", - "canonical": "const int *" + "cType": "const BOX3D *", + "canonical": "const BOX3D *" } ] }, @@ -29518,8 +29518,8 @@ "params": [ { "name": "box", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GBOX *", + "canonical": "const GBOX *" } ] }, @@ -29533,8 +29533,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -29632,8 +29632,8 @@ "name": "tpoint_as_mvtgeom", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -29658,18 +29658,18 @@ }, { "name": "clip_geom", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "gsarr", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, { "name": "timesarr", - "cType": "int **", - "canonical": "int **" + "cType": "int64_t **", + "canonical": "int64_t **" }, { "name": "count", @@ -29682,8 +29682,8 @@ "name": "tpoint_tfloat_to_geomeas", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -29698,13 +29698,13 @@ }, { "name": "segmentize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" } ] }, @@ -29727,19 +29727,19 @@ "name": "bearing_point_point", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "result", @@ -29763,13 +29763,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -29812,8 +29812,8 @@ "name": "tgeo_convex_hull", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -29827,8 +29827,8 @@ "name": "tgeo_end_value", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -29842,8 +29842,8 @@ "name": "tgeo_start_value", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -29857,8 +29857,8 @@ "name": "tgeo_traversed_area", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -29868,8 +29868,8 @@ }, { "name": "unary_union", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -29877,8 +29877,8 @@ "name": "tgeo_value_at_timestamptz", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -29888,18 +29888,18 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "value", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" } ] }, @@ -29907,8 +29907,8 @@ "name": "tgeo_value_n", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -29923,8 +29923,8 @@ }, { "name": "result", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" } ] }, @@ -29932,8 +29932,8 @@ "name": "tgeo_values", "file": "meos_geo.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, "params": [ { @@ -29997,8 +29997,8 @@ "name": "tpoint_direction", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -30062,8 +30062,8 @@ "name": "tpoint_is_simple", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -30116,8 +30116,8 @@ "name": "tpoint_trajectory", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -30127,8 +30127,8 @@ }, { "name": "unary_union", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -30136,8 +30136,8 @@ "name": "tpoint_twcentroid", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -30162,8 +30162,8 @@ }, { "name": "a", - "cType": "const int *", - "canonical": "const int *" + "cType": "const AFFINE *", + "canonical": "const AFFINE *" } ] }, @@ -30182,13 +30182,13 @@ }, { "name": "scale", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30292,8 +30292,8 @@ }, { "name": "is_forward", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -30312,8 +30312,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30337,8 +30337,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -30357,8 +30357,8 @@ }, { "name": "gs", - "cType": "int *", - "canonical": "int *" + "cType": "GSERIALIZED *", + "canonical": "GSERIALIZED *" } ] }, @@ -30377,8 +30377,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30402,8 +30402,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -30422,8 +30422,8 @@ }, { "name": "gs", - "cType": "int *", - "canonical": "int *" + "cType": "GSERIALIZED *", + "canonical": "GSERIALIZED *" } ] }, @@ -30462,8 +30462,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30482,8 +30482,8 @@ }, { "name": "gs", - "cType": "int *", - "canonical": "int *" + "cType": "GSERIALIZED *", + "canonical": "GSERIALIZED *" } ] }, @@ -30522,8 +30522,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30542,8 +30542,8 @@ }, { "name": "gs", - "cType": "int *", - "canonical": "int *" + "cType": "GSERIALIZED *", + "canonical": "GSERIALIZED *" } ] }, @@ -30557,8 +30557,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -30582,8 +30582,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30617,8 +30617,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -30642,8 +30642,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30677,8 +30677,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -30702,8 +30702,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30737,8 +30737,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -30762,8 +30762,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30797,8 +30797,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -30822,8 +30822,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30837,8 +30837,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -30862,8 +30862,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -30917,18 +30917,18 @@ }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "bitmatrix", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "count", @@ -30967,28 +30967,28 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "bitmatrix", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "count", @@ -31051,8 +31051,8 @@ "name": "adjacent_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31071,8 +31071,8 @@ "name": "adjacent_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31091,8 +31091,8 @@ "name": "adjacent_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31111,8 +31111,8 @@ "name": "contained_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31131,8 +31131,8 @@ "name": "contained_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31151,8 +31151,8 @@ "name": "contained_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31171,8 +31171,8 @@ "name": "contains_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31191,8 +31191,8 @@ "name": "contains_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31211,8 +31211,8 @@ "name": "contains_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31231,8 +31231,8 @@ "name": "overlaps_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31251,8 +31251,8 @@ "name": "overlaps_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31271,8 +31271,8 @@ "name": "overlaps_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31291,8 +31291,8 @@ "name": "same_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31311,8 +31311,8 @@ "name": "same_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31331,8 +31331,8 @@ "name": "same_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31351,8 +31351,8 @@ "name": "above_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31371,8 +31371,8 @@ "name": "above_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31391,8 +31391,8 @@ "name": "above_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31411,8 +31411,8 @@ "name": "after_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31431,8 +31431,8 @@ "name": "after_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31451,8 +31451,8 @@ "name": "after_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31471,8 +31471,8 @@ "name": "back_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31491,8 +31491,8 @@ "name": "back_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31511,8 +31511,8 @@ "name": "back_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31531,8 +31531,8 @@ "name": "before_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31551,8 +31551,8 @@ "name": "before_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31571,8 +31571,8 @@ "name": "before_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31591,8 +31591,8 @@ "name": "below_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31611,8 +31611,8 @@ "name": "below_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31631,8 +31631,8 @@ "name": "below_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31651,8 +31651,8 @@ "name": "front_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31671,8 +31671,8 @@ "name": "front_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31691,8 +31691,8 @@ "name": "front_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31711,8 +31711,8 @@ "name": "left_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31731,8 +31731,8 @@ "name": "left_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31751,8 +31751,8 @@ "name": "left_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31771,8 +31771,8 @@ "name": "overabove_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31791,8 +31791,8 @@ "name": "overabove_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31811,8 +31811,8 @@ "name": "overabove_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31831,8 +31831,8 @@ "name": "overafter_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31851,8 +31851,8 @@ "name": "overafter_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31871,8 +31871,8 @@ "name": "overafter_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31891,8 +31891,8 @@ "name": "overback_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31911,8 +31911,8 @@ "name": "overback_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31931,8 +31931,8 @@ "name": "overback_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31951,8 +31951,8 @@ "name": "overbefore_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31971,8 +31971,8 @@ "name": "overbefore_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -31991,8 +31991,8 @@ "name": "overbefore_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32011,8 +32011,8 @@ "name": "overbelow_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32031,8 +32031,8 @@ "name": "overbelow_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32051,8 +32051,8 @@ "name": "overbelow_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32071,8 +32071,8 @@ "name": "overfront_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32091,8 +32091,8 @@ "name": "overfront_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32111,8 +32111,8 @@ "name": "overfront_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32131,8 +32131,8 @@ "name": "overleft_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32151,8 +32151,8 @@ "name": "overleft_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32171,8 +32171,8 @@ "name": "overleft_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32191,8 +32191,8 @@ "name": "overright_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32211,8 +32211,8 @@ "name": "overright_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32231,8 +32231,8 @@ "name": "overright_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32251,8 +32251,8 @@ "name": "right_stbox_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32271,8 +32271,8 @@ "name": "right_tspatial_stbox", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32291,8 +32291,8 @@ "name": "right_tspatial_tspatial", "file": "meos_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -32317,8 +32317,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -32342,8 +32342,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32382,8 +32382,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32422,8 +32422,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "dist", @@ -32472,8 +32472,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32512,8 +32512,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32552,8 +32552,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32567,8 +32567,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -32592,8 +32592,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32627,8 +32627,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -32652,8 +32652,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32692,8 +32692,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32732,8 +32732,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "dist", @@ -32782,8 +32782,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32822,8 +32822,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32862,8 +32862,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32877,8 +32877,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -32902,8 +32902,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32937,8 +32937,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -32962,8 +32962,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -32997,8 +32997,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -33022,8 +33022,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33057,8 +33057,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -33087,8 +33087,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "dist", @@ -33132,8 +33132,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -33157,8 +33157,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33192,8 +33192,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -33217,8 +33217,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33257,8 +33257,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33297,8 +33297,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33337,8 +33337,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33397,8 +33397,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33426,8 +33426,8 @@ "name": "shortestline_tgeo_geo", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -33437,8 +33437,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33446,8 +33446,8 @@ "name": "shortestline_tgeo_tgeo", "file": "meos_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -33463,7 +33463,7 @@ ] }, { - "name": "tgeoarr_tgeoarr_mindist", + "name": "mindistance_tgeoarr_tgeoarr", "file": "meos_geo.h", "returnType": { "c": "double", @@ -33582,8 +33582,8 @@ "params": [ { "name": "point", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "xsize", @@ -33602,8 +33602,8 @@ }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -33617,13 +33617,13 @@ "params": [ { "name": "point", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "xsize", @@ -33642,18 +33642,18 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -33667,18 +33667,18 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -33712,13 +33712,13 @@ }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "count", @@ -33757,23 +33757,23 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "count", @@ -33797,18 +33797,18 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "count", @@ -33847,23 +33847,23 @@ }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "bitmatrix", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "space_bins", - "cType": "int ***", - "canonical": "int ***" + "cType": "GSERIALIZED ***", + "canonical": "GSERIALIZED ***" }, { "name": "count", @@ -33902,38 +33902,38 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "bitmatrix", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "space_bins", - "cType": "int ***", - "canonical": "int ***" + "cType": "GSERIALIZED ***", + "canonical": "GSERIALIZED ***" }, { "name": "time_bins", - "cType": "int **", - "canonical": "int **" + "cType": "TimestampTz **", + "canonical": "TimestampTz **" }, { "name": "count", @@ -33952,8 +33952,8 @@ "params": [ { "name": "geoms", - "cType": "const int **", - "canonical": "const int **" + "cType": "const GSERIALIZED **", + "canonical": "const GSERIALIZED **" }, { "name": "ngeoms", @@ -33977,8 +33977,8 @@ "params": [ { "name": "geoms", - "cType": "const int **", - "canonical": "const int **" + "cType": "const GSERIALIZED **", + "canonical": "const GSERIALIZED **" }, { "name": "ngeoms", @@ -34006,14 +34006,14 @@ "name": "geo_cluster_intersecting", "file": "meos_geo.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, "params": [ { "name": "geoms", - "cType": "const int **", - "canonical": "const int **" + "cType": "const GSERIALIZED **", + "canonical": "const GSERIALIZED **" }, { "name": "ngeoms", @@ -34031,14 +34031,14 @@ "name": "geo_cluster_within", "file": "meos_geo.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, "params": [ { "name": "geoms", - "cType": "const int **", - "canonical": "const int **" + "cType": "const GSERIALIZED **", + "canonical": "const GSERIALIZED **" }, { "name": "ngeoms", @@ -34097,8 +34097,8 @@ }, { "name": "size", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -34142,8 +34142,8 @@ }, { "name": "size_out", - "cType": "int *", - "canonical": "int *" + "cType": "size_t *", + "canonical": "size_t *" } ] }, @@ -34177,8 +34177,8 @@ }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "size_t", + "canonical": "size_t" } ] }, @@ -34242,8 +34242,8 @@ "params": [ { "name": "point", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "radius", @@ -34256,8 +34256,8 @@ "name": "cbuffer_to_geom", "file": "meos_cbuffer.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -34286,8 +34286,8 @@ "name": "cbufferarr_to_geom", "file": "meos_cbuffer.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -34312,8 +34312,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -34356,8 +34356,8 @@ "name": "cbuffer_point", "file": "meos_cbuffer.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -34507,8 +34507,8 @@ }, { "name": "is_forward", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -34672,8 +34672,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -34712,8 +34712,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -34781,8 +34781,8 @@ "name": "cbuffer_eq", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -34801,8 +34801,8 @@ "name": "cbuffer_ge", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -34821,8 +34821,8 @@ "name": "cbuffer_gt", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -34841,8 +34841,8 @@ "name": "cbuffer_le", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -34861,8 +34861,8 @@ "name": "cbuffer_lt", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -34881,8 +34881,8 @@ "name": "cbuffer_ne", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -34901,8 +34901,8 @@ "name": "cbuffer_nsame", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -34921,8 +34921,8 @@ "name": "cbuffer_same", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -35041,8 +35041,8 @@ "name": "cbufferset_value_n", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -35101,8 +35101,8 @@ "name": "contained_cbuffer_set", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -35121,8 +35121,8 @@ "name": "contains_set_cbuffer", "file": "meos_cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -35326,8 +35326,8 @@ "name": "tcbuffer_trav_area", "file": "meos_cbuffer.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -35337,8 +35337,8 @@ }, { "name": "merge_union", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -35442,8 +35442,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -35467,8 +35467,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -35507,8 +35507,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -35532,8 +35532,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -35572,8 +35572,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -35632,8 +35632,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -35712,8 +35712,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -35741,8 +35741,8 @@ "name": "shortestline_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -35761,8 +35761,8 @@ "name": "shortestline_tcbuffer_geo", "file": "meos_cbuffer.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -35772,8 +35772,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -35781,8 +35781,8 @@ "name": "shortestline_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -36147,8 +36147,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -36192,8 +36192,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36227,8 +36227,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -36272,8 +36272,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36292,8 +36292,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36352,8 +36352,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "dist", @@ -36427,8 +36427,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36487,8 +36487,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36587,8 +36587,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36647,8 +36647,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36687,8 +36687,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36727,8 +36727,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "dist", @@ -36802,8 +36802,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36862,8 +36862,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -36937,8 +36937,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -36962,8 +36962,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -37037,8 +37037,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -37062,8 +37062,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -37117,8 +37117,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -37147,8 +37147,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "dist", @@ -37237,8 +37237,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -37262,8 +37262,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -37337,8 +37337,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -37362,8 +37362,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -37417,8 +37417,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -37442,8 +37442,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -37511,8 +37511,8 @@ "name": "ensure_valid_cbuffer_cbuffer", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -37531,8 +37531,8 @@ "name": "ensure_valid_cbuffer_geo", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -37542,8 +37542,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -37551,8 +37551,8 @@ "name": "ensure_valid_cbuffer_stbox", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -37571,8 +37571,8 @@ "name": "ensure_valid_cbufferset_cbuffer", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -37591,8 +37591,8 @@ "name": "cbuffer_collinear", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -37682,8 +37682,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -37697,8 +37697,8 @@ "params": [ { "name": "value", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "maxdd", @@ -37707,8 +37707,8 @@ }, { "name": "extended", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -37716,8 +37716,8 @@ "name": "cbuffer_point_p", "file": "cbuffer.h", "returnType": { - "c": "const int *", - "canonical": "const int *" + "c": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, "params": [ { @@ -37731,19 +37731,19 @@ "name": "datum_cbuffer_round", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "buffer", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "size", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -37796,19 +37796,19 @@ "name": "datum_cbuffer_distance", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "cb1", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "cb2", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -37842,23 +37842,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -37991,19 +37991,19 @@ "name": "datum_cbuffer_contains", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "cb1", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "cb2", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -38011,19 +38011,19 @@ "name": "datum_cbuffer_covers", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "cb1", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "cb2", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -38031,19 +38031,19 @@ "name": "datum_cbuffer_disjoint", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "cb1", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "cb2", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -38051,19 +38051,19 @@ "name": "datum_cbuffer_intersects", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "cb1", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "cb2", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -38071,24 +38071,24 @@ "name": "datum_cbuffer_dwithin", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "cb1", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "cb2", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "dist", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -38096,19 +38096,19 @@ "name": "datum_cbuffer_touches", "file": "cbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { "name": "cb1", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" }, { "name": "cb2", - "cType": "int", - "canonical": "int" + "cType": "Datum", + "canonical": "Datum" } ] }, @@ -38116,8 +38116,8 @@ "name": "temptype_subtype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38131,8 +38131,8 @@ "name": "temptype_subtype_all", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38161,8 +38161,8 @@ "name": "tempsubtype_from_string", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38361,8 +38361,8 @@ "name": "tnumber_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38376,8 +38376,8 @@ "name": "geo_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38391,8 +38391,8 @@ "name": "meos_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38406,8 +38406,8 @@ "name": "alphanum_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38421,8 +38421,8 @@ "name": "alphanum_temptype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38436,8 +38436,8 @@ "name": "time_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38451,8 +38451,8 @@ "name": "set_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38466,8 +38466,8 @@ "name": "set_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38481,8 +38481,8 @@ "name": "numset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38496,8 +38496,8 @@ "name": "ensure_numset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38511,8 +38511,8 @@ "name": "timeset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38526,8 +38526,8 @@ "name": "set_spantype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38541,8 +38541,8 @@ "name": "ensure_set_spantype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38556,8 +38556,8 @@ "name": "alphanumset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38571,8 +38571,8 @@ "name": "geoset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38586,8 +38586,8 @@ "name": "ensure_geoset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38601,8 +38601,8 @@ "name": "spatialset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38616,8 +38616,8 @@ "name": "ensure_spatialset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38631,8 +38631,8 @@ "name": "span_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38646,8 +38646,8 @@ "name": "span_canon_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38661,8 +38661,8 @@ "name": "span_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38676,8 +38676,8 @@ "name": "type_span_bbox", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38691,8 +38691,8 @@ "name": "span_tbox_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38706,8 +38706,8 @@ "name": "ensure_span_tbox_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38721,8 +38721,8 @@ "name": "numspan_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38736,8 +38736,8 @@ "name": "numspan_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38751,8 +38751,8 @@ "name": "ensure_numspan_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38766,8 +38766,8 @@ "name": "timespan_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38781,8 +38781,8 @@ "name": "timespan_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38796,8 +38796,8 @@ "name": "spanset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38811,8 +38811,8 @@ "name": "timespanset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38826,8 +38826,8 @@ "name": "ensure_timespanset_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38841,8 +38841,8 @@ "name": "temporal_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38856,8 +38856,8 @@ "name": "temporal_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38871,8 +38871,8 @@ "name": "temptype_supports_linear", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38886,8 +38886,8 @@ "name": "basetype_byvalue", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38901,8 +38901,8 @@ "name": "basetype_varlength", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38931,8 +38931,8 @@ "name": "talphanum_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38946,8 +38946,8 @@ "name": "talpha_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38961,8 +38961,8 @@ "name": "tnumber_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38976,8 +38976,8 @@ "name": "ensure_tnumber_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -38991,8 +38991,8 @@ "name": "ensure_tnumber_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39006,8 +39006,8 @@ "name": "tnumber_spantype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39021,8 +39021,8 @@ "name": "spatial_basetype", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39036,8 +39036,8 @@ "name": "tspatial_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39051,8 +39051,8 @@ "name": "ensure_tspatial_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39066,8 +39066,8 @@ "name": "tpoint_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39081,8 +39081,8 @@ "name": "ensure_tpoint_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39096,8 +39096,8 @@ "name": "tgeo_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39111,8 +39111,8 @@ "name": "ensure_tgeo_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39126,8 +39126,8 @@ "name": "tgeo_type_all", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39141,8 +39141,8 @@ "name": "ensure_tgeo_type_all", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39156,8 +39156,8 @@ "name": "tgeometry_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39171,8 +39171,8 @@ "name": "ensure_tgeometry_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39186,8 +39186,8 @@ "name": "tgeodetic_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39201,8 +39201,8 @@ "name": "ensure_tgeodetic_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39216,8 +39216,8 @@ "name": "ensure_tnumber_tpoint_type", "file": "meos_catalog.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -39249,8 +39249,8 @@ "name": "datum_ceil", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39264,8 +39264,8 @@ "name": "datum_degrees", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39284,8 +39284,8 @@ "name": "datum_float_round", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39304,8 +39304,8 @@ "name": "datum_floor", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39364,8 +39364,8 @@ "name": "datum_radians", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39545,8 +39545,8 @@ }, { "name": "order", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -39580,8 +39580,8 @@ }, { "name": "order", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -39610,8 +39610,8 @@ }, { "name": "order", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -39635,13 +39635,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "basetype", @@ -39670,13 +39670,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "basetype", @@ -39720,13 +39720,13 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "order", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -39750,13 +39750,13 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "order", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -39879,8 +39879,8 @@ "name": "numspan_width", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39894,8 +39894,8 @@ "name": "numspanset_width", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39905,8 +39905,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -39914,8 +39914,8 @@ "name": "set_end_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -39994,8 +39994,8 @@ "name": "set_start_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -40009,8 +40009,8 @@ "name": "set_value_n", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40064,8 +40064,8 @@ "name": "spanset_lower", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -40109,8 +40109,8 @@ "name": "spanset_upper", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -40205,13 +40205,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -40260,13 +40260,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -40295,13 +40295,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -40395,13 +40395,13 @@ }, { "name": "txt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const text *", + "canonical": "const text *" }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -40429,8 +40429,8 @@ "name": "adjacent_span_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40449,8 +40449,8 @@ "name": "adjacent_spanset_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40469,8 +40469,8 @@ "name": "adjacent_value_spanset", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40489,8 +40489,8 @@ "name": "contained_value_set", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40509,8 +40509,8 @@ "name": "contained_value_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40529,8 +40529,8 @@ "name": "contained_value_spanset", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40549,8 +40549,8 @@ "name": "contains_set_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40569,8 +40569,8 @@ "name": "contains_span_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40589,8 +40589,8 @@ "name": "contains_spanset_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40609,8 +40609,8 @@ "name": "ovadj_span_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40629,8 +40629,8 @@ "name": "left_set_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40649,8 +40649,8 @@ "name": "left_span_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40669,8 +40669,8 @@ "name": "left_spanset_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40689,8 +40689,8 @@ "name": "left_value_set", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40709,8 +40709,8 @@ "name": "left_value_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40729,8 +40729,8 @@ "name": "left_value_spanset", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40749,8 +40749,8 @@ "name": "lfnadj_span_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40769,8 +40769,8 @@ "name": "overleft_set_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40789,8 +40789,8 @@ "name": "overleft_span_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40809,8 +40809,8 @@ "name": "overleft_spanset_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40829,8 +40829,8 @@ "name": "overleft_value_set", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40849,8 +40849,8 @@ "name": "overleft_value_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40869,8 +40869,8 @@ "name": "overleft_value_spanset", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40889,8 +40889,8 @@ "name": "overright_set_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40909,8 +40909,8 @@ "name": "overright_span_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40929,8 +40929,8 @@ "name": "overright_spanset_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40949,8 +40949,8 @@ "name": "overright_value_set", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40969,8 +40969,8 @@ "name": "overright_value_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -40989,8 +40989,8 @@ "name": "overright_value_spanset", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41009,8 +41009,8 @@ "name": "right_value_set", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41029,8 +41029,8 @@ "name": "right_set_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41049,8 +41049,8 @@ "name": "right_value_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41069,8 +41069,8 @@ "name": "right_value_spanset", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41089,8 +41089,8 @@ "name": "right_span_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41109,8 +41109,8 @@ "name": "right_spanset_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41129,8 +41129,8 @@ "name": "bbox_type", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41144,8 +41144,8 @@ "name": "bbox_get_size", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "size_t", + "canonical": "size_t" }, "params": [ { @@ -41174,8 +41174,8 @@ "name": "temporal_bbox_eq", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41249,8 +41249,8 @@ "name": "inter_span_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -41679,8 +41679,8 @@ "name": "distance_set_set", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41699,8 +41699,8 @@ "name": "distance_set_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41719,8 +41719,8 @@ "name": "distance_span_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41739,8 +41739,8 @@ "name": "distance_span_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41759,8 +41759,8 @@ "name": "distance_spanset_span", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41779,8 +41779,8 @@ "name": "distance_spanset_spanset", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41799,8 +41799,8 @@ "name": "distance_spanset_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41819,8 +41819,8 @@ "name": "distance_value_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -41935,8 +41935,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -42100,8 +42100,8 @@ "params": [ { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "box", @@ -42175,13 +42175,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -42209,8 +42209,8 @@ "name": "inter_tbox_tbox", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -42510,8 +42510,8 @@ }, { "name": "spatial", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "srid", @@ -42675,8 +42675,8 @@ }, { "name": "spatial", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "srid", @@ -42755,8 +42755,8 @@ }, { "name": "spatial", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "srid", @@ -42995,8 +42995,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -43020,8 +43020,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -43145,13 +43145,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -43160,8 +43160,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -43185,13 +43185,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -43200,8 +43200,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -43325,8 +43325,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -43350,8 +43350,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -43534,8 +43534,8 @@ "name": "temporal_end_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -43604,8 +43604,8 @@ "name": "temporal_max_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -43619,8 +43619,8 @@ "name": "temporal_mem_size", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "size_t", + "canonical": "size_t" }, "params": [ { @@ -43649,8 +43649,8 @@ "name": "temporal_min_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -43719,8 +43719,8 @@ "name": "temporal_start_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -43754,8 +43754,8 @@ "name": "temporal_value_n", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -43869,8 +43869,8 @@ "name": "tinstant_timestamps", "file": "meos_internal.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "TimestampTz *", + "canonical": "TimestampTz *" }, "params": [ { @@ -43889,8 +43889,8 @@ "name": "tinstant_value_p", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -43904,8 +43904,8 @@ "name": "tinstant_value", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -43919,8 +43919,8 @@ "name": "tinstant_value_at_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -43930,8 +43930,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "result", @@ -44059,8 +44059,8 @@ "name": "tsequence_duration", "file": "meos_internal.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -44074,8 +44074,8 @@ "name": "tsequence_end_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -44134,8 +44134,8 @@ "name": "tsequence_max_val", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -44164,8 +44164,8 @@ "name": "tsequence_min_val", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -44219,8 +44219,8 @@ "name": "tsequence_start_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -44249,8 +44249,8 @@ "name": "tsequence_timestamps", "file": "meos_internal.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "TimestampTz *", + "canonical": "TimestampTz *" }, "params": [ { @@ -44269,8 +44269,8 @@ "name": "tsequence_value_at_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -44280,13 +44280,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -44319,8 +44319,8 @@ "name": "tsequenceset_duration", "file": "meos_internal.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "Interval *", + "canonical": "Interval *" }, "params": [ { @@ -44330,8 +44330,8 @@ }, { "name": "boundspan", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -44339,8 +44339,8 @@ "name": "tsequenceset_end_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -44419,8 +44419,8 @@ "name": "tsequenceset_max_val", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -44449,8 +44449,8 @@ "name": "tsequenceset_min_val", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -44529,8 +44529,8 @@ "name": "tsequenceset_start_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "TimestampTz", + "canonical": "TimestampTz" }, "params": [ { @@ -44559,8 +44559,8 @@ "name": "tsequenceset_timestamptz_n", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -44575,8 +44575,8 @@ }, { "name": "result", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -44584,8 +44584,8 @@ "name": "tsequenceset_timestamps", "file": "meos_internal.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "TimestampTz *", + "canonical": "TimestampTz *" }, "params": [ { @@ -44604,8 +44604,8 @@ "name": "tsequenceset_value_at_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -44615,13 +44615,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -44634,8 +44634,8 @@ "name": "tsequenceset_value_n", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -44750,8 +44750,8 @@ }, { "name": "interv", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -44840,13 +44840,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -44895,13 +44895,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -44930,13 +44930,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -44995,13 +44995,13 @@ }, { "name": "shift", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -45030,13 +45030,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45160,13 +45160,13 @@ }, { "name": "start", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -45310,13 +45310,13 @@ }, { "name": "maxt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45340,8 +45340,8 @@ }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45360,13 +45360,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45390,8 +45390,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45415,8 +45415,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45440,8 +45440,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45465,8 +45465,8 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45535,13 +45535,13 @@ }, { "name": "maxt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45565,8 +45565,8 @@ }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45585,8 +45585,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -45805,13 +45805,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45830,13 +45830,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45855,13 +45855,13 @@ }, { "name": "min", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45880,13 +45880,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45905,13 +45905,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45930,13 +45930,13 @@ }, { "name": "min", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -45944,8 +45944,8 @@ "name": "temporal_bbox_restrict_set", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -45975,13 +45975,13 @@ }, { "name": "min", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46000,13 +46000,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46030,8 +46030,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46055,8 +46055,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46080,8 +46080,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46105,8 +46105,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46130,8 +46130,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46139,8 +46139,8 @@ "name": "temporal_value_at_timestamptz", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -46150,13 +46150,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -46180,13 +46180,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46205,13 +46205,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46235,8 +46235,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46260,8 +46260,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46280,13 +46280,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46310,8 +46310,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46335,8 +46335,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46360,8 +46360,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46385,8 +46385,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46410,8 +46410,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46435,8 +46435,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46460,8 +46460,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46485,8 +46485,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46510,8 +46510,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46530,8 +46530,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -46555,8 +46555,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46580,8 +46580,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46600,13 +46600,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46625,13 +46625,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46650,13 +46650,13 @@ }, { "name": "min", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46680,8 +46680,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46705,8 +46705,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46725,13 +46725,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46755,8 +46755,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46780,8 +46780,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46805,8 +46805,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -46834,8 +46834,8 @@ "name": "tinstant_eq", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -46874,8 +46874,8 @@ "name": "tsequence_eq", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -46914,8 +46914,8 @@ "name": "tsequenceset_eq", "file": "meos_internal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -47834,8 +47834,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "sktype", @@ -47874,8 +47874,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -47944,8 +47944,8 @@ }, { "name": "maxt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -48079,8 +48079,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -48089,8 +48089,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "count", @@ -48149,8 +48149,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "vsize", @@ -48159,8 +48159,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -48169,8 +48169,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "basetype", @@ -48204,8 +48204,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "vorigin", @@ -48214,8 +48214,8 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "value_bins", @@ -48224,8 +48224,8 @@ }, { "name": "time_bins", - "cType": "int **", - "canonical": "int **" + "cType": "TimestampTz **", + "canonical": "TimestampTz **" }, { "name": "count", @@ -48303,8 +48303,8 @@ "name": "double2_eq", "file": "doublen.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48393,8 +48393,8 @@ "name": "double3_eq", "file": "doublen.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48488,8 +48488,8 @@ "name": "double4_eq", "file": "doublen.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48508,8 +48508,8 @@ "name": "double2_collinear", "file": "doublen.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48538,8 +48538,8 @@ "name": "double3_collinear", "file": "doublen.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48568,8 +48568,8 @@ "name": "double4_collinear", "file": "doublen.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48698,8 +48698,8 @@ "name": "ensure_has_X", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48718,8 +48718,8 @@ "name": "ensure_has_Z", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48738,8 +48738,8 @@ "name": "ensure_has_T", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48758,8 +48758,8 @@ "name": "ensure_has_not_Z", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48778,8 +48778,8 @@ "name": "ensure_not_null", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48793,8 +48793,8 @@ "name": "ensure_one_not_null", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48813,19 +48813,19 @@ "name": "ensure_one_true", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -48833,8 +48833,8 @@ "name": "ensure_valid_interp", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48853,8 +48853,8 @@ "name": "ensure_continuous", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48868,8 +48868,8 @@ "name": "ensure_same_interp", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48888,8 +48888,8 @@ "name": "ensure_same_continuous_interp", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48908,8 +48908,8 @@ "name": "ensure_linear_interp", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48923,8 +48923,8 @@ "name": "ensure_nonlinear_interp", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48938,8 +48938,8 @@ "name": "ensure_common_dimension", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48958,8 +48958,8 @@ "name": "ensure_temporal_isof_type", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48978,8 +48978,8 @@ "name": "ensure_temporal_isof_basetype", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -48998,8 +48998,8 @@ "name": "ensure_temporal_isof_subtype", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49018,8 +49018,8 @@ "name": "ensure_same_temporal_type", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49038,8 +49038,8 @@ "name": "ensure_valid_tnumber_numspan", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49058,8 +49058,8 @@ "name": "ensure_valid_tnumber_numspanset", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49078,8 +49078,8 @@ "name": "ensure_valid_tnumber_tbox", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49098,8 +49098,8 @@ "name": "ensure_valid_temporal_set", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49118,8 +49118,8 @@ "name": "ensure_valid_temporal_temporal", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49138,8 +49138,8 @@ "name": "ensure_valid_tnumber_tnumber", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49158,8 +49158,8 @@ "name": "ensure_not_negative", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49173,8 +49173,8 @@ "name": "ensure_positive", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49188,8 +49188,8 @@ "name": "not_negative_datum", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49208,8 +49208,8 @@ "name": "ensure_not_negative_datum", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49228,8 +49228,8 @@ "name": "positive_datum", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49248,8 +49248,8 @@ "name": "ensure_positive_datum", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49268,14 +49268,14 @@ "name": "ensure_valid_day_duration", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -49283,14 +49283,14 @@ "name": "positive_duration", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -49298,14 +49298,14 @@ "name": "ensure_positive_duration", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" } ] }, @@ -49328,8 +49328,8 @@ "name": "intersection_temporal_temporal", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49396,8 +49396,8 @@ "name": "temporal_bbox_restrict_value", "file": "temporal.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49416,8 +49416,8 @@ "name": "ensure_valid_tcbuffer_cbuffer", "file": "tcbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49436,8 +49436,8 @@ "name": "ensure_valid_tcbuffer_geo", "file": "tcbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49447,8 +49447,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -49456,8 +49456,8 @@ "name": "ensure_valid_tcbuffer_stbox", "file": "tcbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49476,8 +49476,8 @@ "name": "ensure_valid_tcbuffer_tcbuffer", "file": "tcbuffer.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49517,23 +49517,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -49567,23 +49567,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -49622,23 +49622,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -49677,23 +49677,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -49701,8 +49701,8 @@ "name": "cbuffer_set_stbox", "file": "tcbuffer_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49746,8 +49746,8 @@ "name": "cbuffer_timestamptz_set_stbox", "file": "tcbuffer_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49757,8 +49757,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "box", @@ -49771,8 +49771,8 @@ "name": "cbuffer_tstzspan_set_stbox", "file": "tcbuffer_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -49861,8 +49861,8 @@ "name": "tcbufferinst_trav_area", "file": "tcbuffer_spatialfuncs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -49876,8 +49876,8 @@ "name": "tcbufferseq_trav_area", "file": "tcbuffer_spatialfuncs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -49891,8 +49891,8 @@ "name": "tcbufferseqset_trav_area", "file": "tcbuffer_spatialfuncs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -49906,8 +49906,8 @@ "name": "tcbuffersegm_trav_area", "file": "tcbuffer_spatialfuncs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -49942,8 +49942,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -49967,13 +49967,13 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -49992,13 +49992,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50012,8 +50012,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -50022,8 +50022,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50042,13 +50042,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50072,8 +50072,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50097,8 +50097,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50112,8 +50112,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -50122,8 +50122,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50142,13 +50142,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50172,8 +50172,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50197,8 +50197,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50222,8 +50222,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50242,13 +50242,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50262,8 +50262,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -50272,8 +50272,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50297,8 +50297,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50322,8 +50322,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50347,8 +50347,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50367,13 +50367,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50387,8 +50387,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -50397,8 +50397,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50422,8 +50422,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50447,8 +50447,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50472,8 +50472,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50492,13 +50492,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50512,8 +50512,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -50522,8 +50522,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50547,8 +50547,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50572,8 +50572,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50597,8 +50597,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50622,8 +50622,8 @@ }, { "name": "tinter", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50642,13 +50642,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "tinter", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50731,8 +50731,8 @@ "name": "geom_serialize", "file": "postgis_funcs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -50746,8 +50746,8 @@ "name": "geog_serialize", "file": "postgis_funcs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -50761,14 +50761,14 @@ "name": "postgis_valid_typmod", "file": "postgis_funcs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "int *", - "canonical": "int *" + "cType": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, { "name": "typmod", @@ -50787,8 +50787,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "precision", @@ -50797,8 +50797,8 @@ }, { "name": "extended", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -50812,8 +50812,8 @@ "params": [ { "name": "box", - "cType": "int *", - "canonical": "int *" + "cType": "GBOX *", + "canonical": "GBOX *" }, { "name": "srid", @@ -50832,8 +50832,8 @@ "params": [ { "name": "box", - "cType": "int *", - "canonical": "int *" + "cType": "BOX3D *", + "canonical": "BOX3D *" } ] }, @@ -50847,8 +50847,8 @@ "params": [ { "name": "pglwgeom", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -50856,8 +50856,8 @@ "name": "GEOS2POSTGIS", "file": "postgis_funcs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -50876,19 +50876,19 @@ "name": "geom_spatialrel", "file": "postgis_funcs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "rel", @@ -50937,13 +50937,13 @@ "params": [ { "name": "point", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "x", @@ -51006,8 +51006,8 @@ "name": "stbox_index_leaf_consistent", "file": "stbox_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51031,8 +51031,8 @@ "name": "stbox_gist_inner_consistent", "file": "stbox_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51056,8 +51056,8 @@ "name": "stbox_index_recheck", "file": "stbox_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51086,8 +51086,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -51095,8 +51095,8 @@ "name": "stbox_geo", "file": "tgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -51116,8 +51116,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -51146,8 +51146,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "func", @@ -51160,8 +51160,8 @@ "name": "ensure_geoaggstate", "file": "tgeo_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51176,8 +51176,8 @@ }, { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -51185,8 +51185,8 @@ "name": "ensure_geoaggstate_state", "file": "tgeo_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51275,8 +51275,8 @@ "name": "point3d_min_dist", "file": "tgeo_distance.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51341,23 +51341,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -51396,23 +51396,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -51476,8 +51476,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "count", @@ -51501,8 +51501,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "count", @@ -51541,13 +51541,13 @@ "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -51555,19 +51555,19 @@ "name": "geopoint_eq", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -51575,19 +51575,19 @@ "name": "geopoint_same", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -51595,8 +51595,8 @@ "name": "datum_point_eq", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51615,8 +51615,8 @@ "name": "datum_point_same", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51635,8 +51635,8 @@ "name": "datum2_point_eq", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51655,8 +51655,8 @@ "name": "datum2_point_ne", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51675,8 +51675,8 @@ "name": "datum2_point_same", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51695,8 +51695,8 @@ "name": "datum2_point_nsame", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51715,8 +51715,8 @@ "name": "datum2_geom_centroid", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51730,8 +51730,8 @@ "name": "datum2_geog_centroid", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51745,14 +51745,14 @@ "name": "geo_extract_elements", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int **", - "canonical": "int **" + "c": "GSERIALIZED **", + "canonical": "GSERIALIZED **" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "count", @@ -51765,8 +51765,8 @@ "name": "geo_serialize", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -51810,8 +51810,8 @@ "name": "datum_geom_distance2d", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51830,8 +51830,8 @@ "name": "datum_geom_distance3d", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51850,8 +51850,8 @@ "name": "datum_geog_distance", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51870,8 +51870,8 @@ "name": "datum_pt_distance2d", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51890,8 +51890,8 @@ "name": "datum_pt_distance3d", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -51930,8 +51930,8 @@ "name": "ensure_srid_is_latlong", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51945,8 +51945,8 @@ "name": "ensure_spatial_validity", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51965,8 +51965,8 @@ "name": "ensure_not_geodetic", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -51980,8 +51980,8 @@ "name": "ensure_same_geodetic", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52000,19 +52000,19 @@ "name": "ensure_same_geodetic_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52020,8 +52020,8 @@ "name": "ensure_same_geodetic_tspatial_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52031,8 +52031,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52040,8 +52040,8 @@ "name": "ensure_same_geodetic_tspatial_base", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52060,8 +52060,8 @@ "name": "ensure_srid_known", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52075,8 +52075,8 @@ "name": "ensure_same_srid", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52095,8 +52095,8 @@ "name": "ensure_same_dimensionality", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52115,8 +52115,8 @@ "name": "same_spatial_dimensionality", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52135,8 +52135,8 @@ "name": "ensure_same_spatial_dimensionality", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52155,19 +52155,19 @@ "name": "ensure_same_dimensionality_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52175,8 +52175,8 @@ "name": "same_dimensionality_tspatial_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52186,8 +52186,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52195,8 +52195,8 @@ "name": "ensure_same_dimensionality_tspatial_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52206,8 +52206,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52215,8 +52215,8 @@ "name": "ensure_same_spatial_dimensionality_stbox_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52226,8 +52226,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52235,8 +52235,8 @@ "name": "ensure_same_geodetic_stbox_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52246,8 +52246,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52255,14 +52255,14 @@ "name": "ensure_has_Z_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52270,14 +52270,14 @@ "name": "ensure_has_not_Z_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52285,14 +52285,14 @@ "name": "ensure_has_M_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52300,14 +52300,14 @@ "name": "ensure_has_not_M_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52315,14 +52315,14 @@ "name": "ensure_not_geodetic_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52330,14 +52330,14 @@ "name": "ensure_point_type", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52345,14 +52345,14 @@ "name": "ensure_mline_type", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52360,14 +52360,14 @@ "name": "circle_type", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52375,14 +52375,14 @@ "name": "ensure_circle_type", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52390,14 +52390,14 @@ "name": "ensure_not_empty", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52405,8 +52405,8 @@ "name": "ensure_valid_stbox_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52416,8 +52416,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52425,8 +52425,8 @@ "name": "ensure_valid_tspatial_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52436,8 +52436,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52445,8 +52445,8 @@ "name": "ensure_valid_tspatial_base", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52465,8 +52465,8 @@ "name": "ensure_valid_tspatial_tspatial", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52485,8 +52485,8 @@ "name": "ensure_valid_spatial_stbox_stbox", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52505,8 +52505,8 @@ "name": "ensure_valid_tgeo_stbox", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52525,19 +52525,19 @@ "name": "ensure_valid_geo_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52545,8 +52545,8 @@ "name": "ensure_valid_tgeo_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52556,8 +52556,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52565,8 +52565,8 @@ "name": "ensure_valid_tgeo_tgeo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52585,8 +52585,8 @@ "name": "ensure_valid_tpoint_geo", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52596,8 +52596,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52605,8 +52605,8 @@ "name": "ensure_valid_tpoint_tpoint", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -52625,14 +52625,14 @@ "name": "mline_type", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -52671,8 +52671,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "func", @@ -52681,8 +52681,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -52820,8 +52820,8 @@ "name": "geopoint_make", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -52841,13 +52841,13 @@ }, { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "geodetic", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "srid", @@ -52890,8 +52890,8 @@ "name": "geocircle_make", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -52920,8 +52920,8 @@ "name": "pointsegm_interpolate", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53001,23 +53001,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -53051,23 +53051,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -53075,8 +53075,8 @@ "name": "geopoint_collinear", "file": "tgeo_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -53101,13 +53101,13 @@ }, { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "geodetic", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53245,8 +53245,8 @@ "name": "datum_geom_contains", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53265,8 +53265,8 @@ "name": "datum_geom_covers", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53285,8 +53285,8 @@ "name": "datum_geom_disjoint2d", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53305,8 +53305,8 @@ "name": "datum_geom_disjoint3d", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53325,8 +53325,8 @@ "name": "datum_geog_disjoint", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53345,8 +53345,8 @@ "name": "datum_geom_intersects2d", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53365,8 +53365,8 @@ "name": "datum_geom_intersects3d", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53385,8 +53385,8 @@ "name": "datum_geog_intersects", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53405,8 +53405,8 @@ "name": "datum_geom_touches", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53425,8 +53425,8 @@ "name": "datum_geom_dwithin2d", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53450,8 +53450,8 @@ "name": "datum_geom_dwithin3d", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53475,8 +53475,8 @@ "name": "datum_geog_dwithin", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53500,8 +53500,8 @@ "name": "datum_geom_relate_pattern", "file": "tgeo_spatialrels.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -53676,23 +53676,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -53706,13 +53706,13 @@ "params": [ { "name": "gs1", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "gs2", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "param", @@ -53731,8 +53731,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53781,8 +53781,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -53791,8 +53791,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53811,13 +53811,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53841,8 +53841,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53856,8 +53856,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -53866,8 +53866,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53886,13 +53886,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53916,8 +53916,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53931,8 +53931,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -53941,8 +53941,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53961,13 +53961,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -53991,8 +53991,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54006,8 +54006,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -54016,8 +54016,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54036,13 +54036,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54066,8 +54066,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54086,13 +54086,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54111,13 +54111,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54141,8 +54141,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54161,8 +54161,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "dist", @@ -54171,8 +54171,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54201,8 +54201,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54221,8 +54221,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "func", @@ -54231,13 +54231,13 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54266,8 +54266,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54306,8 +54306,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54346,8 +54346,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54366,13 +54366,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "tinter", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54396,8 +54396,8 @@ }, { "name": "tinter", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "func", @@ -54426,8 +54426,8 @@ }, { "name": "tinter", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54481,38 +54481,38 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc1", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "t1", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t2", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "instants", @@ -54651,8 +54651,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "xsize", @@ -54671,23 +54671,23 @@ }, { "name": "tunits", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "hasx", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "hast", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "srid", @@ -54736,8 +54736,8 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "sorigin", @@ -54746,13 +54746,13 @@ }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54775,8 +54775,8 @@ "name": "stbox_tile_state_get", "file": "tgeo_tile.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -54821,28 +54821,28 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "bitmatrix", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "ntiles", @@ -54861,13 +54861,13 @@ "params": [ { "name": "point", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "xsize", @@ -54886,28 +54886,28 @@ }, { "name": "duration", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "sorigin", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "torigin", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "hasx", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "hast", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -54941,13 +54941,13 @@ }, { "name": "startTime", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "disturbData", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "verbosity", @@ -54986,8 +54986,8 @@ }, { "name": "extended", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -55045,14 +55045,14 @@ "name": "point_transf_pj", "file": "tspatial.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "int *", - "canonical": "int *" + "cType": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, { "name": "srid_to", @@ -55171,13 +55171,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -55270,8 +55270,8 @@ "name": "boxop_tspatial_stbox", "file": "tspatial_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -55291,8 +55291,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -55300,8 +55300,8 @@ "name": "boxop_tspatial_tspatial", "file": "tspatial_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -55325,8 +55325,8 @@ "name": "srid_parse", "file": "tspatial_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -55345,8 +55345,8 @@ "name": "spatial_parse_elem", "file": "tspatial_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -55380,8 +55380,8 @@ "name": "geo_parse", "file": "tspatial_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -55406,8 +55406,8 @@ }, { "name": "result", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" } ] }, @@ -55466,8 +55466,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp_srid", @@ -55526,8 +55526,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "temp_srid", @@ -55599,8 +55599,8 @@ "name": "datum_geo_round", "file": "meos_internal_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -55619,14 +55619,14 @@ "name": "point_round", "file": "meos_internal_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "maxdd", @@ -55645,18 +55645,18 @@ "params": [ { "name": "hasx", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "hasz", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "geodetic", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "srid", @@ -55715,8 +55715,8 @@ "params": [ { "name": "box", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GBOX *", + "canonical": "const GBOX *" }, { "name": "srid", @@ -55734,14 +55734,14 @@ "name": "geo_set_stbox", "file": "meos_internal_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "box", @@ -55779,8 +55779,8 @@ "name": "spatial_set_stbox", "file": "meos_internal_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -55835,8 +55835,8 @@ }, { "name": "box3d", - "cType": "int *", - "canonical": "int *" + "cType": "BOX3D *", + "canonical": "BOX3D *" } ] }, @@ -55855,8 +55855,8 @@ }, { "name": "gbox", - "cType": "int *", - "canonical": "int *" + "cType": "GBOX *", + "canonical": "GBOX *" } ] }, @@ -55944,8 +55944,8 @@ "name": "inter_stbox_stbox", "file": "meos_internal_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -56525,8 +56525,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56545,13 +56545,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56575,13 +56575,13 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56600,13 +56600,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56630,13 +56630,13 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56655,13 +56655,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56685,13 +56685,13 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56710,13 +56710,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56740,13 +56740,13 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56774,8 +56774,8 @@ "name": "spatial_set_srid", "file": "meos_internal_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -56849,8 +56849,8 @@ "name": "tpointseq_is_simple", "file": "meos_internal_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -56879,8 +56879,8 @@ "name": "tpointseq_linear_trajectory", "file": "meos_internal_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -56890,8 +56890,8 @@ }, { "name": "unary_union", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -56974,8 +56974,8 @@ "name": "tpointseqset_is_simple", "file": "meos_internal_geo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -57060,8 +57060,8 @@ }, { "name": "oper", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -57080,8 +57080,8 @@ }, { "name": "oper", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -57100,8 +57100,8 @@ }, { "name": "oper", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -57120,8 +57120,8 @@ }, { "name": "oper", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -57140,8 +57140,8 @@ }, { "name": "oper", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -57249,8 +57249,8 @@ "name": "tpointseq_twcentroid", "file": "meos_internal_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -57264,8 +57264,8 @@ "name": "tpointseqset_twcentroid", "file": "meos_internal_geo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -57480,8 +57480,8 @@ "params": [ { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "pos", @@ -57500,8 +57500,8 @@ "params": [ { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "pos1", @@ -57525,8 +57525,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -57540,8 +57540,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -57549,8 +57549,8 @@ "name": "npoint_to_geompoint", "file": "meos_npoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -57594,8 +57594,8 @@ "name": "nsegment_to_geom", "file": "meos_npoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -57674,8 +57674,8 @@ "name": "npoint_route", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -57704,8 +57704,8 @@ "name": "nsegment_route", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -57734,14 +57734,14 @@ "name": "route_exists", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -57749,14 +57749,14 @@ "name": "route_geom", "file": "meos_npoint.h", "returnType": { - "c": "const int *", - "canonical": "const int *" + "c": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, "params": [ { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -57770,8 +57770,8 @@ "params": [ { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" } ] }, @@ -57869,8 +57869,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -57918,8 +57918,8 @@ "name": "npoint_eq", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -57938,8 +57938,8 @@ "name": "npoint_ge", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -57958,8 +57958,8 @@ "name": "npoint_gt", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -57978,8 +57978,8 @@ "name": "npoint_le", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -57998,8 +57998,8 @@ "name": "npoint_lt", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58018,8 +58018,8 @@ "name": "npoint_ne", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58038,8 +58038,8 @@ "name": "npoint_same", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58078,8 +58078,8 @@ "name": "nsegment_eq", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58098,8 +58098,8 @@ "name": "nsegment_ge", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58118,8 +58118,8 @@ "name": "nsegment_gt", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58138,8 +58138,8 @@ "name": "nsegment_le", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58158,8 +58158,8 @@ "name": "nsegment_lt", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58178,8 +58178,8 @@ "name": "nsegment_ne", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58313,8 +58313,8 @@ "name": "npointset_value_n", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58353,8 +58353,8 @@ "name": "contained_npoint_set", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58373,8 +58373,8 @@ "name": "contains_set_npoint", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -58579,8 +58579,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -58668,8 +58668,8 @@ "name": "tnpoint_route", "file": "meos_npoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -58713,8 +58713,8 @@ "name": "tnpoint_trajectory", "file": "meos_npoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -58728,8 +58728,8 @@ "name": "tnpoint_twcentroid", "file": "meos_npoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -58754,8 +58754,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -58819,8 +58819,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -58839,8 +58839,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -58904,8 +58904,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -58944,8 +58944,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -58984,8 +58984,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -59064,8 +59064,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -59113,8 +59113,8 @@ "name": "shortestline_tnpoint_geo", "file": "meos_npoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -59124,8 +59124,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -59133,8 +59133,8 @@ "name": "shortestline_tnpoint_npoint", "file": "meos_npoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -59153,8 +59153,8 @@ "name": "shortestline_tnpoint_tnpoint", "file": "meos_npoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -59734,8 +59734,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "theta", @@ -59754,8 +59754,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "W", @@ -59783,8 +59783,8 @@ "name": "pose_to_point", "file": "meos_pose.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -59999,8 +59999,8 @@ }, { "name": "is_forward", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -60039,8 +60039,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, @@ -60059,8 +60059,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -60128,8 +60128,8 @@ "name": "pose_eq", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60148,8 +60148,8 @@ "name": "pose_ge", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60168,8 +60168,8 @@ "name": "pose_gt", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60188,8 +60188,8 @@ "name": "pose_le", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60208,8 +60208,8 @@ "name": "pose_lt", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60228,8 +60228,8 @@ "name": "pose_ne", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60248,8 +60248,8 @@ "name": "pose_nsame", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60268,8 +60268,8 @@ "name": "pose_same", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60388,8 +60388,8 @@ "name": "poseset_value_n", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60428,8 +60428,8 @@ "name": "contained_pose_set", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60448,8 +60448,8 @@ "name": "contains_set_pose", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60718,8 +60718,8 @@ "name": "tpose_trajectory", "file": "meos_pose.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -60733,8 +60733,8 @@ "name": "tpose_value_at_timestamptz", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60744,13 +60744,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "value", @@ -60763,8 +60763,8 @@ "name": "tpose_value_n", "file": "meos_pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -60819,8 +60819,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -60844,8 +60844,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -60884,8 +60884,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -60929,8 +60929,8 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -60969,8 +60969,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -61009,8 +61009,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -61089,8 +61089,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -61138,8 +61138,8 @@ "name": "shortestline_tpose_geo", "file": "meos_pose.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -61149,8 +61149,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -61158,8 +61158,8 @@ "name": "shortestline_tpose_pose", "file": "meos_pose.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -61178,8 +61178,8 @@ "name": "shortestline_tpose_tpose", "file": "meos_pose.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -61515,7 +61515,7 @@ ] }, { - "name": "trgeo_out", + "name": "trgeometry_out", "file": "meos_rgeo.h", "returnType": { "c": "char *", @@ -61530,7 +61530,7 @@ ] }, { - "name": "trgeoinst_make", + "name": "trgeometryinst_make", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -61539,8 +61539,8 @@ "params": [ { "name": "geom", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "pose", @@ -61549,13 +61549,13 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" } ] }, { - "name": "geo_tpose_to_trgeo", + "name": "geo_tpose_to_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61564,8 +61564,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -61575,7 +61575,7 @@ ] }, { - "name": "trgeo_to_tpose", + "name": "trgeometry_to_tpose", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61590,7 +61590,7 @@ ] }, { - "name": "trgeo_to_tpoint", + "name": "trgeometry_to_tpoint", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61605,7 +61605,7 @@ ] }, { - "name": "trgeo_end_instant", + "name": "trgeometry_end_instant", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -61620,7 +61620,7 @@ ] }, { - "name": "trgeo_end_sequence", + "name": "trgeometry_end_sequence", "file": "meos_rgeo.h", "returnType": { "c": "TSequence *", @@ -61635,11 +61635,11 @@ ] }, { - "name": "trgeo_end_value", + "name": "trgeometry_end_value", "file": "meos_rgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -61650,11 +61650,11 @@ ] }, { - "name": "trgeo_geom", + "name": "trgeometry_geom", "file": "meos_rgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -61665,7 +61665,7 @@ ] }, { - "name": "trgeo_instant_n", + "name": "trgeometry_instant_n", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -61685,7 +61685,7 @@ ] }, { - "name": "trgeo_instants", + "name": "trgeometry_instants", "file": "meos_rgeo.h", "returnType": { "c": "TInstant **", @@ -61705,7 +61705,7 @@ ] }, { - "name": "trgeo_points", + "name": "trgeometry_points", "file": "meos_rgeo.h", "returnType": { "c": "Set *", @@ -61720,7 +61720,7 @@ ] }, { - "name": "trgeo_rotation", + "name": "trgeometry_rotation", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61735,7 +61735,7 @@ ] }, { - "name": "trgeo_segments", + "name": "trgeometry_segments", "file": "meos_rgeo.h", "returnType": { "c": "TSequence **", @@ -61755,7 +61755,7 @@ ] }, { - "name": "trgeo_sequence_n", + "name": "trgeometry_sequence_n", "file": "meos_rgeo.h", "returnType": { "c": "TSequence *", @@ -61775,7 +61775,7 @@ ] }, { - "name": "trgeo_sequences", + "name": "trgeometry_sequences", "file": "meos_rgeo.h", "returnType": { "c": "TSequence **", @@ -61795,7 +61795,7 @@ ] }, { - "name": "trgeo_start_instant", + "name": "trgeometry_start_instant", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -61810,7 +61810,7 @@ ] }, { - "name": "trgeo_start_sequence", + "name": "trgeometry_start_sequence", "file": "meos_rgeo.h", "returnType": { "c": "TSequence *", @@ -61825,11 +61825,11 @@ ] }, { - "name": "trgeo_start_value", + "name": "trgeometry_start_value", "file": "meos_rgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -61840,11 +61840,11 @@ ] }, { - "name": "trgeo_value_n", + "name": "trgeometry_value_n", "file": "meos_rgeo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -61859,17 +61859,17 @@ }, { "name": "result", - "cType": "int **", - "canonical": "int **" + "cType": "GSERIALIZED **", + "canonical": "GSERIALIZED **" } ] }, { - "name": "trgeo_traversed_area", + "name": "trgeometry_traversed_area", "file": "meos_rgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -61879,13 +61879,13 @@ }, { "name": "unary_union", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_append_tinstant", + "name": "trgeometry_append_tinstant", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61914,18 +61914,18 @@ }, { "name": "maxt", - "cType": "const int *", - "canonical": "const int *" + "cType": "const Interval *", + "canonical": "const Interval *" }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_append_tsequence", + "name": "trgeometry_append_tsequence", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61944,13 +61944,13 @@ }, { "name": "expand", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_delete_timestamptz", + "name": "trgeometry_delete_timestamptz", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61964,18 +61964,18 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_delete_tstzset", + "name": "trgeometry_delete_tstzset", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -61994,13 +61994,13 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_delete_tstzspan", + "name": "trgeometry_delete_tstzspan", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62019,13 +62019,13 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_delete_tstzspanset", + "name": "trgeometry_delete_tstzspanset", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62044,13 +62044,13 @@ }, { "name": "connect", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_round", + "name": "trgeometry_round", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62070,7 +62070,7 @@ ] }, { - "name": "trgeo_set_interp", + "name": "trgeometry_set_interp", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62090,7 +62090,7 @@ ] }, { - "name": "trgeo_to_tinstant", + "name": "trgeometry_to_tinstant", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -62105,7 +62105,7 @@ ] }, { - "name": "trgeo_after_timestamptz", + "name": "trgeometry_after_timestamptz", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62119,18 +62119,18 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_before_timestamptz", + "name": "trgeometry_before_timestamptz", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62144,18 +62144,18 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_restrict_value", + "name": "trgeometry_restrict_value", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62174,13 +62174,13 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_restrict_values", + "name": "trgeometry_restrict_values", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62199,13 +62199,13 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_restrict_timestamptz", + "name": "trgeometry_restrict_timestamptz", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62219,18 +62219,18 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_restrict_tstzset", + "name": "trgeometry_restrict_tstzset", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62249,13 +62249,13 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_restrict_tstzspan", + "name": "trgeometry_restrict_tstzspan", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62274,13 +62274,13 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "trgeo_restrict_tstzspanset", + "name": "trgeometry_restrict_tstzspanset", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62299,13 +62299,13 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, { - "name": "tdistance_trgeo_geo", + "name": "tdistance_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62319,13 +62319,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "tdistance_trgeo_tpoint", + "name": "tdistance_trgeometry_tpoint", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62345,7 +62345,7 @@ ] }, { - "name": "tdistance_trgeo_trgeo", + "name": "tdistance_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62365,7 +62365,7 @@ ] }, { - "name": "nad_stbox_trgeo", + "name": "nad_stbox_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "double", @@ -62385,7 +62385,7 @@ ] }, { - "name": "nad_trgeo_geo", + "name": "nad_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "double", @@ -62399,13 +62399,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "nad_trgeo_stbox", + "name": "nad_trgeometry_stbox", "file": "meos_rgeo.h", "returnType": { "c": "double", @@ -62425,7 +62425,7 @@ ] }, { - "name": "nad_trgeo_tpoint", + "name": "nad_trgeometry_tpoint", "file": "meos_rgeo.h", "returnType": { "c": "double", @@ -62445,7 +62445,7 @@ ] }, { - "name": "nad_trgeo_trgeo", + "name": "nad_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "double", @@ -62465,7 +62465,7 @@ ] }, { - "name": "nai_trgeo_geo", + "name": "nai_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -62479,13 +62479,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "nai_trgeo_tpoint", + "name": "nai_trgeometry_tpoint", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -62505,7 +62505,7 @@ ] }, { - "name": "nai_trgeo_trgeo", + "name": "nai_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "TInstant *", @@ -62525,11 +62525,11 @@ ] }, { - "name": "shortestline_trgeo_geo", + "name": "shortestline_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -62539,17 +62539,17 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "shortestline_trgeo_tpoint", + "name": "shortestline_trgeometry_tpoint", "file": "meos_rgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -62565,11 +62565,11 @@ ] }, { - "name": "shortestline_trgeo_trgeo", + "name": "shortestline_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -62585,7 +62585,7 @@ ] }, { - "name": "always_eq_geo_trgeo", + "name": "always_eq_geo_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62594,8 +62594,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -62605,7 +62605,7 @@ ] }, { - "name": "always_eq_trgeo_geo", + "name": "always_eq_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62619,13 +62619,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "always_eq_trgeo_trgeo", + "name": "always_eq_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62645,7 +62645,7 @@ ] }, { - "name": "always_ne_geo_trgeo", + "name": "always_ne_geo_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62654,8 +62654,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -62665,7 +62665,7 @@ ] }, { - "name": "always_ne_trgeo_geo", + "name": "always_ne_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62679,13 +62679,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "always_ne_trgeo_trgeo", + "name": "always_ne_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62705,7 +62705,7 @@ ] }, { - "name": "ever_eq_geo_trgeo", + "name": "ever_eq_geo_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62714,8 +62714,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -62725,7 +62725,7 @@ ] }, { - "name": "ever_eq_trgeo_geo", + "name": "ever_eq_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62739,13 +62739,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "ever_eq_trgeo_trgeo", + "name": "ever_eq_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62765,7 +62765,7 @@ ] }, { - "name": "ever_ne_geo_trgeo", + "name": "ever_ne_geo_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62774,8 +62774,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -62785,7 +62785,7 @@ ] }, { - "name": "ever_ne_trgeo_geo", + "name": "ever_ne_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62799,13 +62799,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "ever_ne_trgeo_trgeo", + "name": "ever_ne_trgeometry_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "int", @@ -62825,7 +62825,7 @@ ] }, { - "name": "teq_geo_trgeo", + "name": "teq_geo_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62834,8 +62834,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -62845,7 +62845,7 @@ ] }, { - "name": "teq_trgeo_geo", + "name": "teq_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62859,13 +62859,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, { - "name": "tne_geo_trgeo", + "name": "tne_geo_trgeometry", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62874,8 +62874,8 @@ "params": [ { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "temp", @@ -62885,7 +62885,7 @@ ] }, { - "name": "tne_trgeo_geo", + "name": "tne_trgeometry_geo", "file": "meos_rgeo.h", "returnType": { "c": "Temporal *", @@ -62899,8 +62899,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -62908,8 +62908,8 @@ "name": "ensure_valid_tnpoint_npoint", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -62928,8 +62928,8 @@ "name": "ensure_valid_tnpoint_npointset", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -62948,8 +62948,8 @@ "name": "ensure_valid_tnpoint_geo", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -62959,8 +62959,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -62968,8 +62968,8 @@ "name": "ensure_valid_tnpoint_stbox", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -62988,8 +62988,8 @@ "name": "ensure_valid_tnpoint_tnpoint", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63034,23 +63034,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -63058,8 +63058,8 @@ "name": "common_rid_tnpoint_npoint", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63078,8 +63078,8 @@ "name": "common_rid_tnpoint_npointset", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63098,8 +63098,8 @@ "name": "common_rid_tnpoint_tnpoint", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63118,8 +63118,8 @@ "name": "npoint_collinear", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63198,8 +63198,8 @@ "name": "npointarr_geom", "file": "tnpoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -63218,8 +63218,8 @@ "name": "nsegmentarr_geom", "file": "tnpoint.h", "returnType": { - "c": "int *", - "canonical": "int *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { @@ -63284,8 +63284,8 @@ "params": [ { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "pos", @@ -63309,8 +63309,8 @@ "params": [ { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "pos1", @@ -63333,8 +63333,8 @@ "name": "datum_npoint_round", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -63513,8 +63513,8 @@ "name": "tnpointinst_route", "file": "tnpoint.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "int64_t", + "canonical": "int64_t" }, "params": [ { @@ -63619,13 +63619,13 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -63649,8 +63649,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -63674,8 +63674,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -63683,8 +63683,8 @@ "name": "npoint_set_stbox", "file": "tnpoint_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63728,8 +63728,8 @@ "name": "nsegment_set_stbox", "file": "tnpoint_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63748,8 +63748,8 @@ "name": "npoint_timestamptz_set_stbox", "file": "tnpoint_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63759,8 +63759,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "box", @@ -63773,8 +63773,8 @@ "name": "npoint_tstzspan_set_stbox", "file": "tnpoint_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63868,8 +63868,8 @@ "name": "datum_npoint_distance", "file": "tnpoint_distance.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -63899,8 +63899,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -63923,8 +63923,8 @@ "name": "contains_rid_tnpoint_bigint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63934,8 +63934,8 @@ }, { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "invert", @@ -63948,8 +63948,8 @@ "name": "contained_rid_tnpoint_bigint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63959,13 +63959,13 @@ }, { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -63973,8 +63973,8 @@ "name": "same_rid_tnpoint_bigint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -63984,8 +63984,8 @@ }, { "name": "rid", - "cType": "int", - "canonical": "int" + "cType": "int64_t", + "canonical": "int64_t" }, { "name": "invert", @@ -63998,8 +63998,8 @@ "name": "overlaps_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64023,8 +64023,8 @@ "name": "contains_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64039,8 +64039,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -64048,8 +64048,8 @@ "name": "contained_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64064,8 +64064,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -64073,8 +64073,8 @@ "name": "same_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64098,8 +64098,8 @@ "name": "contains_rid_tnpoint_npoint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64123,8 +64123,8 @@ "name": "contained_rid_npoint_tnpoint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64139,8 +64139,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -64148,8 +64148,8 @@ "name": "same_rid_tnpoint_npoint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64173,8 +64173,8 @@ "name": "overlaps_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64193,8 +64193,8 @@ "name": "contains_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64213,8 +64213,8 @@ "name": "contained_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64233,8 +64233,8 @@ "name": "same_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64253,8 +64253,8 @@ "name": "ensure_same_rid_tnpointinst", "file": "tnpoint_spatialfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64284,13 +64284,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -64298,8 +64298,8 @@ "name": "ensure_valid_pose_geo", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64309,8 +64309,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -64318,8 +64318,8 @@ "name": "ensure_valid_pose_stbox", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64338,8 +64338,8 @@ "name": "ensure_valid_pose_pose", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64358,8 +64358,8 @@ "name": "ensure_valid_poseset_pose", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64378,8 +64378,8 @@ "name": "pose_collinear", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64469,8 +64469,8 @@ }, { "name": "extended", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "maxdd", @@ -64494,8 +64494,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -64503,8 +64503,8 @@ "name": "datum_pose_point", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -64518,8 +64518,8 @@ "name": "datum_pose_rotation", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -64533,8 +64533,8 @@ "name": "datum_pose_round", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -64553,8 +64553,8 @@ "name": "pose_distance", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -64573,8 +64573,8 @@ "name": "pose_set_stbox", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64618,8 +64618,8 @@ "name": "pose_timestamptz_set_stbox", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64629,8 +64629,8 @@ }, { "name": "t", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "box", @@ -64643,8 +64643,8 @@ "name": "pose_tstzspan_set_stbox", "file": "pose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64668,8 +64668,8 @@ "name": "ensure_valid_tpose_geo", "file": "tpose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64679,8 +64679,8 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ] }, @@ -64688,8 +64688,8 @@ "name": "ensure_valid_tpose_pose", "file": "tpose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64708,8 +64708,8 @@ "name": "ensure_valid_tpose_stbox", "file": "tpose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64728,8 +64728,8 @@ "name": "ensure_valid_tpose_tpose", "file": "tpose.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -64769,23 +64769,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -64819,23 +64819,23 @@ }, { "name": "lower", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "upper", - "cType": "int", - "canonical": "int" + "cType": "TimestampTz", + "canonical": "TimestampTz" }, { "name": "t1", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" }, { "name": "t2", - "cType": "int *", - "canonical": "int *" + "cType": "TimestampTz *", + "canonical": "TimestampTz *" } ] }, @@ -64919,13 +64919,13 @@ }, { "name": "gs", - "cType": "const int *", - "canonical": "const int *" + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -64949,13 +64949,13 @@ }, { "name": "border_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -64979,8 +64979,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65193,8 +65193,8 @@ "name": "ensure_has_geom", "file": "trgeo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -65208,8 +65208,8 @@ "name": "ensure_valid_trgeo_geo", "file": "trgeo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -65228,8 +65228,8 @@ "name": "ensure_valid_trgeo_stbox", "file": "trgeo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -65248,8 +65248,8 @@ "name": "ensure_valid_trgeo_trgeo", "file": "trgeo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -65268,8 +65268,8 @@ "name": "ensure_valid_trgeo_tpoint", "file": "trgeo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -65319,8 +65319,8 @@ }, { "name": "extended", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65388,8 +65388,8 @@ "name": "trgeo_value_at_timestamptz", "file": "trgeo.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -65404,8 +65404,8 @@ }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -65433,8 +65433,8 @@ "name": "trgeoinst_pose_varsize", "file": "trgeo_inst.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "size_t", + "canonical": "size_t" }, "params": [ { @@ -65548,8 +65548,8 @@ "name": "trgeoseq_pose_varsize", "file": "trgeo_seq.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "size_t", + "canonical": "size_t" }, "params": [ { @@ -65593,8 +65593,8 @@ "name": "trgeoseq_make_valid", "file": "trgeo_seq.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -65614,18 +65614,18 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "linear", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65659,13 +65659,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -65674,8 +65674,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65704,13 +65704,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -65719,8 +65719,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65754,13 +65754,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -65769,8 +65769,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65799,13 +65799,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -65814,8 +65814,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65849,13 +65849,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -65864,8 +65864,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65894,13 +65894,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -65909,8 +65909,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -65994,8 +65994,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -66029,8 +66029,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -66059,8 +66059,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -66089,8 +66089,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -66349,8 +66349,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -66433,8 +66433,8 @@ "name": "ensure_same_geom", "file": "trgeo_utils.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67288,8 +67288,8 @@ "name": "ensure_set_isof_type", "file": "set.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67308,8 +67308,8 @@ "name": "ensure_valid_set_set", "file": "set.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67328,8 +67328,8 @@ "name": "set_find_value", "file": "set.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67383,8 +67383,8 @@ "name": "ensure_same_skiplist_subtype", "file": "skiplist.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67443,8 +67443,8 @@ "name": "ensure_span_isof_type", "file": "span.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67463,8 +67463,8 @@ "name": "ensure_span_isof_basetype", "file": "span.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67483,8 +67483,8 @@ "name": "ensure_same_span_type", "file": "span.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67503,8 +67503,8 @@ "name": "ensure_valid_span_span", "file": "span.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -67628,8 +67628,8 @@ "name": "span_decr_bound", "file": "span.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -67648,8 +67648,8 @@ "name": "span_incr_bound", "file": "span.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -67684,8 +67684,8 @@ }, { "name": "sort", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "newcount", @@ -67719,13 +67719,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "lower", @@ -67814,8 +67814,8 @@ }, { "name": "hasdelta", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "scale", @@ -67879,13 +67879,13 @@ }, { "name": "hasshift", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "haswidth", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "delta", @@ -68008,8 +68008,8 @@ "name": "span_index_leaf_consistent", "file": "span_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68033,8 +68033,8 @@ "name": "span_gist_inner_consistent", "file": "span_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68058,8 +68058,8 @@ "name": "span_index_recheck", "file": "span_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68073,8 +68073,8 @@ "name": "ensure_spanset_isof_type", "file": "spanset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68093,8 +68093,8 @@ "name": "ensure_same_spanset_type", "file": "spanset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68113,8 +68113,8 @@ "name": "ensure_same_spanset_span_type", "file": "spanset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68133,8 +68133,8 @@ "name": "ensure_valid_spanset_span", "file": "spanset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68153,8 +68153,8 @@ "name": "ensure_valid_spanset_spanset", "file": "spanset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68173,8 +68173,8 @@ "name": "spanset_find_value", "file": "spanset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68198,8 +68198,8 @@ "name": "datum_and", "file": "tbool_ops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68218,8 +68218,8 @@ "name": "datum_or", "file": "tbool_ops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68259,8 +68259,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -68293,8 +68293,8 @@ "name": "ensure_same_dimensionality_tbox", "file": "tbox.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68388,8 +68388,8 @@ "name": "tbox_index_leaf_consistent", "file": "tbox_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68413,8 +68413,8 @@ "name": "tbox_gist_inner_consistent", "file": "tbox_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68438,8 +68438,8 @@ "name": "tbox_index_recheck", "file": "tbox_index.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -68453,8 +68453,8 @@ "name": "datum_min_int32", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68473,8 +68473,8 @@ "name": "datum_max_int32", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68493,8 +68493,8 @@ "name": "datum_min_float8", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68513,8 +68513,8 @@ "name": "datum_max_float8", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68533,8 +68533,8 @@ "name": "datum_sum_int32", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68553,8 +68553,8 @@ "name": "datum_sum_float8", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68573,8 +68573,8 @@ "name": "datum_min_text", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68593,8 +68593,8 @@ "name": "datum_max_text", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68613,8 +68613,8 @@ "name": "datum_sum_double2", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68633,8 +68633,8 @@ "name": "datum_sum_double3", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68653,8 +68653,8 @@ "name": "datum_sum_double4", "file": "temporal_aggfuncs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -68744,8 +68744,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "newcount", @@ -68849,8 +68849,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "newcount", @@ -68884,8 +68884,8 @@ }, { "name": "interpoint", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -68914,8 +68914,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69069,8 +69069,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69124,8 +69124,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69154,8 +69154,8 @@ }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "transform", @@ -69223,8 +69223,8 @@ "name": "temporal_bbox_size", "file": "temporal_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "size_t", + "canonical": "size_t" }, "params": [ { @@ -69254,13 +69254,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -69333,8 +69333,8 @@ "name": "boxop_temporal_tstzspan", "file": "temporal_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -69354,8 +69354,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69363,8 +69363,8 @@ "name": "boxop_temporal_temporal", "file": "temporal_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -69388,8 +69388,8 @@ "name": "boxop_tnumber_numspan", "file": "temporal_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -69409,8 +69409,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69418,8 +69418,8 @@ "name": "boxop_tnumber_tbox", "file": "temporal_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -69439,8 +69439,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69448,8 +69448,8 @@ "name": "boxop_tnumber_tnumber", "file": "temporal_boxops.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -69494,8 +69494,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69524,8 +69524,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69554,8 +69554,8 @@ }, { "name": "ever", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69674,8 +69674,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69699,8 +69699,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69744,8 +69744,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69769,8 +69769,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69794,8 +69794,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -69964,8 +69964,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -69989,8 +69989,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70039,8 +70039,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -70069,8 +70069,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -70269,8 +70269,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70278,8 +70278,8 @@ "name": "tdiscseq_value_at_timestamptz", "file": "temporal_restrict.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -70319,8 +70319,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70344,8 +70344,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70369,8 +70369,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70394,8 +70394,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70623,8 +70623,8 @@ "name": "datum_bin", "file": "temporal_tile.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -70693,8 +70693,8 @@ "name": "tbox_tile_state_get", "file": "temporal_tile.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -70789,13 +70789,13 @@ }, { "name": "min", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "crossings", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70903,8 +70903,8 @@ "name": "tinstant_restrict_values_test", "file": "tinstant.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -70919,8 +70919,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70928,8 +70928,8 @@ "name": "tnumberinst_restrict_span_test", "file": "tinstant.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -70944,8 +70944,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70953,8 +70953,8 @@ "name": "tnumberinst_restrict_spanset_test", "file": "tinstant.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -70969,8 +70969,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -70978,8 +70978,8 @@ "name": "tinstant_restrict_tstzset_test", "file": "tinstant.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -70994,8 +70994,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -71003,8 +71003,8 @@ "name": "tinstant_restrict_tstzspanset_test", "file": "tinstant.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71019,8 +71019,8 @@ }, { "name": "atfunc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -71028,8 +71028,8 @@ "name": "intersection_tinstant_tinstant", "file": "tinstant.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71139,8 +71139,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -71183,8 +71183,8 @@ "name": "float_collinear", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71318,8 +71318,8 @@ "name": "tsequence_norm_test", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71368,8 +71368,8 @@ "name": "tsequence_join_test", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71384,13 +71384,13 @@ }, { "name": "removelast", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" }, { "name": "removefirst", - "cType": "int *", - "canonical": "int *" + "cType": "bool *", + "canonical": "bool *" } ] }, @@ -71414,13 +71414,13 @@ }, { "name": "removelast", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "removefirst", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -71528,8 +71528,8 @@ "name": "ensure_valid_tinstarr_common", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71544,13 +71544,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -71584,13 +71584,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -71599,8 +71599,8 @@ }, { "name": "normalize", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "bbox", @@ -71613,8 +71613,8 @@ "name": "synchronize_tsequence_tsequence", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71639,8 +71639,8 @@ }, { "name": "interpoint", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -71735,67 +71735,67 @@ ] }, { - "name": "tsegment_intersection", - "file": "tsequence.h", - "returnType": { - "c": "int", - "canonical": "int" - }, - "params": [ - { - "name": "start1", - "cType": "Datum", - "canonical": "int ((int *))()" - }, - { - "name": "end1", - "cType": "Datum", - "canonical": "int ((int *))()" - }, - { - "name": "start2", - "cType": "Datum", - "canonical": "int ((int *))()" - }, - { - "name": "end2", - "cType": "Datum", - "canonical": "int ((int *))()" - }, - { - "name": "temptype", - "cType": "MeosType", - "canonical": "MeosType" - }, - { - "name": "lower", - "cType": "TimestampTz", - "canonical": "long" - }, - { - "name": "upper", - "cType": "TimestampTz", - "canonical": "long" - }, - { - "name": "t1", - "cType": "TimestampTz *", - "canonical": "long *" - }, - { - "name": "t2", - "cType": "TimestampTz *", - "canonical": "long *" - } - ] - }, - { - "name": "tsegment_value_at_timestamptz", + "name": "tsegment_intersection", "file": "tsequence.h", "returnType": { "c": "int", "canonical": "int" }, + "params": [ + { + "name": "start1", + "cType": "Datum", + "canonical": "int ((int *))()" + }, + { + "name": "end1", + "cType": "Datum", + "canonical": "int ((int *))()" + }, + { + "name": "start2", + "cType": "Datum", + "canonical": "int ((int *))()" + }, + { + "name": "end2", + "cType": "Datum", + "canonical": "int ((int *))()" + }, + { + "name": "temptype", + "cType": "MeosType", + "canonical": "MeosType" + }, + { + "name": "lower", + "cType": "TimestampTz", + "canonical": "long" + }, + { + "name": "upper", + "cType": "TimestampTz", + "canonical": "long" + }, + { + "name": "t1", + "cType": "TimestampTz *", + "canonical": "long *" + }, + { + "name": "t2", + "cType": "TimestampTz *", + "canonical": "long *" + } + ] + }, + { + "name": "tsegment_value_at_timestamptz", + "file": "tsequence.h", + "returnType": { + "c": "Datum", + "canonical": "Datum" + }, "params": [ { "name": "start", @@ -71833,8 +71833,8 @@ "name": "intersection_tdiscseq_tdiscseq", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71863,8 +71863,8 @@ "name": "intersection_tcontseq_tdiscseq", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71893,8 +71893,8 @@ "name": "intersection_tdiscseq_tcontseq", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71923,8 +71923,8 @@ "name": "intersection_tsequence_tinstant", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71953,8 +71953,8 @@ "name": "intersection_tinstant_tsequence", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -71999,8 +71999,8 @@ }, { "name": "component", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "value_out", @@ -72013,8 +72013,8 @@ "name": "ensure_increasing_timestamps", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72029,8 +72029,8 @@ }, { "name": "strict", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -72063,8 +72063,8 @@ "name": "ensure_valid_tinstarr", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72079,8 +72079,8 @@ }, { "name": "merge", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -72093,8 +72093,8 @@ "name": "tsequence_make_valid", "file": "tsequence.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72109,13 +72109,13 @@ }, { "name": "lower_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "upper_inc", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "interp", @@ -72149,8 +72149,8 @@ }, { "name": "hasdelta", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "scale", @@ -72263,8 +72263,8 @@ "name": "tsequenceset_find_timestamptz", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72359,8 +72359,8 @@ }, { "name": "merge", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "maxdist", @@ -72383,8 +72383,8 @@ "name": "ensure_valid_tseqarr", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72403,8 +72403,8 @@ "name": "synchronize_tsequenceset_tsequence", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72438,8 +72438,8 @@ "name": "synchronize_tsequenceset_tsequenceset", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72473,8 +72473,8 @@ "name": "intersection_tsequenceset_tinstant", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72503,8 +72503,8 @@ "name": "intersection_tinstant_tsequenceset", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72533,8 +72533,8 @@ "name": "intersection_tsequenceset_tdiscseq", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72563,8 +72563,8 @@ "name": "intersection_tdiscseq_tsequenceset", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72593,8 +72593,8 @@ "name": "intersection_tsequence_tsequenceset", "file": "tsequenceset.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72653,8 +72653,8 @@ "name": "datum_textcat", "file": "ttext_funcs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -72673,8 +72673,8 @@ "name": "datum_lower", "file": "ttext_funcs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -72688,8 +72688,8 @@ "name": "datum_upper", "file": "ttext_funcs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -72703,8 +72703,8 @@ "name": "datum_initcap", "file": "ttext_funcs.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -72759,8 +72759,8 @@ }, { "name": "invert", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -72853,8 +72853,8 @@ "name": "type_from_wkb", "file": "type_inout.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -72878,8 +72878,8 @@ "name": "type_from_hexwkb", "file": "type_inout.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -72903,8 +72903,8 @@ "name": "ensure_end_input", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72938,8 +72938,8 @@ "name": "p_delimchar", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72958,8 +72958,8 @@ "name": "p_obrace", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72973,8 +72973,8 @@ "name": "ensure_obrace", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -72993,8 +72993,8 @@ "name": "p_cbrace", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73008,8 +73008,8 @@ "name": "ensure_cbrace", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73028,8 +73028,8 @@ "name": "p_obracket", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73043,8 +73043,8 @@ "name": "p_cbracket", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73058,8 +73058,8 @@ "name": "p_oparen", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73073,8 +73073,8 @@ "name": "ensure_oparen", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73093,8 +73093,8 @@ "name": "p_cparen", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73108,8 +73108,8 @@ "name": "ensure_cparen", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73128,8 +73128,8 @@ "name": "p_comma", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73143,8 +73143,8 @@ "name": "basetype_parse", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73173,8 +73173,8 @@ "name": "double_parse", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73193,8 +73193,8 @@ "name": "elem_parse", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73238,8 +73238,8 @@ "name": "span_parse", "file": "type_parser.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73254,8 +73254,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "span", @@ -73334,8 +73334,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -73384,8 +73384,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -73438,8 +73438,8 @@ "name": "datum_copy", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -73478,8 +73478,8 @@ "name": "double_datum", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -73518,8 +73518,8 @@ "name": "basetype_in", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73534,8 +73534,8 @@ }, { "name": "end", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "result", @@ -73629,13 +73629,13 @@ }, { "name": "quotes", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" }, { "name": "spaces", - "cType": "int", - "canonical": "int" + "cType": "bool", + "canonical": "bool" } ] }, @@ -73813,8 +73813,8 @@ "name": "datum_add", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -73838,8 +73838,8 @@ "name": "datum_sub", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -73860,11 +73860,11 @@ ] }, { - "name": "datum_mult", + "name": "datum_mul", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -73888,8 +73888,8 @@ "name": "datum_div", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -73938,8 +73938,8 @@ "name": "datum_eq", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73963,8 +73963,8 @@ "name": "datum_ne", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -73988,8 +73988,8 @@ "name": "datum_lt", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -74013,8 +74013,8 @@ "name": "datum_le", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -74038,8 +74038,8 @@ "name": "datum_gt", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -74063,8 +74063,8 @@ "name": "datum_ge", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -74088,8 +74088,8 @@ "name": "datum2_eq", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -74113,8 +74113,8 @@ "name": "datum2_ne", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -74138,8 +74138,8 @@ "name": "datum2_lt", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -74163,8 +74163,8 @@ "name": "datum2_le", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -74188,8 +74188,8 @@ "name": "datum2_gt", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -74213,8 +74213,8 @@ "name": "datum2_ge", "file": "type_util.h", "returnType": { - "c": "int", - "canonical": "int" + "c": "Datum", + "canonical": "Datum" }, "params": [ { @@ -77300,7 +77300,7 @@ "value": 1 }, { - "name": "MULT", + "name": "MUL", "value": 2 }, { @@ -77313,5 +77313,290 @@ } ] } - ] + ], + "portableAliases": { + "provenance": { + "discussion": "MobilityDB#861", + "rfc": "MobilityDB RFC #920 (doc/rfc/sql-portability/README.md, branch rfc/sql-portability)", + "nativePR": "MobilityDB#1075 (1303 operator-overload aliases, each reusing the operator's own C symbol \u2014 identical by construction; CI-gated by tools/portable_aliases/generate.py --check)", + "manualChapter": "MobilityDB#1078" + }, + "families": { + "topology": [ + { + "operator": "&&", + "bareName": "overlaps" + }, + { + "operator": "@>", + "bareName": "contains" + }, + { + "operator": "<@", + "bareName": "contained" + }, + { + "operator": "-|-", + "bareName": "adjacent" + } + ], + "timePosition": [ + { + "operator": "<<#", + "bareName": "before" + }, + { + "operator": "#>>", + "bareName": "after" + }, + { + "operator": "&<#", + "bareName": "overbefore" + }, + { + "operator": "#&>", + "bareName": "overafter" + } + ], + "spaceX": [ + { + "operator": "<<", + "bareName": "left" + }, + { + "operator": ">>", + "bareName": "right" + }, + { + "operator": "&<", + "bareName": "overleft" + }, + { + "operator": "&>", + "bareName": "overright" + } + ], + "spaceY": [ + { + "operator": "<<|", + "bareName": "below" + }, + { + "operator": "|>>", + "bareName": "above" + }, + { + "operator": "&<|", + "bareName": "overbelow" + }, + { + "operator": "|&>", + "bareName": "overabove" + } + ], + "spaceZ": [ + { + "operator": "<>", + "bareName": "back" + }, + { + "operator": "&", + "bareName": "overback" + } + ], + "temporalComparison": [ + { + "operator": "#=", + "bareName": "teq" + }, + { + "operator": "#<>", + "bareName": "tne" + }, + { + "operator": "#<", + "bareName": "tlt" + }, + { + "operator": "#<=", + "bareName": "tle" + }, + { + "operator": "#>", + "bareName": "tgt" + }, + { + "operator": "#>=", + "bareName": "tge" + } + ], + "distance": [ + { + "operator": "<->", + "bareName": "tdistance" + }, + { + "operator": "|=|", + "bareName": "nearestApproachDistance" + } + ], + "same": [ + { + "operator": "~=", + "bareName": "same" + } + ] + }, + "alreadyCanonical": [ + { + "kind": "family", + "family": "ever", + "operators": [ + "?=" + ], + "pattern": "ever_*" + }, + { + "kind": "family", + "family": "always", + "operators": [ + "%=" + ], + "pattern": "always_*" + }, + { + "kind": "functions", + "functions": [ + "eIntersects", + "atTime", + "restriction functions", + "spatial-relationship functions" + ] + } + ], + "explicitBacking": { + "nearestApproachDistance": [ + "nad" + ] + }, + "scope": { + "inScopeTypeFamilies": [ + "temporal", + "geo", + "cbuffer", + "npoint", + "pose", + "rgeo" + ], + "note": "cbuffer / npoint / pose / rgeo are FULL user-facing temporal types and ARE in scope \u2014 covered like every other type. PR #1075 already aliases all six families (1303 aliases). They must NOT be excluded from any parity headline; an upstream/audit note that 'defers' or 'jointly excludes' them is a known error being corrected \u2014 where another engine defers them, that is incomplete work to close (a gap with a plan), never an accepted exclusion.", + "deferralIsError": true + }, + "notes": [ + "Generate aliases by reusing each operator's own backing C function (equivalence by construction), never by reimplementing; mirror MobilityDB tools/portable_aliases/generate.py + its 100%-coverage audit.", + "User-facing API uses the full name `trgeometry`; internal functions keep the `trgeo_` prefix \u2014 do NOT normalize the internal prefix.", + "Goal: 100% parity ecosystem-wide \u2014 every operator has its bare name on every engine, no gaps, no headline exclusions." + ], + "byOperator": { + "&&": "overlaps", + "@>": "contains", + "<@": "contained", + "-|-": "adjacent", + "<<#": "before", + "#>>": "after", + "&<#": "overbefore", + "#&>": "overafter", + "<<": "left", + ">>": "right", + "&<": "overleft", + "&>": "overright", + "<<|": "below", + "|>>": "above", + "&<|": "overbelow", + "|&>": "overabove", + "<>": "back", + "&": "overback", + "#=": "teq", + "#<>": "tne", + "#<": "tlt", + "#<=": "tle", + "#>": "tgt", + "#>=": "tge", + "<->": "tdistance", + "|=|": "nearestApproachDistance", + "~=": "same" + }, + "byBareName": { + "overlaps": "&&", + "contains": "@>", + "contained": "<@", + "adjacent": "-|-", + "before": "<<#", + "after": "#>>", + "overbefore": "&<#", + "overafter": "#&>", + "left": "<<", + "right": ">>", + "overleft": "&<", + "overright": "&>", + "below": "<<|", + "above": "|>>", + "overbelow": "&<|", + "overabove": "|&>", + "front": "<>", + "overfront": "&", + "teq": "#=", + "tne": "#<>", + "tlt": "#<", + "tle": "#<=", + "tgt": "#>", + "tge": "#>=", + "tdistance": "<->", + "nearestApproachDistance": "|=|", + "same": "~=" + }, + "bareNames": [ + "above", + "adjacent", + "after", + "back", + "before", + "below", + "contained", + "contains", + "front", + "left", + "nearestApproachDistance", + "overabove", + "overafter", + "overback", + "overbefore", + "overbelow", + "overfront", + "overlaps", + "overleft", + "overright", + "right", + "same", + "tdistance", + "teq", + "tge", + "tgt", + "tle", + "tlt", + "tne" + ], + "count": 29 + } } \ No newline at end of file