diff --git a/vendor/meos-api/meos-coverage.json b/vendor/meos-api/meos-coverage.json index 8aa11e1..7ed2443 100644 --- a/vendor/meos-api/meos-coverage.json +++ b/vendor/meos-api/meos-coverage.json @@ -3,7 +3,7 @@ "exposable": 0, "byDesignExcluded": 0, "coveragePct": 0, - "internalExcluded": 5175, + "internalExcluded": 5260, "gap": 0, "actionableGap": 0, "byClass": {}, diff --git a/vendor/meos-api/meos-idl.json b/vendor/meos-api/meos-idl.json index 732c421..65900b3 100644 --- a/vendor/meos-api/meos-idl.json +++ b/vendor/meos-api/meos-idl.json @@ -4,6 +4,7 @@ "name": "meos_error", "file": "meos_error.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -59,6 +60,7 @@ "name": "meos_errno", "file": "meos_error.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -83,6 +85,7 @@ "name": "meos_errno_set", "file": "meos_error.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119,6 +122,7 @@ "name": "meos_errno_restore", "file": "meos_error.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155,6 +159,7 @@ "name": "meos_errno_reset", "file": "meos_error.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -179,6 +184,7 @@ "name": "meos_array_create", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosArray *", "canonical": "struct MeosArray *" @@ -214,6 +220,7 @@ "name": "meos_array_add", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -257,6 +264,7 @@ "name": "meos_array_get", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -301,6 +309,7 @@ "name": "meos_array_count", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -336,6 +345,7 @@ "name": "meos_array_reset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -370,6 +380,7 @@ "name": "meos_array_reset_free", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -404,6 +415,7 @@ "name": "meos_array_destroy", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -438,6 +450,7 @@ "name": "meos_array_destroy_free", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -468,10 +481,95 @@ } } }, + { + "name": "index_result_create", + "file": "meos.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "MeosArray *", + "canonical": "struct MeosArray *" + }, + "params": [], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-encoder:MeosArray" + }, + "wire": { + "params": [], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "index_result_id", + "file": "meos.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "result", + "cType": "const MeosArray *", + "canonical": "const struct MeosArray *" + }, + { + "name": "n", + "cType": "int", + "canonical": "int" + }, + { + "name": "id", + "cType": "int64_t *", + "canonical": "int64_t *" + } + ], + "shape": { + "outParams": [ + "id" + ] + }, + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:MeosArray; no-decoder:int64_t" + }, + "wire": { + "params": [ + { + "name": "result", + "kind": "unsupported" + }, + { + "name": "n", + "kind": "json", + "json": "integer" + }, + { + "name": "id", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, { "name": "rtree_create_intspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -495,6 +593,7 @@ "name": "rtree_create_bigintspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -518,6 +617,7 @@ "name": "rtree_create_floatspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -541,6 +641,7 @@ "name": "rtree_create_datespan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -564,6 +665,7 @@ "name": "rtree_create_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -587,6 +689,7 @@ "name": "rtree_create_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -610,6 +713,7 @@ "name": "rtree_create_stbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -632,7 +736,8 @@ { "name": "rtree_create_tpcbox", "file": "meos.h", - "family": "CORE", + "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -656,6 +761,7 @@ "name": "rtree_free", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -690,6 +796,7 @@ "name": "rtree_num_entries", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -725,6 +832,7 @@ "name": "rtree_mem_size", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -759,6 +867,7 @@ "name": "rtree_height", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -794,6 +903,7 @@ "name": "rtree_insert", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -847,6 +957,7 @@ "name": "rtree_load", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -873,6 +984,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "ids", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "int64_t", + "canonical": "int64_t" + } + } + ] + }, "api": "internal", "category": "index", "network": { @@ -910,6 +1036,7 @@ "name": "rtree_insert_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -971,6 +1098,7 @@ "name": "rtree_insert_temporal_split", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -1042,6 +1170,7 @@ "name": "rtree_search", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -1111,6 +1240,7 @@ "name": "rtree_join", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -1180,6 +1310,7 @@ "name": "rtree_search_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -1257,6 +1388,7 @@ "name": "rtree_search_temporal_dedup", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -1288,6 +1420,11 @@ "canonical": "struct MeosArray *" } ], + "shape": { + "outParams": [ + "result" + ] + }, "api": "internal", "category": "index", "network": { @@ -1339,6 +1476,7 @@ "name": "rtree_nn_cursor_open", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTreeNNCursor *", "canonical": "struct RTreeNNCursor *" @@ -1382,6 +1520,7 @@ "name": "rtree_nn_cursor_next", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -1441,6 +1580,7 @@ "name": "rtree_nn_cursor_close", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -1475,6 +1615,7 @@ "name": "sptree_create_intspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1511,6 +1652,7 @@ "name": "sptree_create_bigintspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1547,6 +1689,7 @@ "name": "sptree_create_floatspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1583,6 +1726,7 @@ "name": "sptree_create_datespan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1619,6 +1763,7 @@ "name": "sptree_create_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1655,6 +1800,7 @@ "name": "sptree_create_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1691,6 +1837,7 @@ "name": "sptree_create_stbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1726,7 +1873,8 @@ { "name": "sptree_create_tpcbox", "file": "meos.h", - "family": "CORE", + "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "SPTree *", "canonical": "struct SPTree *" @@ -1763,6 +1911,7 @@ "name": "sptree_free", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -1797,6 +1946,7 @@ "name": "sptree_num_entries", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -1832,6 +1982,7 @@ "name": "sptree_mem_size", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -1866,6 +2017,7 @@ "name": "sptree_height", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -1901,6 +2053,7 @@ "name": "sptree_insert", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -1954,6 +2107,7 @@ "name": "sptree_load", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -1980,6 +2134,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "ids", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "int64_t", + "canonical": "int64_t" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -2017,6 +2186,7 @@ "name": "sptree_insert_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -2078,6 +2248,7 @@ "name": "sptree_insert_temporal_split", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -2149,6 +2320,7 @@ "name": "sptree_search", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -2218,6 +2390,7 @@ "name": "sptree_join", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -2287,6 +2460,7 @@ "name": "sptree_search_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -2364,6 +2538,7 @@ "name": "sptree_search_temporal_dedup", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -2395,6 +2570,11 @@ "canonical": "struct MeosArray *" } ], + "shape": { + "outParams": [ + "result" + ] + }, "api": "internal", "category": "transformation", "network": { @@ -2446,6 +2626,7 @@ "name": "sptree_nn_cursor_open", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SPNNCursor *", "canonical": "struct SPNNCursor *" @@ -2489,6 +2670,7 @@ "name": "sptree_nn_cursor_next", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -2548,6 +2730,7 @@ "name": "sptree_nn_cursor_close", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2582,6 +2765,7 @@ "name": "meos_initialize_error_handler", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2616,6 +2800,7 @@ "name": "meos_initialize_allocator", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2668,6 +2853,7 @@ "name": "meos_initialize_noexit_error_handler", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2691,6 +2877,7 @@ "name": "meos_initialize_timezone", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2726,6 +2913,7 @@ "name": "meos_initialize_collation", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2749,6 +2937,7 @@ "name": "meos_finalize_timezone", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2772,6 +2961,7 @@ "name": "meos_finalize_collation", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2795,6 +2985,7 @@ "name": "meos_finalize_projsrs", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2818,6 +3009,7 @@ "name": "meos_finalize_ways", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2840,7 +3032,8 @@ { "name": "meos_initialize_pointcloud", "file": "meos.h", - "family": "CORE", + "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -2864,6 +3057,7 @@ "name": "meos_set_datestyle", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -2909,6 +3103,7 @@ "name": "meos_set_intervalstyle", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -2955,6 +3150,7 @@ "name": "meos_get_datestyle", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -2979,6 +3175,7 @@ "name": "meos_get_intervalstyle", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3003,6 +3200,7 @@ "name": "meos_set_spatial_ref_sys_csv", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -3038,6 +3236,7 @@ "name": "meos_set_ways_csv", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -3073,6 +3272,7 @@ "name": "meos_initialize", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -3096,6 +3296,7 @@ "name": "meos_finalize", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -3119,6 +3320,7 @@ "name": "meos_version", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3143,6 +3345,7 @@ "name": "meos_full_version", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3167,6 +3370,7 @@ "name": "mobilitydb_version", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3191,6 +3395,7 @@ "name": "mobilitydb_full_version", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3215,6 +3420,7 @@ "name": "bigintset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -3263,6 +3469,7 @@ "name": "bigintset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3305,6 +3512,7 @@ "name": "bigintspan_expand", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -3368,6 +3576,7 @@ "name": "bigintspan_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -3416,6 +3625,7 @@ "name": "bigintspan_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3458,6 +3668,7 @@ "name": "bigintspanset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -3506,6 +3717,7 @@ "name": "bigintspanset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3548,6 +3760,7 @@ "name": "dateset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -3596,6 +3809,7 @@ "name": "dateset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3638,6 +3852,7 @@ "name": "datespan_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -3686,6 +3901,7 @@ "name": "datespan_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3728,6 +3944,7 @@ "name": "datespanset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -3776,6 +3993,7 @@ "name": "datespanset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3818,6 +4036,7 @@ "name": "floatset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -3866,6 +4085,7 @@ "name": "floatset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -3918,6 +4138,7 @@ "name": "floatspan_expand", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -3982,6 +4203,7 @@ "name": "floatspan_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -4030,6 +4252,7 @@ "name": "floatspan_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -4082,6 +4305,7 @@ "name": "floatspanset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -4130,6 +4354,7 @@ "name": "floatspanset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -4182,6 +4407,7 @@ "name": "intset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -4230,6 +4456,7 @@ "name": "intset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -4272,6 +4499,7 @@ "name": "intspan_expand", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -4336,6 +4564,7 @@ "name": "intspan_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -4384,6 +4613,7 @@ "name": "intspan_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -4426,6 +4656,7 @@ "name": "intspanset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -4474,6 +4705,7 @@ "name": "intspanset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -4516,6 +4748,7 @@ "name": "set_as_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -4582,6 +4815,7 @@ "name": "set_as_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -4647,6 +4881,7 @@ "name": "set_from_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -4695,6 +4930,7 @@ "name": "set_from_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -4711,6 +4947,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -4751,6 +5002,7 @@ "name": "span_as_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -4817,6 +5069,7 @@ "name": "span_as_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -4882,6 +5135,7 @@ "name": "span_from_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -4930,6 +5184,7 @@ "name": "span_from_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -4946,6 +5201,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -4986,6 +5256,7 @@ "name": "spanset_as_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -5052,6 +5323,7 @@ "name": "spanset_as_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -5117,6 +5389,7 @@ "name": "spanset_from_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -5165,6 +5438,7 @@ "name": "spanset_from_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -5181,6 +5455,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -5221,6 +5510,7 @@ "name": "textset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -5269,6 +5559,7 @@ "name": "textset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -5311,6 +5602,7 @@ "name": "tstzset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -5359,6 +5651,7 @@ "name": "tstzset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -5401,6 +5694,7 @@ "name": "tstzspan_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -5449,6 +5743,7 @@ "name": "tstzspan_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -5491,6 +5786,7 @@ "name": "tstzspanset_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -5539,6 +5835,7 @@ "name": "tstzspanset_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -5581,6 +5878,7 @@ "name": "bigintset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -5597,6 +5895,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "int64_t", + "canonical": "int64_t" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -5638,6 +5951,7 @@ "name": "bigintspan_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -5714,6 +6028,7 @@ "name": "dateset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -5730,6 +6045,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "DateADT", + "canonical": "DateADT" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -5771,6 +6101,7 @@ "name": "datespan_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -5847,6 +6178,7 @@ "name": "floatset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -5863,6 +6195,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -5904,6 +6251,7 @@ "name": "floatspan_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -5982,6 +6330,7 @@ "name": "intset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -5998,6 +6347,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "int", + "canonical": "int" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -6039,6 +6403,7 @@ "name": "intspan_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -6117,6 +6482,7 @@ "name": "set_copy", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -6171,6 +6537,7 @@ "name": "span_copy", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -6225,6 +6592,7 @@ "name": "spanset_copy", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -6279,6 +6647,7 @@ "name": "spanset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -6343,6 +6712,7 @@ "name": "textset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -6359,6 +6729,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -6400,6 +6785,7 @@ "name": "tstzset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -6416,6 +6802,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TimestampTz", + "canonical": "TimestampTz" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -6457,6 +6858,7 @@ "name": "tstzspan_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -6533,6 +6935,7 @@ "name": "bigint_to_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -6580,6 +6983,7 @@ "name": "bigint_to_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -6628,6 +7032,7 @@ "name": "bigint_to_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -6676,6 +7081,7 @@ "name": "date_to_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -6723,6 +7129,7 @@ "name": "date_to_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -6770,6 +7177,7 @@ "name": "date_to_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -6817,6 +7225,7 @@ "name": "dateset_to_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -6871,6 +7280,7 @@ "name": "datespan_to_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -6925,6 +7335,7 @@ "name": "datespanset_to_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -6979,6 +7390,7 @@ "name": "float_to_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -7027,6 +7439,7 @@ "name": "float_to_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7075,6 +7488,7 @@ "name": "float_to_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -7123,6 +7537,7 @@ "name": "floatset_to_intset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -7177,6 +7592,7 @@ "name": "floatspan_to_intspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7231,6 +7647,7 @@ "name": "floatspan_to_bigintspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7285,6 +7702,7 @@ "name": "floatspanset_to_intspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -7339,6 +7757,7 @@ "name": "int_to_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -7387,6 +7806,7 @@ "name": "int_to_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7435,6 +7855,7 @@ "name": "int_to_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -7483,6 +7904,7 @@ "name": "intset_to_floatset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -7537,6 +7959,7 @@ "name": "intspan_to_floatspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7591,6 +8014,7 @@ "name": "intspan_to_bigintspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7645,6 +8069,7 @@ "name": "bigintspan_to_intspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7699,6 +8124,7 @@ "name": "bigintspan_to_floatspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7753,6 +8179,7 @@ "name": "intspanset_to_floatspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -7807,6 +8234,7 @@ "name": "set_to_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -7861,6 +8289,7 @@ "name": "set_to_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -7915,6 +8344,7 @@ "name": "span_to_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -7969,6 +8399,7 @@ "name": "text_to_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -8017,6 +8448,7 @@ "name": "timestamptz_to_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -8064,6 +8496,7 @@ "name": "timestamptz_to_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -8111,6 +8544,7 @@ "name": "timestamptz_to_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -8158,6 +8592,7 @@ "name": "tstzset_to_dateset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -8212,6 +8647,7 @@ "name": "tstzspan_to_datespan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -8266,6 +8702,7 @@ "name": "tstzspanset_to_datespanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -8320,6 +8757,7 @@ "name": "bigintset_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8361,6 +8799,7 @@ "name": "bigintset_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8402,6 +8841,7 @@ "name": "bigintset_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -8468,6 +8908,7 @@ "name": "bigintset_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t *", "canonical": "int64_t *" @@ -8533,6 +8974,7 @@ "name": "bigintspan_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8574,6 +9016,7 @@ "name": "bigintspan_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8615,6 +9058,7 @@ "name": "bigintspan_width", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8656,6 +9100,7 @@ "name": "bigintspanset_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8697,6 +9142,7 @@ "name": "bigintspanset_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8738,6 +9184,7 @@ "name": "bigintspanset_width", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -8789,6 +9236,7 @@ "name": "dateset_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -8830,6 +9278,7 @@ "name": "dateset_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -8871,6 +9320,7 @@ "name": "dateset_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -8937,6 +9387,7 @@ "name": "dateset_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT *", "canonical": "DateADT *" @@ -9002,6 +9453,7 @@ "name": "datespan_duration", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -9049,6 +9501,7 @@ "name": "datespan_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -9090,6 +9543,7 @@ "name": "datespan_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -9131,6 +9585,7 @@ "name": "datespanset_date_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -9197,6 +9652,7 @@ "name": "datespanset_dates", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -9251,6 +9707,7 @@ "name": "datespanset_duration", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -9308,6 +9765,7 @@ "name": "datespanset_end_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -9349,6 +9807,7 @@ "name": "datespanset_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -9390,6 +9849,7 @@ "name": "datespanset_num_dates", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -9432,6 +9892,7 @@ "name": "datespanset_start_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -9473,6 +9934,7 @@ "name": "datespanset_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -9514,6 +9976,7 @@ "name": "floatset_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9556,6 +10019,7 @@ "name": "floatset_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9598,6 +10062,7 @@ "name": "floatset_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -9663,6 +10128,7 @@ "name": "floatset_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double *", "canonical": "double *" @@ -9728,6 +10194,7 @@ "name": "floatspan_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9770,6 +10237,7 @@ "name": "floatspan_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9812,6 +10280,7 @@ "name": "floatspan_width", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9854,6 +10323,7 @@ "name": "floatspanset_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9896,6 +10366,7 @@ "name": "floatspanset_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9938,6 +10409,7 @@ "name": "floatspanset_width", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -9990,6 +10462,7 @@ "name": "intset_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10032,6 +10505,7 @@ "name": "intset_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10074,6 +10548,7 @@ "name": "intset_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -10139,6 +10614,7 @@ "name": "intset_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -10204,6 +10680,7 @@ "name": "intspan_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10246,6 +10723,7 @@ "name": "intspan_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10288,6 +10766,7 @@ "name": "intspan_width", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10330,6 +10809,7 @@ "name": "intspanset_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10372,6 +10852,7 @@ "name": "intspanset_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10414,6 +10895,7 @@ "name": "intspanset_width", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10466,6 +10948,7 @@ "name": "set_hash", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -10507,6 +10990,7 @@ "name": "set_hash_extended", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -10557,6 +11041,7 @@ "name": "set_num_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -10599,6 +11084,7 @@ "name": "span_hash", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -10640,6 +11126,7 @@ "name": "span_hash_extended", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -10690,6 +11177,7 @@ "name": "span_lower_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -10732,6 +11220,7 @@ "name": "span_upper_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -10774,6 +11263,7 @@ "name": "spanset_end_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -10828,6 +11318,7 @@ "name": "spanset_hash", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -10869,6 +11360,7 @@ "name": "spanset_hash_extended", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -10919,6 +11411,7 @@ "name": "spanset_lower_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -10961,6 +11454,7 @@ "name": "spanset_num_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -11003,6 +11497,7 @@ "name": "spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -11057,6 +11552,7 @@ "name": "spanset_span_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -11121,6 +11617,7 @@ "name": "spanset_spanarr", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span **", "canonical": "struct Span **" @@ -11199,6 +11696,7 @@ "name": "spanset_start_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -11253,6 +11751,7 @@ "name": "spanset_upper_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -11295,6 +11794,7 @@ "name": "textset_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -11337,6 +11837,7 @@ "name": "textset_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -11379,6 +11880,7 @@ "name": "textset_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -11445,6 +11947,7 @@ "name": "textset_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -11510,6 +12013,7 @@ "name": "tstzset_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -11551,6 +12055,7 @@ "name": "tstzset_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -11592,6 +12097,7 @@ "name": "tstzset_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -11658,6 +12164,7 @@ "name": "tstzset_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz *", "canonical": "TimestampTz *" @@ -11723,6 +12230,7 @@ "name": "tstzspan_duration", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -11770,6 +12278,7 @@ "name": "tstzspan_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -11811,6 +12320,7 @@ "name": "tstzspan_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -11852,6 +12362,7 @@ "name": "tstzspanset_duration", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -11909,6 +12420,7 @@ "name": "tstzspanset_end_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -11950,6 +12462,7 @@ "name": "tstzspanset_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -11991,6 +12504,7 @@ "name": "tstzspanset_num_timestamps", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -12033,6 +12547,7 @@ "name": "tstzspanset_start_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -12074,6 +12589,7 @@ "name": "tstzspanset_timestamps", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -12128,6 +12644,7 @@ "name": "tstzspanset_timestamptz_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -12194,6 +12711,7 @@ "name": "tstzspanset_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -12235,6 +12753,7 @@ "name": "bigintset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -12327,6 +12846,7 @@ "name": "bigintspan_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -12419,6 +12939,7 @@ "name": "bigintspanset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -12511,6 +13032,7 @@ "name": "dateset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -12605,6 +13127,7 @@ "name": "datespan_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -12699,6 +13222,7 @@ "name": "datespanset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -12793,6 +13317,7 @@ "name": "floatset_ceil", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -12847,6 +13372,7 @@ "name": "floatset_degrees", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -12911,6 +13437,7 @@ "name": "floatset_floor", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -12965,6 +13492,7 @@ "name": "floatset_radians", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -13019,6 +13547,7 @@ "name": "floatset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -13113,6 +13642,7 @@ "name": "floatspan_ceil", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -13167,6 +13697,7 @@ "name": "floatspan_degrees", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -13231,6 +13762,7 @@ "name": "floatspan_floor", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -13285,6 +13817,7 @@ "name": "floatspan_radians", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -13339,6 +13872,7 @@ "name": "floatspan_round", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -13403,6 +13937,7 @@ "name": "floatspan_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -13497,6 +14032,7 @@ "name": "floatspanset_ceil", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -13551,6 +14087,7 @@ "name": "floatspanset_floor", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -13605,6 +14142,7 @@ "name": "floatspanset_degrees", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -13669,6 +14207,7 @@ "name": "floatspanset_radians", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -13723,6 +14262,7 @@ "name": "floatspanset_round", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -13787,6 +14327,7 @@ "name": "floatspanset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -13881,6 +14422,7 @@ "name": "intset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -13975,6 +14517,7 @@ "name": "intspan_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -14069,6 +14612,7 @@ "name": "intspanset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -14163,6 +14707,7 @@ "name": "tstzspan_expand", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -14238,6 +14783,7 @@ "name": "set_round", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14302,6 +14848,7 @@ "name": "textcat_text_textset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14366,6 +14913,7 @@ "name": "textcat_textset_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14430,6 +14978,7 @@ "name": "textset_initcap", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14484,6 +15033,7 @@ "name": "textset_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14538,6 +15088,7 @@ "name": "textset_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14592,6 +15143,7 @@ "name": "timestamptz_tprecision", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -14656,6 +15208,7 @@ "name": "tstzset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14758,6 +15311,7 @@ "name": "tstzset_tprecision", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -14842,6 +15396,7 @@ "name": "tstzspan_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -14944,6 +15499,7 @@ "name": "tstzspan_tprecision", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -15028,6 +15584,7 @@ "name": "tstzspanset_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -15130,6 +15687,7 @@ "name": "tstzspanset_tprecision", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -15214,6 +15772,7 @@ "name": "set_cmp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -15272,6 +15831,7 @@ "name": "set_eq", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15330,6 +15890,7 @@ "name": "set_ge", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15388,6 +15949,7 @@ "name": "set_gt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15446,6 +16008,7 @@ "name": "set_le", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15504,6 +16067,7 @@ "name": "set_lt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15562,6 +16126,7 @@ "name": "set_ne", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15620,6 +16185,7 @@ "name": "span_cmp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -15678,6 +16244,7 @@ "name": "span_eq", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15736,6 +16303,7 @@ "name": "span_ge", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15794,6 +16362,7 @@ "name": "span_gt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15852,6 +16421,7 @@ "name": "span_le", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15910,6 +16480,7 @@ "name": "span_lt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -15968,6 +16539,7 @@ "name": "span_ne", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16026,6 +16598,7 @@ "name": "spanset_cmp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -16084,6 +16657,7 @@ "name": "spanset_eq", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16142,6 +16716,7 @@ "name": "spanset_ge", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16200,6 +16775,7 @@ "name": "spanset_gt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16258,6 +16834,7 @@ "name": "spanset_le", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16316,6 +16893,7 @@ "name": "spanset_lt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16374,6 +16952,7 @@ "name": "spanset_ne", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16432,6 +17011,7 @@ "name": "set_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -16510,6 +17090,7 @@ "name": "set_split_each_n_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -16598,6 +17179,7 @@ "name": "set_split_n_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -16686,6 +17268,7 @@ "name": "spanset_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -16764,6 +17347,7 @@ "name": "spanset_split_each_n_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -16852,6 +17436,7 @@ "name": "spanset_split_n_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -16940,6 +17525,7 @@ "name": "adjacent_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -16991,6 +17577,7 @@ "name": "adjacent_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17042,6 +17629,7 @@ "name": "adjacent_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17094,6 +17682,7 @@ "name": "adjacent_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17146,6 +17735,7 @@ "name": "adjacent_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17204,6 +17794,7 @@ "name": "adjacent_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17262,6 +17853,7 @@ "name": "adjacent_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17313,6 +17905,7 @@ "name": "adjacent_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17364,6 +17957,7 @@ "name": "adjacent_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17415,6 +18009,7 @@ "name": "adjacent_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17467,6 +18062,7 @@ "name": "adjacent_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17519,6 +18115,7 @@ "name": "adjacent_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17570,6 +18167,7 @@ "name": "adjacent_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17621,6 +18219,7 @@ "name": "adjacent_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17672,6 +18271,7 @@ "name": "adjacent_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17724,6 +18324,7 @@ "name": "adjacent_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17776,6 +18377,7 @@ "name": "adjacent_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17827,6 +18429,7 @@ "name": "adjacent_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17885,6 +18488,7 @@ "name": "adjacent_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17943,6 +18547,7 @@ "name": "contained_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -17994,6 +18599,7 @@ "name": "contained_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18045,6 +18651,7 @@ "name": "contained_bigint_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18096,6 +18703,7 @@ "name": "contained_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18147,6 +18755,7 @@ "name": "contained_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18198,6 +18807,7 @@ "name": "contained_date_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18249,6 +18859,7 @@ "name": "contained_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18301,6 +18912,7 @@ "name": "contained_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18353,6 +18965,7 @@ "name": "contained_float_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18405,6 +19018,7 @@ "name": "contained_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18457,6 +19071,7 @@ "name": "contained_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18509,6 +19124,7 @@ "name": "contained_int_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18561,6 +19177,7 @@ "name": "contained_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18619,6 +19236,7 @@ "name": "contained_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18677,6 +19295,7 @@ "name": "contained_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18735,6 +19354,7 @@ "name": "contained_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18793,6 +19413,7 @@ "name": "contained_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18851,6 +19472,7 @@ "name": "contained_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18903,6 +19525,7 @@ "name": "contained_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -18954,6 +19577,7 @@ "name": "contained_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19005,6 +19629,7 @@ "name": "contained_timestamptz_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19056,6 +19681,7 @@ "name": "contains_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19107,6 +19733,7 @@ "name": "contains_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19158,6 +19785,7 @@ "name": "contains_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19210,6 +19838,7 @@ "name": "contains_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19262,6 +19891,7 @@ "name": "contains_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19320,6 +19950,7 @@ "name": "contains_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19372,6 +20003,7 @@ "name": "contains_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19423,6 +20055,7 @@ "name": "contains_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19474,6 +20107,7 @@ "name": "contains_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19525,6 +20159,7 @@ "name": "contains_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19577,6 +20212,7 @@ "name": "contains_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19629,6 +20265,7 @@ "name": "contains_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19687,6 +20324,7 @@ "name": "contains_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19745,6 +20383,7 @@ "name": "contains_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19796,6 +20435,7 @@ "name": "contains_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19847,6 +20487,7 @@ "name": "contains_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19898,6 +20539,7 @@ "name": "contains_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -19950,6 +20592,7 @@ "name": "contains_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20002,6 +20645,7 @@ "name": "contains_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20060,6 +20704,7 @@ "name": "contains_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20118,6 +20763,7 @@ "name": "contains_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20169,6 +20815,7 @@ "name": "overlaps_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20227,6 +20874,7 @@ "name": "overlaps_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20285,6 +20933,7 @@ "name": "overlaps_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20343,6 +20992,7 @@ "name": "overlaps_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20401,6 +21051,7 @@ "name": "overlaps_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20459,6 +21110,7 @@ "name": "same_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20517,6 +21169,7 @@ "name": "after_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20568,6 +21221,7 @@ "name": "after_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20619,6 +21273,7 @@ "name": "after_date_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20670,6 +21325,7 @@ "name": "after_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20721,6 +21377,7 @@ "name": "after_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20772,6 +21429,7 @@ "name": "after_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20823,6 +21481,7 @@ "name": "after_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20874,6 +21533,7 @@ "name": "after_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20925,6 +21585,7 @@ "name": "after_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -20976,6 +21637,7 @@ "name": "after_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21027,6 +21689,7 @@ "name": "after_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21078,6 +21741,7 @@ "name": "after_timestamptz_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21129,6 +21793,7 @@ "name": "before_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21180,6 +21845,7 @@ "name": "before_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21231,6 +21897,7 @@ "name": "before_date_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21282,6 +21949,7 @@ "name": "before_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21333,6 +22001,7 @@ "name": "before_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21384,6 +22053,7 @@ "name": "before_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21435,6 +22105,7 @@ "name": "before_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21486,6 +22157,7 @@ "name": "before_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21537,6 +22209,7 @@ "name": "before_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21588,6 +22261,7 @@ "name": "before_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21639,6 +22313,7 @@ "name": "before_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21690,6 +22365,7 @@ "name": "before_timestamptz_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21741,6 +22417,7 @@ "name": "left_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21792,6 +22469,7 @@ "name": "left_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21843,6 +22521,7 @@ "name": "left_bigint_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21894,6 +22573,7 @@ "name": "left_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21946,6 +22626,7 @@ "name": "left_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -21998,6 +22679,7 @@ "name": "left_float_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22050,6 +22732,7 @@ "name": "left_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22102,6 +22785,7 @@ "name": "left_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22154,6 +22838,7 @@ "name": "left_int_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22206,6 +22891,7 @@ "name": "left_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22257,6 +22943,7 @@ "name": "left_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22309,6 +22996,7 @@ "name": "left_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22361,6 +23049,7 @@ "name": "left_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22419,6 +23108,7 @@ "name": "left_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22471,6 +23161,7 @@ "name": "left_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22522,6 +23213,7 @@ "name": "left_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22574,6 +23266,7 @@ "name": "left_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22626,6 +23319,7 @@ "name": "left_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22684,6 +23378,7 @@ "name": "left_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22742,6 +23437,7 @@ "name": "left_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22793,6 +23489,7 @@ "name": "left_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22845,6 +23542,7 @@ "name": "left_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22897,6 +23595,7 @@ "name": "left_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -22955,6 +23654,7 @@ "name": "left_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23013,6 +23713,7 @@ "name": "left_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23065,6 +23766,7 @@ "name": "overafter_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23116,6 +23818,7 @@ "name": "overafter_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23167,6 +23870,7 @@ "name": "overafter_date_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23218,6 +23922,7 @@ "name": "overafter_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23269,6 +23974,7 @@ "name": "overafter_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23320,6 +24026,7 @@ "name": "overafter_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23371,6 +24078,7 @@ "name": "overafter_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23422,6 +24130,7 @@ "name": "overafter_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23473,6 +24182,7 @@ "name": "overafter_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23524,6 +24234,7 @@ "name": "overafter_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23575,6 +24286,7 @@ "name": "overafter_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23626,6 +24338,7 @@ "name": "overafter_timestamptz_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23677,6 +24390,7 @@ "name": "overbefore_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23728,6 +24442,7 @@ "name": "overbefore_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23779,6 +24494,7 @@ "name": "overbefore_date_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23830,6 +24546,7 @@ "name": "overbefore_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23881,6 +24598,7 @@ "name": "overbefore_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23932,6 +24650,7 @@ "name": "overbefore_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -23983,6 +24702,7 @@ "name": "overbefore_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24034,6 +24754,7 @@ "name": "overbefore_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24085,6 +24806,7 @@ "name": "overbefore_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24136,6 +24858,7 @@ "name": "overbefore_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24187,6 +24910,7 @@ "name": "overbefore_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24238,6 +24962,7 @@ "name": "overbefore_timestamptz_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24289,6 +25014,7 @@ "name": "overleft_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24340,6 +25066,7 @@ "name": "overleft_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24391,6 +25118,7 @@ "name": "overleft_bigint_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24442,6 +25170,7 @@ "name": "overleft_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24494,6 +25223,7 @@ "name": "overleft_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24546,6 +25276,7 @@ "name": "overleft_float_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24598,6 +25329,7 @@ "name": "overleft_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24650,6 +25382,7 @@ "name": "overleft_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24702,6 +25435,7 @@ "name": "overleft_int_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24754,6 +25488,7 @@ "name": "overleft_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24805,6 +25540,7 @@ "name": "overleft_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24857,6 +25593,7 @@ "name": "overleft_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24909,6 +25646,7 @@ "name": "overleft_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -24967,6 +25705,7 @@ "name": "overleft_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25019,6 +25758,7 @@ "name": "overleft_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25070,6 +25810,7 @@ "name": "overleft_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25122,6 +25863,7 @@ "name": "overleft_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25174,6 +25916,7 @@ "name": "overleft_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25232,6 +25975,7 @@ "name": "overleft_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25290,6 +26034,7 @@ "name": "overleft_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25341,6 +26086,7 @@ "name": "overleft_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25393,6 +26139,7 @@ "name": "overleft_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25445,6 +26192,7 @@ "name": "overleft_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25503,6 +26251,7 @@ "name": "overleft_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25561,6 +26310,7 @@ "name": "overleft_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25613,6 +26363,7 @@ "name": "overright_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25664,6 +26415,7 @@ "name": "overright_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25715,6 +26467,7 @@ "name": "overright_bigint_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25766,6 +26519,7 @@ "name": "overright_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25818,6 +26572,7 @@ "name": "overright_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25870,6 +26625,7 @@ "name": "overright_float_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25922,6 +26678,7 @@ "name": "overright_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -25974,6 +26731,7 @@ "name": "overright_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26026,6 +26784,7 @@ "name": "overright_int_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26078,6 +26837,7 @@ "name": "overright_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26129,6 +26889,7 @@ "name": "overright_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26181,6 +26942,7 @@ "name": "overright_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26233,6 +26995,7 @@ "name": "overright_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26291,6 +27054,7 @@ "name": "overright_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26343,6 +27107,7 @@ "name": "overright_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26394,6 +27159,7 @@ "name": "overright_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26446,6 +27212,7 @@ "name": "overright_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26498,6 +27265,7 @@ "name": "overright_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26556,6 +27324,7 @@ "name": "overright_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26614,6 +27383,7 @@ "name": "overright_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26665,6 +27435,7 @@ "name": "overright_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26717,6 +27488,7 @@ "name": "overright_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26769,6 +27541,7 @@ "name": "overright_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26827,6 +27600,7 @@ "name": "overright_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26885,6 +27659,7 @@ "name": "overright_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26937,6 +27712,7 @@ "name": "right_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -26988,6 +27764,7 @@ "name": "right_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27039,6 +27816,7 @@ "name": "right_bigint_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27090,6 +27868,7 @@ "name": "right_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27142,6 +27921,7 @@ "name": "right_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27194,6 +27974,7 @@ "name": "right_float_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27246,6 +28027,7 @@ "name": "right_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27298,6 +28080,7 @@ "name": "right_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27350,6 +28133,7 @@ "name": "right_int_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27402,6 +28186,7 @@ "name": "right_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27453,6 +28238,7 @@ "name": "right_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27505,6 +28291,7 @@ "name": "right_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27557,6 +28344,7 @@ "name": "right_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27615,6 +28403,7 @@ "name": "right_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27667,6 +28456,7 @@ "name": "right_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27718,6 +28508,7 @@ "name": "right_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27770,6 +28561,7 @@ "name": "right_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27822,6 +28614,7 @@ "name": "right_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27880,6 +28673,7 @@ "name": "right_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27938,6 +28732,7 @@ "name": "right_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -27989,6 +28784,7 @@ "name": "right_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -28041,6 +28837,7 @@ "name": "right_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -28093,6 +28890,7 @@ "name": "right_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -28151,6 +28949,7 @@ "name": "right_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -28209,6 +29008,7 @@ "name": "right_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -28261,6 +29061,7 @@ "name": "intersection_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28324,6 +29125,7 @@ "name": "intersection_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28387,6 +29189,7 @@ "name": "intersection_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28451,6 +29254,7 @@ "name": "intersection_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28515,6 +29319,7 @@ "name": "intersection_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28578,6 +29383,7 @@ "name": "intersection_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28641,6 +29447,7 @@ "name": "intersection_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28705,6 +29512,7 @@ "name": "intersection_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28769,6 +29577,7 @@ "name": "intersection_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28839,6 +29648,7 @@ "name": "intersection_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28903,6 +29713,7 @@ "name": "intersection_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -28966,6 +29777,7 @@ "name": "intersection_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -29029,6 +29841,7 @@ "name": "intersection_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -29092,6 +29905,7 @@ "name": "intersection_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -29156,6 +29970,7 @@ "name": "intersection_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -29220,6 +30035,7 @@ "name": "intersection_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -29290,6 +30106,7 @@ "name": "intersection_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29360,6 +30177,7 @@ "name": "intersection_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -29423,6 +30241,7 @@ "name": "intersection_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29486,6 +30305,7 @@ "name": "intersection_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29549,6 +30369,7 @@ "name": "intersection_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29613,6 +30434,7 @@ "name": "intersection_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29677,6 +30499,7 @@ "name": "intersection_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29747,6 +30570,7 @@ "name": "intersection_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29817,6 +30641,7 @@ "name": "intersection_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -29880,6 +30705,7 @@ "name": "intersection_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -29944,6 +30770,7 @@ "name": "intersection_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30007,6 +30834,7 @@ "name": "minus_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30070,6 +30898,7 @@ "name": "minus_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30133,6 +30962,7 @@ "name": "minus_bigint_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30196,6 +31026,7 @@ "name": "minus_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30259,6 +31090,7 @@ "name": "minus_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30322,6 +31154,7 @@ "name": "minus_date_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30385,6 +31218,7 @@ "name": "minus_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30449,6 +31283,7 @@ "name": "minus_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30513,6 +31348,7 @@ "name": "minus_float_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30577,6 +31413,7 @@ "name": "minus_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30641,6 +31478,7 @@ "name": "minus_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30705,6 +31543,7 @@ "name": "minus_int_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -30769,6 +31608,7 @@ "name": "minus_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30832,6 +31672,7 @@ "name": "minus_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30895,6 +31736,7 @@ "name": "minus_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -30959,6 +31801,7 @@ "name": "minus_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -31023,6 +31866,7 @@ "name": "minus_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -31093,6 +31937,7 @@ "name": "minus_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -31157,6 +32002,7 @@ "name": "minus_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -31220,6 +32066,7 @@ "name": "minus_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31283,6 +32130,7 @@ "name": "minus_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31346,6 +32194,7 @@ "name": "minus_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31410,6 +32259,7 @@ "name": "minus_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31474,6 +32324,7 @@ "name": "minus_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31544,6 +32395,7 @@ "name": "minus_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31614,6 +32466,7 @@ "name": "minus_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31677,6 +32530,7 @@ "name": "minus_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31740,6 +32594,7 @@ "name": "minus_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31803,6 +32658,7 @@ "name": "minus_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31867,6 +32723,7 @@ "name": "minus_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -31931,6 +32788,7 @@ "name": "minus_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32001,6 +32859,7 @@ "name": "minus_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32071,6 +32930,7 @@ "name": "minus_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32134,6 +32994,7 @@ "name": "minus_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -32198,6 +33059,7 @@ "name": "minus_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -32261,6 +33123,7 @@ "name": "minus_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32324,6 +33187,7 @@ "name": "minus_timestamptz_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32387,6 +33251,7 @@ "name": "union_bigint_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -32450,6 +33315,7 @@ "name": "union_bigint_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32513,6 +33379,7 @@ "name": "union_bigint_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32576,6 +33443,7 @@ "name": "union_date_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -32639,6 +33507,7 @@ "name": "union_date_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32702,6 +33571,7 @@ "name": "union_date_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32765,6 +33635,7 @@ "name": "union_float_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -32829,6 +33700,7 @@ "name": "union_float_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32893,6 +33765,7 @@ "name": "union_float_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -32957,6 +33830,7 @@ "name": "union_int_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33021,6 +33895,7 @@ "name": "union_int_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33085,6 +33960,7 @@ "name": "union_int_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33149,6 +34025,7 @@ "name": "union_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33212,6 +34089,7 @@ "name": "union_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33275,6 +34153,7 @@ "name": "union_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33339,6 +34218,7 @@ "name": "union_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33403,6 +34283,7 @@ "name": "union_set_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33473,6 +34354,7 @@ "name": "union_set_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33537,6 +34419,7 @@ "name": "union_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -33600,6 +34483,7 @@ "name": "union_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33663,6 +34547,7 @@ "name": "union_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33726,6 +34611,7 @@ "name": "union_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33790,6 +34676,7 @@ "name": "union_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33854,6 +34741,7 @@ "name": "union_span_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33924,6 +34812,7 @@ "name": "union_span_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -33994,6 +34883,7 @@ "name": "union_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34057,6 +34947,7 @@ "name": "union_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34120,6 +35011,7 @@ "name": "union_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34183,6 +35075,7 @@ "name": "union_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34247,6 +35140,7 @@ "name": "union_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34311,6 +35205,7 @@ "name": "union_spanset_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34381,6 +35276,7 @@ "name": "union_spanset_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34451,6 +35347,7 @@ "name": "union_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34514,6 +35411,7 @@ "name": "union_text_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -34578,6 +35476,7 @@ "name": "union_timestamptz_set", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -34641,6 +35540,7 @@ "name": "union_timestamptz_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34704,6 +35604,7 @@ "name": "union_timestamptz_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -34767,6 +35668,7 @@ "name": "distance_bigintset_bigintset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -34824,6 +35726,7 @@ "name": "distance_bigintspan_bigintspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -34881,6 +35784,7 @@ "name": "distance_bigintspanset_bigintspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -34938,6 +35842,7 @@ "name": "distance_bigintspanset_bigintspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -34995,6 +35900,7 @@ "name": "distance_dateset_dateset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35053,6 +35959,7 @@ "name": "distance_datespan_datespan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35111,6 +36018,7 @@ "name": "distance_datespanset_datespan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35169,6 +36077,7 @@ "name": "distance_datespanset_datespanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35227,6 +36136,7 @@ "name": "distance_floatset_floatset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -35285,6 +36195,7 @@ "name": "distance_floatspan_floatspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -35343,6 +36254,7 @@ "name": "distance_floatspanset_floatspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -35401,6 +36313,7 @@ "name": "distance_floatspanset_floatspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -35459,6 +36372,7 @@ "name": "distance_intset_intset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35517,6 +36431,7 @@ "name": "distance_intspan_intspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35575,6 +36490,7 @@ "name": "distance_intspanset_intspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35633,6 +36549,7 @@ "name": "distance_intspanset_intspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35691,6 +36608,7 @@ "name": "distance_set_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -35741,6 +36659,7 @@ "name": "distance_set_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35792,6 +36711,7 @@ "name": "distance_set_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -35844,6 +36764,7 @@ "name": "distance_set_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -35896,6 +36817,7 @@ "name": "distance_set_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -35947,6 +36869,7 @@ "name": "distance_span_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -35997,6 +36920,7 @@ "name": "distance_span_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -36048,6 +36972,7 @@ "name": "distance_span_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36100,6 +37025,7 @@ "name": "distance_span_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -36152,6 +37078,7 @@ "name": "distance_span_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36203,6 +37130,7 @@ "name": "distance_spanset_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -36253,6 +37181,7 @@ "name": "distance_spanset_date", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -36304,6 +37233,7 @@ "name": "distance_spanset_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36356,6 +37286,7 @@ "name": "distance_spanset_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -36408,6 +37339,7 @@ "name": "distance_spanset_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36459,6 +37391,7 @@ "name": "distance_tstzset_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36517,6 +37450,7 @@ "name": "distance_tstzspan_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36575,6 +37509,7 @@ "name": "distance_tstzspanset_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36633,6 +37568,7 @@ "name": "distance_tstzspanset_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -36691,6 +37627,7 @@ "name": "bigint_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -36759,6 +37696,7 @@ "name": "bigint_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -36822,6 +37760,7 @@ "name": "date_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -36890,6 +37829,7 @@ "name": "date_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -36953,6 +37893,7 @@ "name": "float_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -37022,6 +37963,7 @@ "name": "float_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -37086,6 +38028,7 @@ "name": "int_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -37155,6 +38098,7 @@ "name": "int_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -37219,6 +38163,7 @@ "name": "set_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -37295,6 +38240,7 @@ "name": "set_union_finalfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -37349,6 +38295,7 @@ "name": "set_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -37419,6 +38366,7 @@ "name": "span_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -37495,6 +38443,7 @@ "name": "span_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -37570,6 +38519,7 @@ "name": "spanset_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -37646,6 +38596,7 @@ "name": "spanset_union_finalfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -37705,6 +38656,7 @@ "name": "spanset_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -37780,6 +38732,7 @@ "name": "text_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -37844,6 +38797,7 @@ "name": "timestamptz_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -37912,6 +38866,7 @@ "name": "timestamptz_union_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -37975,6 +38930,7 @@ "name": "bigint_get_bin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -38027,6 +38983,7 @@ "name": "bigintspan_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -38123,6 +39080,7 @@ "name": "bigintspanset_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -38219,6 +39177,7 @@ "name": "date_get_bin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -38283,6 +39242,7 @@ "name": "datespan_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -38391,6 +39351,7 @@ "name": "datespanset_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -38499,6 +39460,7 @@ "name": "float_get_bin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -38555,6 +39517,7 @@ "name": "floatspan_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -38653,6 +39616,7 @@ "name": "floatspanset_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -38751,6 +39715,7 @@ "name": "int_get_bin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -38807,6 +39772,7 @@ "name": "intspan_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -38905,6 +39871,7 @@ "name": "intspanset_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -39003,6 +39970,7 @@ "name": "timestamptz_get_bin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -39067,6 +40035,7 @@ "name": "tstzspan_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -39175,6 +40144,7 @@ "name": "tstzspanset_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -39283,6 +40253,7 @@ "name": "tbox_as_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -39349,6 +40320,7 @@ "name": "tbox_as_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -39414,6 +40386,7 @@ "name": "tbox_from_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39462,6 +40435,7 @@ "name": "tbox_from_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39478,6 +40452,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -39518,6 +40507,7 @@ "name": "tbox_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39566,6 +40556,7 @@ "name": "tbox_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -39618,6 +40609,7 @@ "name": "float_timestamptz_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39675,6 +40667,7 @@ "name": "float_tstzspan_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39739,6 +40732,7 @@ "name": "int_timestamptz_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39796,6 +40790,7 @@ "name": "bigint_timestamptz_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39852,6 +40847,7 @@ "name": "int_tstzspan_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39916,6 +40912,7 @@ "name": "bigint_tstzspan_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -39979,6 +40976,7 @@ "name": "numspan_tstzspan_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40049,6 +41047,7 @@ "name": "numspan_timestamptz_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40112,6 +41111,7 @@ "name": "tbox_copy", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40166,6 +41166,7 @@ "name": "tbox_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40242,6 +41243,7 @@ "name": "float_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40290,6 +41292,7 @@ "name": "int_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40338,6 +41341,7 @@ "name": "bigint_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40385,6 +41389,7 @@ "name": "set_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40439,6 +41444,7 @@ "name": "span_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40493,6 +41499,7 @@ "name": "spanset_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40547,6 +41554,7 @@ "name": "tbox_to_intspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -40601,6 +41609,7 @@ "name": "tbox_to_bigintspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -40655,6 +41664,7 @@ "name": "tbox_to_floatspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -40709,6 +41719,7 @@ "name": "tbox_to_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -40763,6 +41774,7 @@ "name": "timestamptz_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -40810,6 +41822,7 @@ "name": "tbox_hash", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -40851,6 +41864,7 @@ "name": "tbox_hash_extended", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -40901,6 +41915,7 @@ "name": "tbox_hast", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -40943,6 +41958,7 @@ "name": "tbox_hasx", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -40985,6 +42001,7 @@ "name": "tbox_tmax", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41041,6 +42058,7 @@ "name": "tbox_tmax_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41096,6 +42114,7 @@ "name": "tbox_tmin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41152,6 +42171,7 @@ "name": "tbox_tmin_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41207,6 +42227,7 @@ "name": "tbox_xmax", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41262,6 +42283,7 @@ "name": "tbox_xmax_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41317,6 +42339,7 @@ "name": "tbox_xmin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41372,6 +42395,7 @@ "name": "tbox_xmin_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41427,6 +42451,7 @@ "name": "tboxfloat_xmax", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41482,6 +42507,7 @@ "name": "tboxfloat_xmin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41537,6 +42563,7 @@ "name": "tboxint_xmax", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41592,6 +42619,7 @@ "name": "tboxbigint_xmax", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41648,6 +42676,7 @@ "name": "tboxint_xmin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41703,6 +42732,7 @@ "name": "tboxbigint_xmin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -41759,6 +42789,7 @@ "name": "tfloatbox_expand", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -41823,6 +42854,7 @@ "name": "tintbox_expand", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -41887,6 +42919,7 @@ "name": "tbox_expand_time", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -41962,6 +42995,7 @@ "name": "tbox_round", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42026,6 +43060,7 @@ "name": "tfloatbox_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42120,6 +43155,7 @@ "name": "tintbox_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42214,6 +43250,7 @@ "name": "tbox_shift_scale_time", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42316,6 +43353,7 @@ "name": "tbigintbox_expand", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42379,6 +43417,7 @@ "name": "tbigintbox_shift_scale", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42471,6 +43510,7 @@ "name": "union_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42551,6 +43591,7 @@ "name": "intersection_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -42621,6 +43662,7 @@ "name": "adjacent_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -42679,6 +43721,7 @@ "name": "contained_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -42737,6 +43780,7 @@ "name": "contains_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -42795,6 +43839,7 @@ "name": "overlaps_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -42853,6 +43898,7 @@ "name": "same_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -42911,6 +43957,7 @@ "name": "after_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -42969,6 +44016,7 @@ "name": "before_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43027,6 +44075,7 @@ "name": "left_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43085,6 +44134,7 @@ "name": "overafter_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43143,6 +44193,7 @@ "name": "overbefore_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43201,6 +44252,7 @@ "name": "overleft_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43259,6 +44311,7 @@ "name": "overright_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43317,6 +44370,7 @@ "name": "right_tbox_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43375,6 +44429,7 @@ "name": "tbox_cmp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -43433,6 +44488,7 @@ "name": "tbox_eq", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43491,6 +44547,7 @@ "name": "tbox_ge", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43549,6 +44606,7 @@ "name": "tbox_gt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43607,6 +44665,7 @@ "name": "tbox_le", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43665,6 +44724,7 @@ "name": "tbox_lt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43723,6 +44783,7 @@ "name": "tbox_ne", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -43781,6 +44842,7 @@ "name": "tbool_from_mfjson", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -43830,6 +44892,7 @@ "name": "tbool_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -43879,6 +44942,7 @@ "name": "tbool_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -43922,6 +44986,7 @@ "name": "temporal_as_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -43989,6 +45054,7 @@ "name": "temporal_as_mfjson", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -44077,6 +45143,7 @@ "name": "temporal_as_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -44143,6 +45210,7 @@ "name": "wkb_variant_from_endian", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t", "canonical": "unsigned char" @@ -44179,6 +45247,7 @@ "name": "temporal_from_hexwkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44228,6 +45297,7 @@ "name": "temporal_from_wkb", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44244,6 +45314,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -44285,6 +45370,7 @@ "name": "tfloat_from_mfjson", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44334,6 +45420,7 @@ "name": "tfloat_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44383,6 +45470,7 @@ "name": "tfloat_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -44436,6 +45524,7 @@ "name": "tint_from_mfjson", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44485,6 +45574,7 @@ "name": "tbigint_from_mfjson", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44534,6 +45624,7 @@ "name": "tint_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44583,6 +45674,7 @@ "name": "tbigint_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44632,6 +45724,7 @@ "name": "tint_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -44675,6 +45768,7 @@ "name": "tbigint_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -44718,6 +45812,7 @@ "name": "ttext_from_mfjson", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44767,6 +45862,7 @@ "name": "ttext_in", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44816,6 +45912,7 @@ "name": "ttext_out", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -44859,6 +45956,7 @@ "name": "tbool_from_base_temp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -44925,6 +46023,7 @@ "name": "tboolinst_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -44981,6 +46080,7 @@ "name": "tboolseq_from_base_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -45044,6 +46144,7 @@ "name": "tboolseq_from_base_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -45107,6 +46208,7 @@ "name": "tboolseqset_from_base_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -45170,6 +46272,7 @@ "name": "temporal_copy", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -45226,6 +46329,7 @@ "name": "tfloat_from_base_temp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -45292,6 +46396,7 @@ "name": "tfloatinst_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -45348,6 +46453,7 @@ "name": "tfloatseq_from_base_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -45411,6 +46517,7 @@ "name": "tfloatseq_from_base_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -45485,6 +46592,7 @@ "name": "tfloatseqset_from_base_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -45559,6 +46667,7 @@ "name": "tint_from_base_temp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -45625,6 +46734,7 @@ "name": "tbigint_from_base_temp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -45690,6 +46800,7 @@ "name": "tintinst_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -45746,6 +46857,7 @@ "name": "tbigintinst_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -45801,6 +46913,7 @@ "name": "tintseq_from_base_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -45864,6 +46977,7 @@ "name": "tbigintseq_from_base_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -45926,6 +47040,7 @@ "name": "tintseq_from_base_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -45989,6 +47104,7 @@ "name": "tbigintseq_from_base_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -46051,6 +47167,7 @@ "name": "tintseqset_from_base_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -46114,6 +47231,7 @@ "name": "tbigintseqset_from_base_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -46176,6 +47294,7 @@ "name": "tsequence_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -46212,6 +47331,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -46278,6 +47412,7 @@ "name": "tsequenceset_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -46299,6 +47434,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -46344,6 +47494,7 @@ "name": "tsequenceset_make_gaps", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -46376,6 +47527,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "nullable": [ "maxt" ] @@ -46452,6 +47616,7 @@ "name": "ttext_from_base_temp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -46518,6 +47683,7 @@ "name": "ttextinst_make", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -46574,6 +47740,7 @@ "name": "ttextseq_from_base_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -46637,6 +47804,7 @@ "name": "ttextseq_from_base_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -46700,6 +47868,7 @@ "name": "ttextseqset_from_base_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -46763,6 +47932,7 @@ "name": "tbool_to_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -46819,6 +47989,7 @@ "name": "temporal_to_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -46874,6 +48045,7 @@ "name": "tfloat_to_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -46930,6 +48102,7 @@ "name": "tfloat_to_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -46986,6 +48159,7 @@ "name": "tint_to_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -47042,6 +48216,7 @@ "name": "tint_to_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -47098,6 +48273,7 @@ "name": "tbigint_to_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -47154,6 +48330,7 @@ "name": "tbigint_to_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -47210,6 +48387,7 @@ "name": "tnumber_to_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -47265,6 +48443,7 @@ "name": "tnumber_to_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -47320,6 +48499,7 @@ "name": "tbool_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -47363,6 +48543,7 @@ "name": "tbool_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -47406,6 +48587,7 @@ "name": "tbool_value_at_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -47481,6 +48663,7 @@ "name": "tbool_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -47547,6 +48730,7 @@ "name": "tbool_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool *", "canonical": "bool *" @@ -47613,6 +48797,7 @@ "name": "temporal_duration", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -47671,6 +48856,7 @@ "name": "temporal_end_instant", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -47725,6 +48911,7 @@ "name": "temporal_end_sequence", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -47779,6 +48966,7 @@ "name": "temporal_end_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -47821,6 +49009,7 @@ "name": "temporal_hash", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -47863,6 +49052,7 @@ "name": "temporal_hash_extended", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -47914,6 +49104,7 @@ "name": "temporal_instant_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -47978,6 +49169,7 @@ "name": "temporal_instants", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant **", "canonical": "struct TInstant **" @@ -48056,6 +49248,7 @@ "name": "temporal_interp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -48099,6 +49292,7 @@ "name": "temporal_lower_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -48142,6 +49336,7 @@ "name": "temporal_max_instant", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -48196,6 +49391,7 @@ "name": "temporal_min_instant", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -48250,6 +49446,7 @@ "name": "temporal_num_instants", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -48293,6 +49490,7 @@ "name": "temporal_num_sequences", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -48336,6 +49534,7 @@ "name": "temporal_num_timestamps", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -48379,6 +49578,7 @@ "name": "temporal_segm_duration", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -48474,6 +49674,7 @@ "name": "temporal_segments", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -48552,6 +49753,7 @@ "name": "temporal_sequence_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -48616,6 +49818,7 @@ "name": "temporal_sequences", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -48694,6 +49897,7 @@ "name": "temporal_start_instant", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -48748,6 +49952,7 @@ "name": "temporal_start_sequence", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -48802,6 +50007,7 @@ "name": "temporal_start_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -48844,6 +50050,7 @@ "name": "temporal_stops", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -48929,6 +50136,7 @@ "name": "temporal_subtype", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -48972,6 +50180,7 @@ "name": "temporal_basetype_name", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -49015,6 +50224,7 @@ "name": "temporal_time", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -49070,6 +50280,7 @@ "name": "temporal_timestamps", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz *", "canonical": "TimestampTz *" @@ -49136,6 +50347,7 @@ "name": "temporal_timestamptz_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -49203,6 +50415,7 @@ "name": "temporal_upper_inc", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -49246,6 +50459,7 @@ "name": "tfloat_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -49289,6 +50503,7 @@ "name": "tfloat_min_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -49332,6 +50547,7 @@ "name": "tfloat_max_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -49375,6 +50591,7 @@ "name": "tfloat_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -49418,6 +50635,7 @@ "name": "tfloat_value_at_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -49493,6 +50711,7 @@ "name": "tfloat_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -49559,6 +50778,7 @@ "name": "tfloat_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double *", "canonical": "double *" @@ -49625,6 +50845,7 @@ "name": "tint_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -49668,6 +50889,7 @@ "name": "tbigint_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -49710,6 +50932,7 @@ "name": "tint_max_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -49753,6 +50976,7 @@ "name": "tbigint_max_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -49795,6 +51019,7 @@ "name": "tint_min_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -49838,6 +51063,7 @@ "name": "tbigint_min_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -49880,6 +51106,7 @@ "name": "tint_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -49923,6 +51150,7 @@ "name": "tbigint_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -49965,6 +51193,7 @@ "name": "tbigint_value_at_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -50041,6 +51270,7 @@ "name": "tint_value_at_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -50116,6 +51346,7 @@ "name": "tint_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -50182,6 +51413,7 @@ "name": "tbigint_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -50248,6 +51480,7 @@ "name": "tint_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -50314,6 +51547,7 @@ "name": "tbigint_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t *", "canonical": "int64_t *" @@ -50380,6 +51614,7 @@ "name": "tnumber_avg_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -50423,6 +51658,7 @@ "name": "tnumber_integral", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -50466,6 +51702,7 @@ "name": "tnumber_twavg", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -50509,6 +51746,7 @@ "name": "tnumber_valuespans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -50564,6 +51802,7 @@ "name": "ttext_end_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -50607,6 +51846,7 @@ "name": "ttext_max_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -50650,6 +51890,7 @@ "name": "ttext_min_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -50693,6 +51934,7 @@ "name": "ttext_start_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -50736,6 +51978,7 @@ "name": "ttext_value_at_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -50812,6 +52055,7 @@ "name": "ttext_value_n", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -50879,6 +52123,7 @@ "name": "ttext_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -50945,6 +52190,7 @@ "name": "float_degrees", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -50991,6 +52237,7 @@ "name": "temparr_round", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -51012,6 +52259,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "temp", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -51052,6 +52314,7 @@ "name": "temporal_round", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51118,6 +52381,7 @@ "name": "temporal_scale_time", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51195,6 +52459,7 @@ "name": "temporal_set_interp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51262,6 +52527,7 @@ "name": "temporal_shift_scale_time", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51360,6 +52626,7 @@ "name": "temporal_shift_time", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51437,6 +52704,7 @@ "name": "temporal_as_tinstant", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -51491,6 +52759,7 @@ "name": "temporal_as_tsequence", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -51556,6 +52825,7 @@ "name": "temporal_as_tsequenceset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -51621,6 +52891,7 @@ "name": "tfloat_ceil", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51677,6 +52948,7 @@ "name": "tfloat_degrees", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51743,6 +53015,7 @@ "name": "tfloat_floor", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51799,6 +53072,7 @@ "name": "tfloat_radians", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51855,6 +53129,7 @@ "name": "tfloat_scale_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51921,6 +53196,7 @@ "name": "tfloat_shift_scale_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -51997,6 +53273,7 @@ "name": "tfloat_shift_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52063,6 +53340,7 @@ "name": "tint_scale_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52129,6 +53407,7 @@ "name": "tbigint_scale_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52194,6 +53473,7 @@ "name": "tint_shift_scale_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52270,6 +53550,7 @@ "name": "tbigint_shift_scale_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52344,6 +53625,7 @@ "name": "tint_shift_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52410,6 +53692,7 @@ "name": "tbigint_shift_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52475,6 +53758,7 @@ "name": "temporal_append_tinstant", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52603,6 +53887,7 @@ "name": "temporal_append_tsequence", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52678,6 +53963,7 @@ "name": "temporal_delete_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52753,6 +54039,7 @@ "name": "temporal_delete_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52835,6 +54122,7 @@ "name": "temporal_delete_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52917,6 +54205,7 @@ "name": "temporal_delete_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -52999,6 +54288,7 @@ "name": "temporal_insert", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53082,6 +54372,7 @@ "name": "temporal_merge", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53161,6 +54452,7 @@ "name": "temporal_merge_array", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53177,6 +54469,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "temparr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -53226,6 +54533,7 @@ "name": "temporal_update", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53309,6 +54617,7 @@ "name": "tbool_at_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53375,6 +54684,7 @@ "name": "tbool_minus_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53441,6 +54751,7 @@ "name": "temporal_after_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53516,6 +54827,7 @@ "name": "temporal_at_max", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53572,6 +54884,7 @@ "name": "temporal_at_min", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53628,6 +54941,7 @@ "name": "temporal_at_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53693,6 +55007,7 @@ "name": "temporal_at_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53765,6 +55080,7 @@ "name": "temporal_at_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53837,6 +55153,7 @@ "name": "temporal_at_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53909,6 +55226,7 @@ "name": "temporal_at_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -53981,6 +55299,7 @@ "name": "temporal_before_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54056,6 +55375,7 @@ "name": "temporal_minus_max", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54112,6 +55432,7 @@ "name": "temporal_minus_min", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54168,6 +55489,7 @@ "name": "temporal_minus_timestamptz", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54233,6 +55555,7 @@ "name": "temporal_minus_tstzset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54305,6 +55628,7 @@ "name": "temporal_minus_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54377,6 +55701,7 @@ "name": "temporal_minus_tstzspanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54449,6 +55774,7 @@ "name": "temporal_minus_values", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54521,6 +55847,7 @@ "name": "tfloat_at_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54587,6 +55914,7 @@ "name": "tfloat_minus_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54653,6 +55981,7 @@ "name": "tint_at_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54719,6 +56048,7 @@ "name": "tint_minus_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54785,6 +56115,7 @@ "name": "tnumber_at_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54857,6 +56188,7 @@ "name": "tnumber_at_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -54929,6 +56261,7 @@ "name": "tnumber_at_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -55001,6 +56334,7 @@ "name": "tnumber_minus_span", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -55073,6 +56407,7 @@ "name": "tnumber_minus_spanset", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -55145,6 +56480,7 @@ "name": "tnumber_minus_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -55217,6 +56553,7 @@ "name": "ttext_at_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -55283,6 +56620,7 @@ "name": "ttext_minus_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -55349,6 +56687,7 @@ "name": "temporal_cmp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -55409,6 +56748,7 @@ "name": "temporal_eq", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -55478,6 +56818,7 @@ "name": "temporal_ge", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -55538,6 +56879,7 @@ "name": "temporal_gt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -55598,6 +56940,7 @@ "name": "temporal_le", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -55658,6 +57001,7 @@ "name": "temporal_lt", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -55718,6 +57062,7 @@ "name": "temporal_ne", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -55778,6 +57123,7 @@ "name": "always_eq_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -55831,6 +57177,7 @@ "name": "always_eq_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -55884,6 +57231,7 @@ "name": "always_eq_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -55937,6 +57285,7 @@ "name": "always_eq_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -55990,6 +57339,7 @@ "name": "always_eq_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56050,6 +57400,7 @@ "name": "always_eq_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56103,6 +57454,7 @@ "name": "always_eq_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56156,6 +57508,7 @@ "name": "always_eq_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56209,6 +57562,7 @@ "name": "always_eq_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56261,6 +57615,7 @@ "name": "always_eq_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56313,6 +57668,7 @@ "name": "always_eq_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56366,6 +57722,7 @@ "name": "always_ge_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56419,6 +57776,7 @@ "name": "always_ge_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56472,6 +57830,7 @@ "name": "always_ge_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56532,6 +57891,7 @@ "name": "always_ge_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56585,6 +57945,7 @@ "name": "always_ge_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56638,6 +57999,7 @@ "name": "always_ge_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56691,6 +58053,7 @@ "name": "always_ge_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56743,6 +58106,7 @@ "name": "always_ge_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56795,6 +58159,7 @@ "name": "always_ge_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56848,6 +58213,7 @@ "name": "always_gt_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56901,6 +58267,7 @@ "name": "always_gt_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -56954,6 +58321,7 @@ "name": "always_gt_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57014,6 +58382,7 @@ "name": "always_gt_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57067,6 +58436,7 @@ "name": "always_gt_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57120,6 +58490,7 @@ "name": "always_gt_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57173,6 +58544,7 @@ "name": "always_gt_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57225,6 +58597,7 @@ "name": "always_gt_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57277,6 +58650,7 @@ "name": "always_gt_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57330,6 +58704,7 @@ "name": "always_le_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57383,6 +58758,7 @@ "name": "always_le_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57436,6 +58812,7 @@ "name": "always_le_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57496,6 +58873,7 @@ "name": "always_le_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57549,6 +58927,7 @@ "name": "always_le_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57602,6 +58981,7 @@ "name": "always_le_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57655,6 +59035,7 @@ "name": "always_le_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57707,6 +59088,7 @@ "name": "always_le_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57759,6 +59141,7 @@ "name": "always_le_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57812,6 +59195,7 @@ "name": "always_lt_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57865,6 +59249,7 @@ "name": "always_lt_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57918,6 +59303,7 @@ "name": "always_lt_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -57978,6 +59364,7 @@ "name": "always_lt_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58031,6 +59418,7 @@ "name": "always_lt_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58084,6 +59472,7 @@ "name": "always_lt_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58137,6 +59526,7 @@ "name": "always_lt_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58189,6 +59579,7 @@ "name": "always_lt_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58241,6 +59632,7 @@ "name": "always_lt_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58294,6 +59686,7 @@ "name": "always_ne_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58347,6 +59740,7 @@ "name": "always_ne_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58400,6 +59794,7 @@ "name": "always_ne_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58453,6 +59848,7 @@ "name": "always_ne_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58506,6 +59902,7 @@ "name": "always_ne_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58566,6 +59963,7 @@ "name": "always_ne_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58619,6 +60017,7 @@ "name": "always_ne_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58672,6 +60071,7 @@ "name": "always_ne_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58725,6 +60125,7 @@ "name": "always_ne_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58777,6 +60178,7 @@ "name": "always_ne_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58829,6 +60231,7 @@ "name": "always_ne_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58882,6 +60285,7 @@ "name": "ever_eq_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58935,6 +60339,7 @@ "name": "ever_eq_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -58988,6 +60393,7 @@ "name": "ever_eq_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59041,6 +60447,7 @@ "name": "ever_eq_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59094,6 +60501,7 @@ "name": "ever_eq_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59154,6 +60562,7 @@ "name": "ever_eq_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59207,6 +60616,7 @@ "name": "ever_eq_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59260,6 +60670,7 @@ "name": "ever_eq_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59313,6 +60724,7 @@ "name": "ever_eq_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59365,6 +60777,7 @@ "name": "ever_eq_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59417,6 +60830,7 @@ "name": "ever_eq_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59470,6 +60884,7 @@ "name": "ever_ge_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59523,6 +60938,7 @@ "name": "ever_ge_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59576,6 +60992,7 @@ "name": "ever_ge_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59636,6 +61053,7 @@ "name": "ever_ge_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59689,6 +61107,7 @@ "name": "ever_ge_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59742,6 +61161,7 @@ "name": "ever_ge_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59795,6 +61215,7 @@ "name": "ever_ge_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59847,6 +61268,7 @@ "name": "ever_ge_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59899,6 +61321,7 @@ "name": "ever_ge_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -59952,6 +61375,7 @@ "name": "ever_gt_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60005,6 +61429,7 @@ "name": "ever_gt_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60058,6 +61483,7 @@ "name": "ever_gt_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60118,6 +61544,7 @@ "name": "ever_gt_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60171,6 +61598,7 @@ "name": "ever_gt_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60224,6 +61652,7 @@ "name": "ever_gt_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60277,6 +61706,7 @@ "name": "ever_gt_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60329,6 +61759,7 @@ "name": "ever_gt_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60381,6 +61812,7 @@ "name": "ever_gt_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60434,6 +61866,7 @@ "name": "ever_le_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60487,6 +61920,7 @@ "name": "ever_le_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60540,6 +61974,7 @@ "name": "ever_le_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60600,6 +62035,7 @@ "name": "ever_le_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60653,6 +62089,7 @@ "name": "ever_le_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60706,6 +62143,7 @@ "name": "ever_le_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60759,6 +62197,7 @@ "name": "ever_le_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60811,6 +62250,7 @@ "name": "ever_le_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60863,6 +62303,7 @@ "name": "ever_le_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60916,6 +62357,7 @@ "name": "ever_lt_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -60969,6 +62411,7 @@ "name": "ever_lt_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61022,6 +62465,7 @@ "name": "ever_lt_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61082,6 +62526,7 @@ "name": "ever_lt_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61135,6 +62580,7 @@ "name": "ever_lt_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61188,6 +62634,7 @@ "name": "ever_lt_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61241,6 +62688,7 @@ "name": "ever_lt_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61293,6 +62741,7 @@ "name": "ever_lt_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61345,6 +62794,7 @@ "name": "ever_lt_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61398,6 +62848,7 @@ "name": "ever_ne_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61451,6 +62902,7 @@ "name": "ever_ne_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61504,6 +62956,7 @@ "name": "ever_ne_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61557,6 +63010,7 @@ "name": "ever_ne_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61610,6 +63064,7 @@ "name": "ever_ne_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61670,6 +63125,7 @@ "name": "ever_ne_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61723,6 +63179,7 @@ "name": "ever_ne_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61776,6 +63233,7 @@ "name": "ever_ne_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61829,6 +63287,7 @@ "name": "ever_ne_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61881,6 +63340,7 @@ "name": "ever_ne_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61933,6 +63393,7 @@ "name": "ever_ne_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -61986,6 +63447,7 @@ "name": "teq_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62051,6 +63513,7 @@ "name": "teq_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62117,6 +63580,7 @@ "name": "teq_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62183,6 +63647,7 @@ "name": "teq_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62249,6 +63714,7 @@ "name": "teq_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62314,6 +63780,7 @@ "name": "teq_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62380,6 +63847,7 @@ "name": "teq_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62453,6 +63921,7 @@ "name": "teq_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62519,6 +63988,7 @@ "name": "teq_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62585,6 +64055,7 @@ "name": "teq_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62651,6 +64122,7 @@ "name": "teq_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62717,6 +64189,7 @@ "name": "tge_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62782,6 +64255,7 @@ "name": "tge_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62848,6 +64322,7 @@ "name": "tge_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62914,6 +64389,7 @@ "name": "tge_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -62987,6 +64463,7 @@ "name": "tge_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63053,6 +64530,7 @@ "name": "tge_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63118,6 +64596,7 @@ "name": "tge_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63184,6 +64663,7 @@ "name": "tge_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63250,6 +64730,7 @@ "name": "tge_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63316,6 +64797,7 @@ "name": "tgt_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63381,6 +64863,7 @@ "name": "tgt_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63447,6 +64930,7 @@ "name": "tgt_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63513,6 +64997,7 @@ "name": "tgt_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63586,6 +65071,7 @@ "name": "tgt_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63652,6 +65138,7 @@ "name": "tgt_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63717,6 +65204,7 @@ "name": "tgt_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63783,6 +65271,7 @@ "name": "tgt_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63849,6 +65338,7 @@ "name": "tgt_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63915,6 +65405,7 @@ "name": "tle_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -63980,6 +65471,7 @@ "name": "tle_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64046,6 +65538,7 @@ "name": "tle_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64112,6 +65605,7 @@ "name": "tle_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64185,6 +65679,7 @@ "name": "tle_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64251,6 +65746,7 @@ "name": "tle_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64316,6 +65812,7 @@ "name": "tle_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64382,6 +65879,7 @@ "name": "tle_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64448,6 +65946,7 @@ "name": "tle_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64514,6 +66013,7 @@ "name": "tlt_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64579,6 +66079,7 @@ "name": "tlt_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64645,6 +66146,7 @@ "name": "tlt_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64711,6 +66213,7 @@ "name": "tlt_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64784,6 +66287,7 @@ "name": "tlt_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64850,6 +66354,7 @@ "name": "tlt_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64915,6 +66420,7 @@ "name": "tlt_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -64981,6 +66487,7 @@ "name": "tlt_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65047,6 +66554,7 @@ "name": "tlt_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65113,6 +66621,7 @@ "name": "tne_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65178,6 +66687,7 @@ "name": "tne_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65244,6 +66754,7 @@ "name": "tne_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65310,6 +66821,7 @@ "name": "tne_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65376,6 +66888,7 @@ "name": "tne_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65441,6 +66954,7 @@ "name": "tne_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65507,6 +67021,7 @@ "name": "tne_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65580,6 +67095,7 @@ "name": "tne_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65646,6 +67162,7 @@ "name": "tne_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65712,6 +67229,7 @@ "name": "tne_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65778,6 +67296,7 @@ "name": "tne_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -65844,6 +67363,7 @@ "name": "temporal_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -65923,6 +67443,7 @@ "name": "temporal_split_each_n_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -66012,6 +67533,7 @@ "name": "temporal_split_n_spans", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -66101,6 +67623,7 @@ "name": "tnumber_split_each_n_tboxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -66190,6 +67713,7 @@ "name": "tnumber_split_n_tboxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -66279,6 +67803,7 @@ "name": "tnumber_tboxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -66358,6 +67883,7 @@ "name": "adjacent_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66417,6 +67943,7 @@ "name": "adjacent_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66476,6 +68003,7 @@ "name": "adjacent_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66536,6 +68064,7 @@ "name": "adjacent_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66595,6 +68124,7 @@ "name": "adjacent_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66654,6 +68184,7 @@ "name": "adjacent_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66713,6 +68244,7 @@ "name": "adjacent_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66773,6 +68305,7 @@ "name": "adjacent_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66832,6 +68365,7 @@ "name": "contained_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66891,6 +68425,7 @@ "name": "contained_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -66950,6 +68485,7 @@ "name": "contained_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67010,6 +68546,7 @@ "name": "contained_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67069,6 +68606,7 @@ "name": "contained_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67128,6 +68666,7 @@ "name": "contained_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67187,6 +68726,7 @@ "name": "contained_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67247,6 +68787,7 @@ "name": "contained_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67306,6 +68847,7 @@ "name": "contains_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67365,6 +68907,7 @@ "name": "contains_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67424,6 +68967,7 @@ "name": "contains_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67483,6 +69027,7 @@ "name": "contains_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67543,6 +69088,7 @@ "name": "contains_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67602,6 +69148,7 @@ "name": "contains_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67661,6 +69208,7 @@ "name": "contains_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67721,6 +69269,7 @@ "name": "contains_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67780,6 +69329,7 @@ "name": "overlaps_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67839,6 +69389,7 @@ "name": "overlaps_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67898,6 +69449,7 @@ "name": "overlaps_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -67955,23 +69507,24 @@ } }, { - "name": "overlaps_temporal_tstzspan", + "name": "temporal_time_overlaps", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" }, "params": [ { - "name": "temp", + "name": "temp1", "cType": "const Temporal *", "canonical": "const struct Temporal *" }, { - "name": "s", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "temp2", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" } ], "api": "internal", @@ -67984,7 +69537,7 @@ "wire": { "params": [ { - "name": "temp", + "name": "temp1", "kind": "serialized", "cType": "const struct Temporal *", "decode": "tbigint_in", @@ -67996,12 +69549,13 @@ ] }, { - "name": "s", + "name": "temp2", "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", + "cType": "const struct Temporal *", + "decode": "tbigint_in", "decode_aux": [], "encodings": [ + "mfjson", "text", "wkb" ] @@ -68014,9 +69568,10 @@ } }, { - "name": "overlaps_tnumber_numspan", + "name": "overlaps_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68073,9 +69628,10 @@ } }, { - "name": "overlaps_tnumber_tbox", + "name": "overlaps_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68087,9 +69643,69 @@ "canonical": "const struct Temporal *" }, { - "name": "box", - "cType": "const TBox *", - "canonical": "const struct TBox *" + "name": "s", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "s", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "overlaps_tnumber_tbox", + "file": "meos.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "box", + "cType": "const TBox *", + "canonical": "const struct TBox *" } ], "api": "internal", @@ -68135,6 +69751,7 @@ "name": "overlaps_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68195,6 +69812,7 @@ "name": "overlaps_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68254,6 +69872,7 @@ "name": "same_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68313,6 +69932,7 @@ "name": "same_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68372,6 +69992,7 @@ "name": "same_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68432,6 +70053,7 @@ "name": "same_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68491,6 +70113,7 @@ "name": "same_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68550,6 +70173,7 @@ "name": "same_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68609,6 +70233,7 @@ "name": "same_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68669,6 +70294,7 @@ "name": "same_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68728,6 +70354,7 @@ "name": "after_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68787,6 +70414,7 @@ "name": "after_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68846,6 +70474,7 @@ "name": "after_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68906,6 +70535,7 @@ "name": "after_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -68965,6 +70595,7 @@ "name": "after_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69025,6 +70656,7 @@ "name": "after_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69084,6 +70716,7 @@ "name": "before_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69143,6 +70776,7 @@ "name": "before_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69202,6 +70836,7 @@ "name": "before_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69262,6 +70897,7 @@ "name": "before_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69321,6 +70957,7 @@ "name": "before_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69381,6 +71018,7 @@ "name": "before_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69440,6 +71078,7 @@ "name": "left_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69499,6 +71138,7 @@ "name": "left_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69558,6 +71198,7 @@ "name": "left_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69617,6 +71258,7 @@ "name": "left_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69676,6 +71318,7 @@ "name": "left_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69736,6 +71379,7 @@ "name": "overafter_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69795,6 +71439,7 @@ "name": "overafter_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69854,6 +71499,7 @@ "name": "overafter_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69914,6 +71560,7 @@ "name": "overafter_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -69973,6 +71620,7 @@ "name": "overafter_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70033,6 +71681,7 @@ "name": "overafter_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70092,6 +71741,7 @@ "name": "overbefore_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70151,6 +71801,7 @@ "name": "overbefore_temporal_tstzspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70210,6 +71861,7 @@ "name": "overbefore_temporal_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70270,6 +71922,7 @@ "name": "overbefore_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70329,6 +71982,7 @@ "name": "overbefore_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70389,6 +72043,7 @@ "name": "overbefore_tstzspan_temporal", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70448,6 +72103,7 @@ "name": "overleft_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70507,6 +72163,7 @@ "name": "overleft_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70566,6 +72223,7 @@ "name": "overleft_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70625,6 +72283,7 @@ "name": "overleft_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70684,6 +72343,7 @@ "name": "overleft_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70744,6 +72404,7 @@ "name": "overright_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70803,6 +72464,7 @@ "name": "overright_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70862,6 +72524,7 @@ "name": "overright_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70921,6 +72584,7 @@ "name": "overright_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -70980,6 +72644,7 @@ "name": "overright_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -71040,6 +72705,7 @@ "name": "right_numspan_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -71099,6 +72765,7 @@ "name": "right_tbox_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -71158,6 +72825,7 @@ "name": "right_tnumber_numspan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -71217,6 +72885,7 @@ "name": "right_tnumber_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -71276,6 +72945,7 @@ "name": "right_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -71336,6 +73006,7 @@ "name": "tand_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71402,6 +73073,7 @@ "name": "tand_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71468,6 +73140,7 @@ "name": "tand_tbool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71541,6 +73214,7 @@ "name": "tbool_when_true", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -71596,6 +73270,7 @@ "name": "tnot_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71652,6 +73327,7 @@ "name": "tor_bool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71718,6 +73394,7 @@ "name": "tor_tbool_bool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71784,6 +73461,7 @@ "name": "tor_tbool_tbool", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71857,6 +73535,7 @@ "name": "add_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71923,6 +73602,7 @@ "name": "add_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -71989,6 +73669,7 @@ "name": "add_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72055,6 +73736,7 @@ "name": "add_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72121,6 +73803,7 @@ "name": "add_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72186,6 +73869,7 @@ "name": "add_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72251,6 +73935,7 @@ "name": "add_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72324,6 +74009,7 @@ "name": "div_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72390,6 +74076,7 @@ "name": "div_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72456,6 +74143,7 @@ "name": "div_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72522,6 +74210,7 @@ "name": "div_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72588,6 +74277,7 @@ "name": "div_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72653,6 +74343,7 @@ "name": "div_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72718,6 +74409,7 @@ "name": "div_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72791,6 +74483,7 @@ "name": "mul_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72857,6 +74550,7 @@ "name": "mul_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72923,6 +74617,7 @@ "name": "mul_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -72989,6 +74684,7 @@ "name": "mul_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73055,6 +74751,7 @@ "name": "mul_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73120,6 +74817,7 @@ "name": "mul_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73185,6 +74883,7 @@ "name": "mul_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73258,6 +74957,7 @@ "name": "sub_float_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73324,6 +75024,7 @@ "name": "sub_int_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73390,6 +75091,7 @@ "name": "sub_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73456,6 +75158,7 @@ "name": "sub_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73522,6 +75225,7 @@ "name": "sub_bigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73587,6 +75291,7 @@ "name": "sub_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73652,6 +75357,7 @@ "name": "sub_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73725,6 +75431,7 @@ "name": "temporal_derivative", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73781,6 +75488,7 @@ "name": "tfloat_exp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73837,6 +75545,7 @@ "name": "tfloat_ln", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73893,6 +75602,7 @@ "name": "tfloat_log10", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -73949,6 +75659,7 @@ "name": "tfloat_sin", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74005,6 +75716,7 @@ "name": "tfloat_cos", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74061,6 +75773,7 @@ "name": "tfloat_tan", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74117,6 +75830,7 @@ "name": "tnumber_abs", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74173,6 +75887,7 @@ "name": "tnumber_trend", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74229,6 +75944,7 @@ "name": "float_angular_difference", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -74275,6 +75991,7 @@ "name": "tnumber_angular_difference", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74331,6 +76048,7 @@ "name": "tnumber_delta_value", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74387,6 +76105,7 @@ "name": "textcat_text_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74453,6 +76172,7 @@ "name": "textcat_ttext_text", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74519,6 +76239,7 @@ "name": "textcat_ttext_ttext", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74592,6 +76313,7 @@ "name": "ttext_initcap", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74648,6 +76370,7 @@ "name": "ttext_upper", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74704,6 +76427,7 @@ "name": "ttext_lower", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74760,6 +76484,7 @@ "name": "tdistance_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74826,6 +76551,7 @@ "name": "tdistance_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74892,6 +76618,7 @@ "name": "tdistance_tnumber_tnumber", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -74965,6 +76692,7 @@ "name": "nad_tboxfloat_tboxfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -75023,6 +76751,7 @@ "name": "nad_tboxint_tboxint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -75081,6 +76810,7 @@ "name": "nad_tfloat_float", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -75134,6 +76864,7 @@ "name": "nad_tfloat_tfloat", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -75194,6 +76925,7 @@ "name": "nad_tfloat_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -75253,6 +76985,7 @@ "name": "nad_tbigint_bigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -75304,6 +77037,7 @@ "name": "nad_tbigint_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -75362,6 +77096,7 @@ "name": "nad_tbigint_tbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -75421,6 +77156,7 @@ "name": "nad_tboxbigint_tboxbigint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -75478,6 +77214,7 @@ "name": "nad_tint_int", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -75531,6 +77268,7 @@ "name": "nad_tint_tbox", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -75590,6 +77328,7 @@ "name": "nad_tint_tint", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -75650,6 +77389,7 @@ "name": "tbigint_tmax_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -75701,6 +77441,7 @@ "name": "tbigint_tmax_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -75744,6 +77485,7 @@ "name": "tbigint_tmin_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -75795,6 +77537,7 @@ "name": "tbigint_tmin_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -75838,6 +77581,7 @@ "name": "tbigint_tsum_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -75889,6 +77633,7 @@ "name": "tbigint_tsum_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -75932,6 +77677,7 @@ "name": "tbigint_wmax_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76004,6 +77750,7 @@ "name": "tbigint_wmin_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76076,6 +77823,7 @@ "name": "tbigint_wsum_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76148,6 +77896,7 @@ "name": "tbool_tand_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76199,6 +77948,7 @@ "name": "tbool_tand_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76242,6 +77992,7 @@ "name": "tbool_tor_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76293,6 +78044,7 @@ "name": "tbool_tor_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76336,6 +78088,7 @@ "name": "temporal_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -76412,6 +78165,7 @@ "name": "temporal_tagg_finalfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -76465,6 +78219,7 @@ "name": "temporal_tcount_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76521,6 +78276,7 @@ "name": "temporal_tcount_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76564,6 +78320,7 @@ "name": "tfloat_tmax_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76615,6 +78372,7 @@ "name": "tfloat_tmax_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76658,6 +78416,7 @@ "name": "tfloat_tmin_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76709,6 +78468,7 @@ "name": "tfloat_tmin_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76752,6 +78512,7 @@ "name": "tfloat_tsum_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76803,6 +78564,7 @@ "name": "tfloat_tsum_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76846,6 +78608,7 @@ "name": "tfloat_wmax_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76918,6 +78681,7 @@ "name": "tfloat_wmin_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -76990,6 +78754,7 @@ "name": "tfloat_wsum_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77062,6 +78827,7 @@ "name": "timestamptz_tcount_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77110,6 +78876,7 @@ "name": "tint_tmax_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77161,6 +78928,7 @@ "name": "tint_tmax_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77204,6 +78972,7 @@ "name": "tint_tmin_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77255,6 +79024,7 @@ "name": "tint_tmin_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77298,6 +79068,7 @@ "name": "tint_tsum_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77349,6 +79120,7 @@ "name": "tint_tsum_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77392,6 +79164,7 @@ "name": "tint_wmax_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77464,6 +79237,7 @@ "name": "tint_wmin_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77536,6 +79310,7 @@ "name": "tint_wsum_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77608,6 +79383,7 @@ "name": "tnumber_extent_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -77684,6 +79460,7 @@ "name": "tnumber_tavg_finalfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -77737,6 +79514,7 @@ "name": "tnumber_tavg_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77788,6 +79566,7 @@ "name": "tnumber_tavg_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77831,6 +79610,7 @@ "name": "tnumber_wavg_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77903,6 +79683,7 @@ "name": "tstzset_tcount_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -77958,6 +79739,7 @@ "name": "tstzspan_tcount_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78013,6 +79795,7 @@ "name": "tstzspanset_tcount_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78068,6 +79851,7 @@ "name": "temporal_merge_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78119,6 +79903,7 @@ "name": "temporal_merge_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78162,6 +79947,7 @@ "name": "ttext_tmax_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78213,6 +79999,7 @@ "name": "ttext_tmax_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78256,6 +80043,7 @@ "name": "ttext_tmin_transfn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78307,6 +80095,7 @@ "name": "ttext_tmin_combinefn", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -78350,6 +80139,7 @@ "name": "temporal_simplify_dp", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -78426,6 +80216,7 @@ "name": "temporal_simplify_max_dist", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -78502,6 +80293,7 @@ "name": "temporal_simplify_min_dist", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -78568,6 +80360,7 @@ "name": "temporal_simplify_min_tdelta", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -78645,6 +80438,7 @@ "name": "temporal_tprecision", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -78731,6 +80525,7 @@ "name": "temporal_tsample", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -78828,6 +80623,7 @@ "name": "temporal_dyntimewarp_distance", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -78888,6 +80684,7 @@ "name": "temporal_dyntimewarp_path", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Match *", "canonical": "Match *" @@ -78971,6 +80768,7 @@ "name": "temporal_frechet_distance", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -79031,6 +80829,7 @@ "name": "temporal_frechet_path", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Match *", "canonical": "Match *" @@ -79114,6 +80913,7 @@ "name": "temporal_hausdorff_distance", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -79174,6 +80974,7 @@ "name": "temporal_average_hausdorff_distance", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -79234,6 +81035,7 @@ "name": "temporal_lcss_distance", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -79304,6 +81106,7 @@ "name": "temporal_ext_kalman_filter", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -79400,6 +81203,7 @@ "name": "temporal_time_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -79509,6 +81313,7 @@ "name": "temporal_time_split", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -79634,6 +81439,7 @@ "name": "tfloat_time_boxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -79743,6 +81549,7 @@ "name": "tfloat_value_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -79842,6 +81649,7 @@ "name": "tfloat_value_boxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -79941,6 +81749,7 @@ "name": "tfloat_value_split", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -80056,6 +81865,7 @@ "name": "tfloat_value_time_boxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -80185,6 +81995,7 @@ "name": "tfloat_value_time_split", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -80343,6 +82154,7 @@ "name": "tfloatbox_time_tiles", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -80451,6 +82263,7 @@ "name": "tfloatbox_value_tiles", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -80549,6 +82362,7 @@ "name": "tfloatbox_value_time_tiles", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -80677,6 +82491,7 @@ "name": "tint_time_boxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -80786,6 +82601,7 @@ "name": "tint_value_bins", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -80885,6 +82701,7 @@ "name": "tint_value_boxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -80984,6 +82801,7 @@ "name": "tint_value_split", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -81099,6 +82917,7 @@ "name": "tint_value_time_boxes", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -81228,6 +83047,7 @@ "name": "tint_value_time_split", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -81386,6 +83206,7 @@ "name": "tintbox_time_tiles", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -81494,6 +83315,7 @@ "name": "tintbox_value_tiles", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -81592,6 +83414,7 @@ "name": "tintbox_value_time_tiles", "file": "meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -81720,6 +83543,7 @@ "name": "box3d_make", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "BOX3D *", "canonical": "BOX3D *" @@ -81827,6 +83651,7 @@ "name": "box3d_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "BOX3D *", "canonical": "BOX3D *" @@ -81874,6 +83699,7 @@ "name": "box3d_out", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -81925,6 +83751,7 @@ "name": "gbox_make", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GBOX *", "canonical": "GBOX *" @@ -82072,6 +83899,7 @@ "name": "gbox_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GBOX *", "canonical": "GBOX *" @@ -82119,6 +83947,7 @@ "name": "gbox_out", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -82170,6 +83999,7 @@ "name": "geo_as_ewkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -82191,6 +84021,11 @@ "canonical": "size_t *" } ], + "shape": { + "outParams": [ + "size" + ] + }, "api": "internal", "category": "io", "network": { @@ -82236,6 +84071,7 @@ "name": "geo_as_ewkt", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -82294,6 +84130,7 @@ "name": "geo_as_geojson", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -82377,6 +84214,7 @@ "name": "geo_as_hexewkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -82435,6 +84273,7 @@ "name": "geo_as_text", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -82493,6 +84332,7 @@ "name": "geo_from_ewkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82514,6 +84354,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "wkb_size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -82559,6 +84414,7 @@ "name": "geo_from_geojson", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82607,6 +84463,7 @@ "name": "geo_from_text", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82665,6 +84522,7 @@ "name": "geo_out", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -82713,6 +84571,7 @@ "name": "geog_from_hexewkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82761,6 +84620,7 @@ "name": "geog_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82819,6 +84679,7 @@ "name": "geom_from_hexewkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82867,6 +84728,7 @@ "name": "geom_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82925,6 +84787,7 @@ "name": "geo_copy", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -82985,6 +84848,7 @@ "name": "geogpoint_make2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -83053,6 +84917,7 @@ "name": "geogpoint_make3dz", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -83131,6 +84996,7 @@ "name": "geompoint_make2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -83199,6 +85065,7 @@ "name": "geompoint_make3dz", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -83277,6 +85144,7 @@ "name": "geom_to_geog", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -83337,6 +85205,7 @@ "name": "geog_to_geom", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -83397,6 +85266,7 @@ "name": "geo_is_empty", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -83445,6 +85315,7 @@ "name": "geo_is_unitary", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -83493,6 +85364,7 @@ "name": "geo_typename", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -83529,6 +85401,7 @@ "name": "geog_area", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -83587,6 +85460,7 @@ "name": "geog_centroid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -83657,6 +85531,7 @@ "name": "geog_length", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -83715,6 +85590,7 @@ "name": "geog_perimeter", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -83773,6 +85649,7 @@ "name": "geom_azimuth", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -83853,9 +85730,10 @@ } }, { - "name": "geom_length", + "name": "geom_area", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -83868,7 +85746,7 @@ } ], "api": "internal", - "category": "accessor", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -83901,9 +85779,10 @@ } }, { - "name": "geom_perimeter", + "name": "geom_length", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -83916,7 +85795,7 @@ } ], "api": "internal", - "category": "transformation", + "category": "accessor", "network": { "exposable": false, "method": null, @@ -83949,12 +85828,13 @@ } }, { - "name": "line_numpoints", + "name": "geom_perimeter", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { - "c": "int", - "canonical": "int" + "c": "double", + "canonical": "double" }, "params": [ { @@ -83992,87 +85872,18 @@ ], "result": { "kind": "json", - "json": "integer" - } - } - }, - { - "name": "line_point_n", - "file": "meos_geo.h", - "family": "CORE", - "returnType": { - "c": "GSERIALIZED *", - "canonical": "GSERIALIZED *" - }, - "params": [ - { - "name": "geom", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - }, - { - "name": "n", - "cType": "int", - "canonical": "int" - } - ], - "api": "internal", - "category": "accessor", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "geom", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - }, - { - "name": "n", - "kind": "json", - "json": "integer" - } - ], - "result": { - "kind": "serialized", - "cType": "GSERIALIZED *", - "encode": "geo_as_ewkt", - "encode_aux": [ - { - "name": "precision", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text" - ] + "json": "number" } } }, { - "name": "geo_reverse", + "name": "line_numpoints", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { - "c": "GSERIALIZED *", - "canonical": "GSERIALIZED *" + "c": "int", + "canonical": "int" }, "params": [ { @@ -84109,114 +85920,33 @@ } ], "result": { - "kind": "serialized", - "cType": "GSERIALIZED *", - "encode": "geo_as_ewkt", - "encode_aux": [ - { - "name": "precision", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text" - ] + "kind": "json", + "json": "integer" } } }, { - "name": "geo_round", + "name": "line_point_n", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" }, "params": [ { - "name": "gs", + "name": "geom", "cType": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" }, { - "name": "maxdd", + "name": "n", "cType": "int", "canonical": "int" } ], "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "gs", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - }, - { - "name": "maxdd", - "kind": "json", - "json": "integer" - } - ], - "result": { - "kind": "serialized", - "cType": "GSERIALIZED *", - "encode": "geo_as_ewkt", - "encode_aux": [ - { - "name": "precision", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text" - ] - } - } - }, - { - "name": "geo_set_srid", - "file": "meos_geo.h", - "family": "CORE", - "returnType": { - "c": "GSERIALIZED *", - "canonical": "GSERIALIZED *" - }, - "params": [ - { - "name": "gs", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - }, - { - "name": "srid", - "cType": "int32_t", - "canonical": "int" - } - ], - "api": "internal", "category": "accessor", "network": { "exposable": false, @@ -84226,7 +85956,7 @@ "wire": { "params": [ { - "name": "gs", + "name": "geom", "kind": "serialized", "cType": "const GSERIALIZED *", "decode": "geo_from_text", @@ -84243,7 +85973,210 @@ ] }, { - "name": "srid", + "name": "n", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "serialized", + "cType": "GSERIALIZED *", + "encode": "geo_as_ewkt", + "encode_aux": [ + { + "name": "precision", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + } + }, + { + "name": "geo_reverse", + "file": "meos_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + }, + "params": [ + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "GSERIALIZED *", + "encode": "geo_as_ewkt", + "encode_aux": [ + { + "name": "precision", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + } + }, + { + "name": "geo_round", + "file": "meos_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + }, + "params": [ + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "maxdd", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "maxdd", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "serialized", + "cType": "GSERIALIZED *", + "encode": "geo_as_ewkt", + "encode_aux": [ + { + "name": "precision", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + } + }, + { + "name": "geo_set_srid", + "file": "meos_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + }, + "params": [ + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "srid", + "cType": "int32_t", + "canonical": "int" + } + ], + "api": "internal", + "category": "accessor", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "srid", "kind": "json", "json": "integer" } @@ -84270,6 +86203,7 @@ "name": "geo_srid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -84318,6 +86252,7 @@ "name": "geo_transform", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -84388,6 +86323,7 @@ "name": "geo_transform_pipeline", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -84478,6 +86414,7 @@ "name": "geo_collect_garray", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -84494,6 +86431,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "gsarr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -84547,6 +86499,7 @@ "name": "geo_makeline_garray", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -84563,6 +86516,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "gsarr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -84616,6 +86584,7 @@ "name": "geo_num_points", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -84664,6 +86633,7 @@ "name": "geo_num_geos", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -84712,6 +86682,7 @@ "name": "geo_geo_n", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -84782,6 +86753,7 @@ "name": "geo_pointarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED **", "canonical": "GSERIALIZED **" @@ -84866,6 +86838,7 @@ "name": "geo_points", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -84926,6 +86899,7 @@ "name": "geom_array_union", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -84942,6 +86916,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "gsarr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -84995,6 +86984,7 @@ "name": "geog_array_union", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85011,6 +87001,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "gsarr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -85064,6 +87069,7 @@ "name": "geom_boundary", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85124,6 +87130,7 @@ "name": "geom_buffer", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85204,6 +87211,7 @@ "name": "geom_centroid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85264,6 +87272,7 @@ "name": "geom_convex_hull", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85324,6 +87333,7 @@ "name": "geom_difference2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85406,6 +87416,7 @@ "name": "geom_is_simple", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -85454,6 +87465,7 @@ "name": "geom_intersection2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85536,6 +87548,7 @@ "name": "geom_intersection2d_coll", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85618,6 +87631,7 @@ "name": "geom_min_bounding_radius", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85692,6 +87706,7 @@ "name": "geom_oriented_envelope", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85752,6 +87767,7 @@ "name": "geom_shortestline2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85834,6 +87850,7 @@ "name": "geom_shortestline3d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85916,6 +87933,7 @@ "name": "geom_unary_union", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -85986,6 +88004,7 @@ "name": "line_interpolate_point", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -86066,6 +88085,7 @@ "name": "line_locate_point", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -86136,6 +88156,7 @@ "name": "line_substring", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -86216,6 +88237,7 @@ "name": "geog_dwithin", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86306,6 +88328,7 @@ "name": "geog_intersects", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86386,6 +88409,7 @@ "name": "geom_contains", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86456,6 +88480,7 @@ "name": "geom_covers", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86526,6 +88551,7 @@ "name": "geom_disjoint2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86596,6 +88622,7 @@ "name": "geom_dwithin", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86676,6 +88703,7 @@ "name": "geom_dwithin2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86756,6 +88784,7 @@ "name": "geom_dwithin3d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86836,6 +88865,7 @@ "name": "geom_intersects", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86906,6 +88936,7 @@ "name": "geom_intersects2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -86976,6 +89007,7 @@ "name": "geom_intersects3d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -87046,6 +89078,7 @@ "name": "geom_relate", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -87116,6 +89149,7 @@ "name": "geom_relate_pattern", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -87196,6 +89230,7 @@ "name": "geom_touches", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -87266,6 +89301,7 @@ "name": "geo_stboxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -87350,6 +89386,7 @@ "name": "geo_split_each_n_stboxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -87444,6 +89481,7 @@ "name": "geo_split_n_stboxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -87538,6 +89576,7 @@ "name": "geog_distance", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -87608,6 +89647,7 @@ "name": "geom_distance2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -87678,6 +89718,7 @@ "name": "geom_max_distance2d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -87748,6 +89789,7 @@ "name": "geom_distance3d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -87818,6 +89860,7 @@ "name": "geo_equals", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -87888,6 +89931,7 @@ "name": "geo_same", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -87958,6 +90002,7 @@ "name": "geogset_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -88006,6 +90051,7 @@ "name": "geomset_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -88054,6 +90100,7 @@ "name": "spatialset_out", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -88106,6 +90153,7 @@ "name": "spatialset_as_text", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -88158,6 +90206,7 @@ "name": "spatialset_as_ewkt", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -88210,6 +90259,7 @@ "name": "geoset_make", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -88226,6 +90276,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -88279,6 +90344,7 @@ "name": "geo_to_set", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -88339,6 +90405,7 @@ "name": "geoset_end_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -88393,6 +90460,7 @@ "name": "geoset_start_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -88447,6 +90515,7 @@ "name": "geoset_value_n", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -88524,6 +90593,7 @@ "name": "geoset_values", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED **", "canonical": "GSERIALIZED **" @@ -88602,6 +90672,7 @@ "name": "contained_geo_set", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -88666,6 +90737,7 @@ "name": "contains_set_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -88730,6 +90802,7 @@ "name": "geo_union_transfn", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -88806,6 +90879,7 @@ "name": "intersection_geo_set", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -88882,6 +90956,7 @@ "name": "intersection_set_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -88958,6 +91033,7 @@ "name": "minus_geo_set", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -89034,6 +91110,7 @@ "name": "minus_set_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -89110,6 +91187,7 @@ "name": "union_geo_set", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -89186,6 +91264,7 @@ "name": "union_set_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -89262,6 +91341,7 @@ "name": "spatialset_set_srid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -89326,6 +91406,7 @@ "name": "spatialset_srid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -89368,6 +91449,7 @@ "name": "spatialset_transform", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -89432,6 +91514,7 @@ "name": "spatialset_transform_pipeline", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -89516,6 +91599,7 @@ "name": "stbox_as_hexwkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -89582,6 +91666,7 @@ "name": "stbox_as_wkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -89647,6 +91732,7 @@ "name": "stbox_from_hexwkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -89695,6 +91781,7 @@ "name": "stbox_from_wkb", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -89711,6 +91798,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -89751,6 +91853,7 @@ "name": "stbox_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -89799,6 +91902,7 @@ "name": "stbox_out", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -89851,6 +91955,7 @@ "name": "geo_timestamptz_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -89920,6 +92025,7 @@ "name": "geo_tstzspan_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -89996,6 +92102,7 @@ "name": "stbox_copy", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90050,6 +92157,7 @@ "name": "stbox_make", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90209,6 +92317,7 @@ "name": "geo_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90269,6 +92378,7 @@ "name": "spatialset_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90323,6 +92433,7 @@ "name": "stbox_to_box3d", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "BOX3D *", "canonical": "BOX3D *" @@ -90376,6 +92487,7 @@ "name": "stbox_to_gbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GBOX *", "canonical": "GBOX *" @@ -90429,6 +92541,7 @@ "name": "stbox_to_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -90483,6 +92596,7 @@ "name": "stbox_to_tstzspan", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -90537,6 +92651,7 @@ "name": "timestamptz_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90584,6 +92699,7 @@ "name": "tstzset_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90638,6 +92754,7 @@ "name": "tstzspan_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90692,6 +92809,7 @@ "name": "tstzspanset_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -90746,6 +92864,7 @@ "name": "stbox_area", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -90798,6 +92917,7 @@ "name": "stbox_hash", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -90839,6 +92959,7 @@ "name": "stbox_hash_extended", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -90889,6 +93010,7 @@ "name": "stbox_hast", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -90931,6 +93053,7 @@ "name": "stbox_hasx", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -90973,6 +93096,7 @@ "name": "stbox_hasz", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91015,6 +93139,7 @@ "name": "stbox_isgeodetic", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91057,6 +93182,7 @@ "name": "stbox_perimeter", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -91109,6 +93235,7 @@ "name": "stbox_tmax", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91165,6 +93292,7 @@ "name": "stbox_tmax_inc", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91220,6 +93348,7 @@ "name": "stbox_tmin", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91276,6 +93405,7 @@ "name": "stbox_tmin_inc", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91331,6 +93461,7 @@ "name": "stbox_volume", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -91373,6 +93504,7 @@ "name": "stbox_xmax", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91428,6 +93560,7 @@ "name": "stbox_xmin", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91483,6 +93616,7 @@ "name": "stbox_ymax", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91538,6 +93672,7 @@ "name": "stbox_ymin", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91593,6 +93728,7 @@ "name": "stbox_zmax", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91648,6 +93784,7 @@ "name": "stbox_zmin", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -91703,6 +93840,7 @@ "name": "stbox_expand_space", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -91767,6 +93905,7 @@ "name": "stbox_expand_time", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -91842,6 +93981,7 @@ "name": "stbox_get_space", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -91896,6 +94036,7 @@ "name": "stbox_quad_split", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -91974,6 +94115,7 @@ "name": "stbox_round", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -92038,6 +94180,7 @@ "name": "stbox_shift_scale_time", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -92140,6 +94283,7 @@ "name": "stboxarr_round", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -92214,6 +94358,7 @@ "name": "stbox_set_srid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -92278,6 +94423,7 @@ "name": "stbox_srid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -92320,6 +94466,7 @@ "name": "stbox_transform", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -92384,6 +94531,7 @@ "name": "stbox_transform_pipeline", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -92468,6 +94616,7 @@ "name": "adjacent_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92526,6 +94675,7 @@ "name": "contained_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92584,6 +94734,7 @@ "name": "contains_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92642,6 +94793,7 @@ "name": "overlaps_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92700,6 +94852,7 @@ "name": "same_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92758,6 +94911,7 @@ "name": "above_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92816,6 +94970,7 @@ "name": "after_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92874,6 +95029,7 @@ "name": "back_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92932,6 +95088,7 @@ "name": "before_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -92990,6 +95147,7 @@ "name": "below_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93048,6 +95206,7 @@ "name": "front_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93106,6 +95265,7 @@ "name": "left_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93164,6 +95324,7 @@ "name": "overabove_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93222,6 +95383,7 @@ "name": "overafter_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93280,6 +95442,7 @@ "name": "overback_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93338,6 +95501,7 @@ "name": "overbefore_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93396,6 +95560,7 @@ "name": "overbelow_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93454,6 +95619,7 @@ "name": "overfront_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93512,6 +95678,7 @@ "name": "overleft_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93570,6 +95737,7 @@ "name": "overright_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93628,6 +95796,7 @@ "name": "right_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93686,6 +95855,7 @@ "name": "union_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -93766,6 +95936,7 @@ "name": "intersection_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -93836,6 +96007,7 @@ "name": "stbox_cmp", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -93894,6 +96066,7 @@ "name": "stbox_eq", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -93952,6 +96125,7 @@ "name": "stbox_ge", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -94010,6 +96184,7 @@ "name": "stbox_gt", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -94068,6 +96243,7 @@ "name": "stbox_le", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -94126,6 +96302,7 @@ "name": "stbox_lt", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -94184,6 +96361,7 @@ "name": "stbox_ne", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -94242,6 +96420,7 @@ "name": "tspatial_out", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -94295,6 +96474,7 @@ "name": "tgeogpoint_from_mfjson", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94344,6 +96524,7 @@ "name": "tgeogpoint_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94393,6 +96574,7 @@ "name": "tgeography_from_mfjson", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94442,6 +96624,7 @@ "name": "tgeography_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94491,6 +96674,7 @@ "name": "tgeometry_from_mfjson", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94540,6 +96724,7 @@ "name": "tgeometry_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94589,6 +96774,7 @@ "name": "tgeompoint_from_mfjson", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94638,6 +96824,7 @@ "name": "tgeompoint_in", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94687,6 +96874,7 @@ "name": "tspatial_as_ewkt", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -94740,6 +96928,7 @@ "name": "tspatial_as_text", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -94793,6 +96982,7 @@ "name": "tgeo_from_base_temp", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -94871,6 +97061,7 @@ "name": "tgeoinst_make", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -94939,6 +97130,7 @@ "name": "tgeoseq_from_base_tstzset", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -95014,6 +97206,7 @@ "name": "tgeoseq_from_base_tstzspan", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -95100,6 +97293,7 @@ "name": "tgeoseqset_from_base_tstzspanset", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -95186,6 +97380,7 @@ "name": "tpoint_from_base_temp", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -95264,6 +97459,7 @@ "name": "tpointinst_make", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -95332,6 +97528,7 @@ "name": "tpointseq_from_base_tstzset", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -95407,6 +97604,7 @@ "name": "tpointseq_from_base_tstzspan", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -95493,6 +97691,7 @@ "name": "tpointseq_make_coords", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -95554,6 +97753,54 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "xcoords", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + }, + { + "param": "ycoords", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + }, + { + "param": "zcoords", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + }, + { + "param": "times", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TimestampTz", + "canonical": "TimestampTz" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -95637,6 +97884,7 @@ "name": "tpointseqset_from_base_tstzspanset", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -95723,6 +97971,7 @@ "name": "box3d_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -95776,6 +98025,7 @@ "name": "gbox_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -95829,6 +98079,7 @@ "name": "geomeas_to_tpoint", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -95890,6 +98141,7 @@ "name": "tgeogpoint_to_tgeography", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -95946,6 +98198,7 @@ "name": "tgeography_to_tgeogpoint", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96002,6 +98255,7 @@ "name": "tgeography_to_tgeometry", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96058,6 +98312,7 @@ "name": "tgeometry_to_tgeography", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96114,6 +98369,7 @@ "name": "tgeometry_to_tgeompoint", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96170,6 +98426,7 @@ "name": "tgeompoint_to_tgeometry", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96226,6 +98483,7 @@ "name": "tpoint_as_mvtgeom", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MvtGeom", "canonical": "struct MvtGeom" @@ -96314,6 +98572,7 @@ "name": "tpoint_tfloat_to_geomeas", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -96409,6 +98668,7 @@ "name": "tspatial_to_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -96464,6 +98724,7 @@ "name": "bearing_point_point", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -96547,6 +98808,7 @@ "name": "bearing_tpoint_point", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96635,6 +98897,7 @@ "name": "bearing_tpoint_tpoint", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96708,6 +98971,7 @@ "name": "tgeo_centroid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -96764,6 +99028,7 @@ "name": "tgeo_convex_hull", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -96819,6 +99084,7 @@ "name": "tgeo_end_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -96874,6 +99140,7 @@ "name": "tgeo_start_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -96929,6 +99196,7 @@ "name": "tgeo_traversed_area", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -96994,6 +99262,7 @@ "name": "tgeo_value_at_timestamptz", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -97081,6 +99350,7 @@ "name": "tgeo_value_n", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -97159,6 +99429,7 @@ "name": "tgeo_values", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED **", "canonical": "GSERIALIZED **" @@ -97238,6 +99509,7 @@ "name": "tpoint_angular_difference", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97294,6 +99566,7 @@ "name": "tpoint_azimuth", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97350,6 +99623,7 @@ "name": "tpoint_cumulative_length", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97406,6 +99680,7 @@ "name": "tpoint_direction", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -97462,6 +99737,7 @@ "name": "tpoint_get_x", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97518,6 +99794,7 @@ "name": "tpoint_get_y", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97574,6 +99851,7 @@ "name": "tpoint_get_z", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97630,6 +99908,7 @@ "name": "tpoint_is_simple", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -97673,6 +99952,7 @@ "name": "tpoint_length", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -97716,6 +99996,7 @@ "name": "tpoint_speed", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97781,6 +100062,7 @@ "name": "tpoint_trajectory", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -97846,6 +100128,7 @@ "name": "tpoint_twcentroid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -97901,6 +100184,7 @@ "name": "tgeo_affine", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -97966,6 +100250,7 @@ "name": "tgeo_scale", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98071,6 +100356,7 @@ "name": "tpoint_make_simple", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -98151,6 +100437,7 @@ "name": "tspatial_srid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -98194,6 +100481,7 @@ "name": "tspatial_set_srid", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98260,6 +100548,7 @@ "name": "tspatial_transform", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98326,6 +100615,7 @@ "name": "tspatial_transform_pipeline", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98412,6 +100702,7 @@ "name": "tgeo_at_geom", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98490,6 +100781,7 @@ "name": "tgeo_at_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98572,6 +100864,7 @@ "name": "tgeo_at_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98650,6 +100943,7 @@ "name": "tgeo_minus_geom", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98728,6 +101022,7 @@ "name": "tgeo_minus_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98810,6 +101105,7 @@ "name": "tgeo_minus_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98888,6 +101184,7 @@ "name": "tpoint_at_elevation", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -98960,6 +101257,7 @@ "name": "tpoint_at_geom", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -99038,6 +101336,7 @@ "name": "tpoint_at_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -99116,6 +101415,7 @@ "name": "tpoint_minus_elevation", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -99188,6 +101488,7 @@ "name": "tpoint_minus_geom", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -99266,6 +101567,7 @@ "name": "tpoint_minus_value", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -99344,6 +101646,7 @@ "name": "always_eq_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99409,6 +101712,7 @@ "name": "always_eq_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99474,6 +101778,7 @@ "name": "always_eq_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99534,6 +101839,7 @@ "name": "always_ne_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99599,6 +101905,7 @@ "name": "always_ne_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99664,6 +101971,7 @@ "name": "always_ne_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99724,6 +102032,7 @@ "name": "ever_eq_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99789,6 +102098,7 @@ "name": "ever_eq_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99854,6 +102164,7 @@ "name": "ever_eq_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99914,6 +102225,7 @@ "name": "ever_ne_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -99979,6 +102291,7 @@ "name": "ever_ne_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -100044,6 +102357,7 @@ "name": "ever_ne_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -100104,6 +102418,7 @@ "name": "teq_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -100182,6 +102497,7 @@ "name": "teq_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -100260,6 +102576,7 @@ "name": "tne_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -100338,6 +102655,7 @@ "name": "tne_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -100416,6 +102734,7 @@ "name": "tgeo_stboxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -100495,6 +102814,7 @@ "name": "tgeo_space_boxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -100646,6 +102966,7 @@ "name": "tgeo_space_time_boxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -100831,6 +103152,7 @@ "name": "tgeo_split_each_n_stboxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -100920,6 +103242,7 @@ "name": "tgeo_split_n_stboxes", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -101009,6 +103332,7 @@ "name": "adjacent_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101068,6 +103392,7 @@ "name": "adjacent_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101127,6 +103452,7 @@ "name": "adjacent_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101187,6 +103513,7 @@ "name": "contained_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101246,6 +103573,7 @@ "name": "contained_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101305,6 +103633,7 @@ "name": "contained_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101365,6 +103694,7 @@ "name": "contains_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101424,6 +103754,7 @@ "name": "contains_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101483,6 +103814,7 @@ "name": "contains_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101543,6 +103875,7 @@ "name": "overlaps_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101602,6 +103935,7 @@ "name": "overlaps_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101661,6 +103995,7 @@ "name": "overlaps_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101721,6 +104056,7 @@ "name": "same_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101780,6 +104116,7 @@ "name": "same_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101839,6 +104176,7 @@ "name": "same_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101899,6 +104237,7 @@ "name": "above_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -101958,6 +104297,7 @@ "name": "above_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102017,6 +104357,7 @@ "name": "above_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102077,6 +104418,7 @@ "name": "after_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102136,6 +104478,7 @@ "name": "after_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102195,6 +104538,7 @@ "name": "after_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102255,6 +104599,7 @@ "name": "back_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102314,6 +104659,7 @@ "name": "back_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102373,6 +104719,7 @@ "name": "back_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102433,6 +104780,7 @@ "name": "before_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102492,6 +104840,7 @@ "name": "before_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102551,6 +104900,7 @@ "name": "before_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102611,6 +104961,7 @@ "name": "below_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102670,6 +105021,7 @@ "name": "below_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102729,6 +105081,7 @@ "name": "below_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102789,6 +105142,7 @@ "name": "front_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102848,6 +105202,7 @@ "name": "front_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102907,6 +105262,7 @@ "name": "front_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -102967,6 +105323,7 @@ "name": "left_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103026,6 +105383,7 @@ "name": "left_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103085,6 +105443,7 @@ "name": "left_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103145,6 +105504,7 @@ "name": "overabove_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103204,6 +105564,7 @@ "name": "overabove_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103263,6 +105624,7 @@ "name": "overabove_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103323,6 +105685,7 @@ "name": "overafter_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103382,6 +105745,7 @@ "name": "overafter_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103441,6 +105805,7 @@ "name": "overafter_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103501,6 +105866,7 @@ "name": "overback_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103560,6 +105926,7 @@ "name": "overback_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103619,6 +105986,7 @@ "name": "overback_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103679,6 +106047,7 @@ "name": "overbefore_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103738,6 +106107,7 @@ "name": "overbefore_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103797,6 +106167,7 @@ "name": "overbefore_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103857,6 +106228,7 @@ "name": "overbelow_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103916,6 +106288,7 @@ "name": "overbelow_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -103975,6 +106348,7 @@ "name": "overbelow_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104035,6 +106409,7 @@ "name": "overfront_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104094,6 +106469,7 @@ "name": "overfront_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104153,6 +106529,7 @@ "name": "overfront_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104213,6 +106590,7 @@ "name": "overleft_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104272,6 +106650,7 @@ "name": "overleft_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104331,6 +106710,7 @@ "name": "overleft_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104391,6 +106771,7 @@ "name": "overright_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104450,6 +106831,7 @@ "name": "overright_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104509,6 +106891,7 @@ "name": "overright_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104569,6 +106952,7 @@ "name": "right_stbox_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104628,6 +107012,7 @@ "name": "right_tspatial_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104687,6 +107072,7 @@ "name": "right_tspatial_tspatial", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -104747,6 +107133,7 @@ "name": "acontains_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -104812,6 +107199,7 @@ "name": "acontains_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -104877,6 +107265,7 @@ "name": "acontains_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -104937,6 +107326,7 @@ "name": "acovers_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105002,6 +107392,7 @@ "name": "acovers_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105067,6 +107458,7 @@ "name": "acovers_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105127,6 +107519,7 @@ "name": "adisjoint_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105192,6 +107585,7 @@ "name": "adisjoint_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105257,6 +107651,7 @@ "name": "adisjoint_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105317,6 +107712,7 @@ "name": "adwithin_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105392,6 +107788,7 @@ "name": "adwithin_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105467,6 +107864,7 @@ "name": "adwithin_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105537,6 +107935,7 @@ "name": "aintersects_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105602,6 +108001,7 @@ "name": "aintersects_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105667,6 +108067,7 @@ "name": "aintersects_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105727,6 +108128,7 @@ "name": "atouches_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105792,6 +108194,7 @@ "name": "atouches_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105857,6 +108260,7 @@ "name": "atouches_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105917,6 +108321,7 @@ "name": "atouches_tpoint_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -105982,6 +108387,7 @@ "name": "atouches_geo_tpoint", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106047,6 +108453,7 @@ "name": "econtains_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106112,6 +108519,7 @@ "name": "econtains_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106177,6 +108585,7 @@ "name": "econtains_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106237,6 +108646,7 @@ "name": "ecovers_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106302,6 +108712,7 @@ "name": "ecovers_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106367,6 +108778,7 @@ "name": "ecovers_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106427,6 +108839,7 @@ "name": "edisjoint_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106492,6 +108905,7 @@ "name": "edisjoint_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106557,6 +108971,7 @@ "name": "edisjoint_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106617,6 +109032,7 @@ "name": "edwithin_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106692,6 +109108,7 @@ "name": "edwithin_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106767,6 +109184,7 @@ "name": "edwithin_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106837,6 +109255,7 @@ "name": "eintersects_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106902,6 +109321,7 @@ "name": "eintersects_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -106967,6 +109387,7 @@ "name": "eintersects_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -107027,6 +109448,7 @@ "name": "etouches_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -107092,6 +109514,7 @@ "name": "etouches_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -107157,6 +109580,7 @@ "name": "etouches_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -107217,6 +109641,7 @@ "name": "etouches_tpoint_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -107282,6 +109707,7 @@ "name": "etouches_geo_tpoint", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -107347,6 +109773,7 @@ "name": "tcontains_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107425,6 +109852,7 @@ "name": "tcontains_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107503,6 +109931,7 @@ "name": "tcontains_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107576,6 +110005,7 @@ "name": "tcovers_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107654,6 +110084,7 @@ "name": "tcovers_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107732,6 +110163,7 @@ "name": "tcovers_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107805,6 +110237,7 @@ "name": "tdisjoint_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107883,6 +110316,7 @@ "name": "tdisjoint_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -107961,6 +110395,7 @@ "name": "tdisjoint_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108034,6 +110469,7 @@ "name": "tdwithin_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108122,6 +110558,7 @@ "name": "tdwithin_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108210,6 +110647,7 @@ "name": "tdwithin_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108293,6 +110731,7 @@ "name": "tintersects_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108371,6 +110810,7 @@ "name": "tintersects_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108449,6 +110889,7 @@ "name": "tintersects_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108522,6 +110963,7 @@ "name": "ttouches_geo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108600,6 +111042,7 @@ "name": "ttouches_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108678,6 +111121,7 @@ "name": "ttouches_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -108751,6 +111195,7 @@ "name": "edwithin_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -108788,6 +111233,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -108796,7 +111265,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -108855,6 +111325,7 @@ "name": "adwithin_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -108892,6 +111363,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -108900,7 +111395,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -108959,6 +111455,7 @@ "name": "eintersects_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -108991,6 +111488,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -108999,7 +111520,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -109053,6 +111575,7 @@ "name": "aintersects_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109085,6 +111608,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109093,7 +111640,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -109147,6 +111695,7 @@ "name": "etouches_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109179,6 +111728,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109187,7 +111760,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -109241,6 +111815,7 @@ "name": "atouches_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109273,6 +111848,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109281,7 +111880,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -109335,6 +111935,7 @@ "name": "edisjoint_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109367,6 +111968,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109375,7 +112000,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -109429,6 +112055,7 @@ "name": "adisjoint_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109461,6 +112088,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109469,7 +112120,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outParams": [ "count" @@ -109523,6 +112175,7 @@ "name": "tdwithin_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109565,6 +112218,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109573,7 +112250,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outputArrays": [ { @@ -109642,6 +112320,7 @@ "name": "tintersects_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109679,6 +112358,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109687,7 +112390,8 @@ "element": { "c": "int", "canonical": "int" - } + }, + "groupSize": 2 }, "outputArrays": [ { @@ -109751,6 +112455,7 @@ "name": "ttouches_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -109788,6 +112493,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -109796,116 +112525,143 @@ "element": { "c": "int", "canonical": "int" + }, + "groupSize": 2 + }, + "outputArrays": [ + { + "param": "periods" + } + ], + "outParams": [ + "count", + "periods" + ] + }, + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; array-or-out-param:arr2; array-or-out-param:count; array-or-out-param:periods; unsupported-return:int *" + }, + "wire": { + "params": [ + { + "name": "arr1", + "kind": "array", + "count_param": "count1", + "element": { + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + }, + { + "name": "arr2", + "kind": "unsupported" + }, + { + "name": "count2", + "kind": "json", + "json": "integer" + }, + { + "name": "count", + "kind": "unsupported" + }, + { + "name": "periods", + "kind": "unsupported" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "tdisjoint_tgeoarr_tgeoarr", + "file": "meos_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int *", + "canonical": "int *" + }, + "params": [ + { + "name": "arr1", + "cType": "const Temporal **", + "canonical": "const struct Temporal **" + }, + { + "name": "count1", + "cType": "int", + "canonical": "int" + }, + { + "name": "arr2", + "cType": "const Temporal **", + "canonical": "const struct Temporal **" + }, + { + "name": "count2", + "cType": "int", + "canonical": "int" + }, + { + "name": "count", + "cType": "int *", + "canonical": "int *" + }, + { + "name": "periods", + "cType": "SpanSet ***", + "canonical": "struct SpanSet ***" + } + ], + "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } } - }, - "outputArrays": [ - { - "param": "periods" - } - ], - "outParams": [ - "count", - "periods" - ] - }, - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; array-or-out-param:arr2; array-or-out-param:count; array-or-out-param:periods; unsupported-return:int *" - }, - "wire": { - "params": [ - { - "name": "arr1", - "kind": "array", - "count_param": "count1", - "element": { - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - }, - { - "name": "arr2", - "kind": "unsupported" - }, - { - "name": "count2", - "kind": "json", - "json": "integer" - }, - { - "name": "count", - "kind": "unsupported" - }, - { - "name": "periods", - "kind": "unsupported" - } - ], - "result": { - "kind": "unsupported" - } - } - }, - { - "name": "tdisjoint_tgeoarr_tgeoarr", - "file": "meos_geo.h", - "family": "CORE", - "returnType": { - "c": "int *", - "canonical": "int *" - }, - "params": [ - { - "name": "arr1", - "cType": "const Temporal **", - "canonical": "const struct Temporal **" - }, - { - "name": "count1", - "cType": "int", - "canonical": "int" - }, - { - "name": "arr2", - "cType": "const Temporal **", - "canonical": "const struct Temporal **" - }, - { - "name": "count2", - "cType": "int", - "canonical": "int" - }, - { - "name": "count", - "cType": "int *", - "canonical": "int *" - }, - { - "name": "periods", - "cType": "SpanSet ***", - "canonical": "struct SpanSet ***" - } - ], - "shape": { - "arrayReturn": { - "lengthFrom": { - "kind": "param", - "name": "count" - }, - "element": { - "c": "int", - "canonical": "int" - } + ], + "arrayReturn": { + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "int", + "canonical": "int" + }, + "groupSize": 2 }, "outputArrays": [ { @@ -109969,6 +112725,7 @@ "name": "tdistance_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -110047,6 +112804,7 @@ "name": "tdistance_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -110120,6 +112878,7 @@ "name": "nad_stbox_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -110184,6 +112943,7 @@ "name": "nad_stbox_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -110242,6 +113002,7 @@ "name": "stbox_spatial_distance", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -110300,6 +113061,7 @@ "name": "nad_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -110365,6 +113127,7 @@ "name": "nad_tgeo_stbox", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -110424,6 +113187,7 @@ "name": "nad_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -110484,6 +113248,7 @@ "name": "nai_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -110560,6 +113325,7 @@ "name": "nai_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -110631,6 +113397,7 @@ "name": "shortestline_tgeo_geo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -110708,6 +113475,7 @@ "name": "shortestline_tgeo_tgeo", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -110776,80 +113544,11 @@ } } }, - { - "name": "mindistance_tgeo_tgeo", - "file": "meos_geo.h", - "family": "CORE", - "returnType": { - "c": "double", - "canonical": "double" - }, - "params": [ - { - "name": "temp1", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "temp2", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "threshold", - "cType": "double", - "canonical": "double" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp1", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "temp2", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "threshold", - "kind": "json", - "json": "number" - } - ], - "result": { - "kind": "json", - "json": "number" - } - } - }, { "name": "mindistance_tgeoarr_tgeoarr", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -110876,6 +113575,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "arr1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + }, + { + "param": "arr2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -110921,6 +113646,7 @@ "name": "tpoint_tcentroid_finalfn", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -110974,6 +113700,7 @@ "name": "tpoint_tcentroid_transfn", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -111030,6 +113757,7 @@ "name": "tspatial_extent_transfn", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -111106,6 +113834,7 @@ "name": "stbox_get_space_tile", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -111218,6 +113947,7 @@ "name": "stbox_get_space_time_tile", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -111369,6 +114099,7 @@ "name": "stbox_get_time_tile", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -111446,6 +114177,7 @@ "name": "stbox_space_tiles", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -111586,6 +114318,7 @@ "name": "stbox_space_time_tiles", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -111759,6 +114492,7 @@ "name": "stbox_time_tiles", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -111880,6 +114614,7 @@ "name": "tgeo_space_split", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpaceSplit", "canonical": "struct SpaceSplit" @@ -111994,6 +114729,7 @@ "name": "tgeo_space_time_split", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpaceTimeSplit", "canonical": "struct SpaceTimeSplit" @@ -112143,6 +114879,7 @@ "name": "geo_cluster_kmeans", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -112170,6 +114907,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "geoms", + "lengthFrom": { + "kind": "param", + "name": "ngeoms" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -112219,6 +114969,7 @@ "name": "geo_cluster_dbscan", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t *", "canonical": "uint32_t *" @@ -112251,6 +115002,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "geoms", + "lengthFrom": { + "kind": "param", + "name": "ngeoms" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -112306,6 +115070,7 @@ "name": "geo_cluster_intersecting", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED **", "canonical": "GSERIALIZED **" @@ -112328,6 +115093,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "geoms", + "lengthFrom": { + "kind": "param", + "name": "ngeoms" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -112386,6 +115164,7 @@ "name": "geo_cluster_within", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED **", "canonical": "GSERIALIZED **" @@ -112413,6 +115192,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "geoms", + "lengthFrom": { + "kind": "param", + "name": "ngeoms" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ], "arrayReturn": { "lengthFrom": { "kind": "param", @@ -112476,6 +115268,7 @@ "name": "cbuffer_as_ewkt", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -112528,6 +115321,7 @@ "name": "cbuffer_as_hexwkb", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -112594,6 +115388,7 @@ "name": "cbuffer_as_text", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -112646,6 +115441,7 @@ "name": "cbuffer_as_wkb", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -112711,6 +115507,7 @@ "name": "cbuffer_from_hexwkb", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -112759,6 +115556,7 @@ "name": "cbuffer_from_wkb", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -112775,6 +115573,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -112815,6 +115628,7 @@ "name": "cbuffer_in", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -112863,6 +115677,7 @@ "name": "cbuffer_out", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -112915,6 +115730,7 @@ "name": "cbuffer_copy", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -112969,6 +115785,7 @@ "name": "cbuffer_make", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -113039,6 +115856,7 @@ "name": "cbuffer_to_geom", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -113093,6 +115911,7 @@ "name": "cbuffer_to_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -113147,6 +115966,7 @@ "name": "cbufferarr_to_geom", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -113163,6 +115983,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "cbarr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Cbuffer *", + "canonical": "struct Cbuffer *" + } + } + ] + }, "api": "internal", "category": "conversion", "network": { @@ -113210,6 +116045,7 @@ "name": "geom_to_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -113270,6 +116106,7 @@ "name": "cbuffer_hash", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -113311,6 +116148,7 @@ "name": "cbuffer_hash_extended", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -113361,6 +116199,7 @@ "name": "cbuffer_point", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -113415,6 +116254,7 @@ "name": "cbuffer_radius", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -113457,6 +116297,7 @@ "name": "cbuffer_round", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -113521,6 +116362,7 @@ "name": "cbufferarr_round", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer **", "canonical": "struct Cbuffer **" @@ -113542,6 +116384,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "cbarr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Cbuffer *", + "canonical": "struct Cbuffer *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -113581,6 +116438,7 @@ "name": "cbuffer_set_srid", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -113645,6 +116503,7 @@ "name": "cbuffer_srid", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -113687,6 +116546,7 @@ "name": "cbuffer_transform", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -113751,6 +116611,7 @@ "name": "cbuffer_transform_pipeline", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -113835,6 +116696,7 @@ "name": "contains_cbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -113893,6 +116755,7 @@ "name": "covers_cbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -113951,6 +116814,7 @@ "name": "disjoint_cbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -114009,6 +116873,7 @@ "name": "dwithin_cbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -114077,6 +116942,7 @@ "name": "intersects_cbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -114135,6 +117001,7 @@ "name": "touches_cbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -114193,6 +117060,7 @@ "name": "cbuffer_tstzspan_to_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -114263,6 +117131,7 @@ "name": "cbuffer_timestamptz_to_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -114326,6 +117195,7 @@ "name": "distance_cbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -114384,6 +117254,7 @@ "name": "distance_cbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -114448,6 +117319,7 @@ "name": "distance_cbuffer_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -114506,6 +117378,7 @@ "name": "nad_cbuffer_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -114564,6 +117437,7 @@ "name": "cbuffer_cmp", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -114622,6 +117496,7 @@ "name": "cbuffer_eq", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -114680,6 +117555,7 @@ "name": "cbuffer_ge", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -114738,6 +117614,7 @@ "name": "cbuffer_gt", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -114796,6 +117673,7 @@ "name": "cbuffer_le", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -114854,6 +117732,7 @@ "name": "cbuffer_lt", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -114912,6 +117791,7 @@ "name": "cbuffer_ne", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -114970,6 +117850,7 @@ "name": "cbuffer_nsame", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -115028,6 +117909,7 @@ "name": "cbuffer_same", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -115086,6 +117968,7 @@ "name": "cbufferset_in", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -115134,6 +118017,7 @@ "name": "cbufferset_out", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -115186,6 +118070,7 @@ "name": "cbufferset_make", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -115202,6 +118087,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Cbuffer *", + "canonical": "struct Cbuffer *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -115249,6 +118149,7 @@ "name": "cbuffer_to_set", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -115303,6 +118204,7 @@ "name": "cbufferset_end_value", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -115357,6 +118259,7 @@ "name": "cbufferset_start_value", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -115411,6 +118314,7 @@ "name": "cbufferset_value_n", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -115488,6 +118392,7 @@ "name": "cbufferset_values", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer **", "canonical": "struct Cbuffer **" @@ -115566,6 +118471,7 @@ "name": "cbuffer_union_transfn", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -115636,6 +118542,7 @@ "name": "contained_cbuffer_set", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -115694,6 +118601,7 @@ "name": "contains_set_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -115752,6 +118660,7 @@ "name": "intersection_cbuffer_set", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -115822,6 +118731,7 @@ "name": "intersection_set_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -115892,6 +118802,7 @@ "name": "minus_cbuffer_set", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -115962,6 +118873,7 @@ "name": "minus_set_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -116032,6 +118944,7 @@ "name": "union_cbuffer_set", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -116102,6 +119015,7 @@ "name": "union_set_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -116172,6 +119086,7 @@ "name": "tcbuffer_in", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -116221,6 +119136,7 @@ "name": "tcbuffer_from_mfjson", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -116270,6 +119186,7 @@ "name": "tcbufferinst_make", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -116332,6 +119249,7 @@ "name": "tcbuffer_make", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -116405,6 +119323,7 @@ "name": "tcbuffer_from_base_temp", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -116477,6 +119396,7 @@ "name": "tcbufferseq_from_base_tstzset", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -116546,6 +119466,7 @@ "name": "tcbufferseq_from_base_tstzspan", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -116626,6 +119547,7 @@ "name": "tcbufferseqset_from_base_tstzspanset", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -116706,6 +119628,7 @@ "name": "tcbuffer_end_value", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -116761,6 +119684,7 @@ "name": "tcbuffer_points", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -116816,6 +119740,7 @@ "name": "tcbuffer_radius", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -116871,6 +119796,7 @@ "name": "tcbuffer_traversed_area", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -116936,6 +119862,7 @@ "name": "tcbuffer_convex_hull", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -116991,6 +119918,7 @@ "name": "tcbuffer_start_value", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -117046,6 +119974,7 @@ "name": "tcbuffer_value_at_timestamptz", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -117133,6 +120062,7 @@ "name": "tcbuffer_value_n", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -117211,6 +120141,7 @@ "name": "tcbuffer_values", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer **", "canonical": "struct Cbuffer **" @@ -117290,6 +120221,7 @@ "name": "tcbuffer_to_tfloat", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117346,6 +120278,7 @@ "name": "tcbuffer_to_tgeompoint", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117402,6 +120335,7 @@ "name": "tgeometry_to_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117458,6 +120392,7 @@ "name": "tcbuffer_expand", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117524,6 +120459,7 @@ "name": "tcbuffer_at_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117596,6 +120532,7 @@ "name": "tcbuffer_at_geom", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117674,6 +120611,7 @@ "name": "tcbuffer_at_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117756,6 +120694,7 @@ "name": "tcbuffer_minus_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117828,6 +120767,7 @@ "name": "tcbuffer_minus_geom", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117906,6 +120846,7 @@ "name": "tcbuffer_minus_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -117988,6 +120929,7 @@ "name": "tdistance_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -118060,6 +121002,7 @@ "name": "tdistance_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -118138,6 +121081,7 @@ "name": "tdistance_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -118211,6 +121155,7 @@ "name": "nad_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -118270,6 +121215,7 @@ "name": "nad_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -118335,6 +121281,7 @@ "name": "nad_tcbuffer_stbox", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -118394,6 +121341,7 @@ "name": "nad_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -118454,6 +121402,7 @@ "name": "mindistance_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -118524,6 +121473,7 @@ "name": "nai_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -118594,6 +121544,7 @@ "name": "nai_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -118670,6 +121621,7 @@ "name": "nai_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -118741,6 +121693,7 @@ "name": "shortestline_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -118812,6 +121765,7 @@ "name": "shortestline_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -118889,6 +121843,7 @@ "name": "shortestline_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -118961,6 +121916,7 @@ "name": "always_eq_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119020,6 +121976,7 @@ "name": "always_eq_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119079,6 +122036,7 @@ "name": "always_eq_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119139,6 +122097,7 @@ "name": "always_ne_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119198,6 +122157,7 @@ "name": "always_ne_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119257,6 +122217,7 @@ "name": "always_ne_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119317,6 +122278,7 @@ "name": "ever_eq_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119376,6 +122338,7 @@ "name": "ever_eq_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119435,6 +122398,7 @@ "name": "ever_eq_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119495,6 +122459,7 @@ "name": "ever_ne_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119554,6 +122519,7 @@ "name": "ever_ne_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119613,6 +122579,7 @@ "name": "ever_ne_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -119673,6 +122640,7 @@ "name": "teq_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -119745,6 +122713,7 @@ "name": "teq_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -119817,6 +122786,7 @@ "name": "tne_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -119889,6 +122859,7 @@ "name": "tne_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -119961,6 +122932,7 @@ "name": "acontains_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120020,6 +122992,7 @@ "name": "acontains_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120085,6 +123058,7 @@ "name": "acontains_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120144,6 +123118,7 @@ "name": "acontains_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120209,6 +123184,7 @@ "name": "acontains_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120269,6 +123245,7 @@ "name": "acovers_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120328,6 +123305,7 @@ "name": "acovers_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120393,6 +123371,7 @@ "name": "acovers_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120452,6 +123431,7 @@ "name": "acovers_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120517,6 +123497,7 @@ "name": "acovers_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120577,6 +123558,7 @@ "name": "adisjoint_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120642,6 +123624,7 @@ "name": "adisjoint_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120701,6 +123684,7 @@ "name": "adisjoint_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120761,6 +123745,7 @@ "name": "adwithin_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120836,6 +123821,7 @@ "name": "adwithin_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120905,6 +123891,7 @@ "name": "adwithin_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -120975,6 +123962,7 @@ "name": "aintersects_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121040,6 +124028,7 @@ "name": "aintersects_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121099,6 +124088,7 @@ "name": "aintersects_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121159,6 +124149,7 @@ "name": "atouches_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121224,6 +124215,7 @@ "name": "atouches_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121283,6 +124275,7 @@ "name": "atouches_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121343,6 +124336,7 @@ "name": "econtains_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121402,6 +124396,7 @@ "name": "econtains_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121461,6 +124456,7 @@ "name": "econtains_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121526,6 +124522,7 @@ "name": "econtains_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121586,6 +124583,7 @@ "name": "ecovers_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121645,6 +124643,7 @@ "name": "ecovers_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121710,6 +124709,7 @@ "name": "ecovers_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121769,6 +124769,7 @@ "name": "ecovers_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121834,6 +124835,7 @@ "name": "ecovers_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121894,6 +124896,7 @@ "name": "edisjoint_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -121959,6 +124962,7 @@ "name": "edisjoint_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122018,6 +125022,7 @@ "name": "edwithin_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122093,6 +125098,7 @@ "name": "edwithin_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122162,6 +125168,7 @@ "name": "edwithin_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122232,6 +125239,7 @@ "name": "eintersects_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122297,6 +125305,7 @@ "name": "eintersects_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122356,6 +125365,7 @@ "name": "eintersects_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122416,6 +125426,7 @@ "name": "etouches_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122481,6 +125492,7 @@ "name": "etouches_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122540,6 +125552,7 @@ "name": "etouches_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -122600,6 +125613,7 @@ "name": "tcontains_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -122672,6 +125686,7 @@ "name": "tcontains_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -122750,6 +125765,7 @@ "name": "tcontains_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -122828,6 +125844,7 @@ "name": "tcontains_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -122900,6 +125917,7 @@ "name": "tcontains_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -122973,6 +125991,7 @@ "name": "tcovers_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123045,6 +126064,7 @@ "name": "tcovers_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123123,6 +126143,7 @@ "name": "tcovers_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123201,6 +126222,7 @@ "name": "tcovers_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123273,6 +126295,7 @@ "name": "tcovers_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123346,6 +126369,7 @@ "name": "tdwithin_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123434,6 +126458,7 @@ "name": "tdwithin_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123522,6 +126547,7 @@ "name": "tdwithin_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123604,6 +126630,7 @@ "name": "tdwithin_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123687,6 +126714,7 @@ "name": "tdisjoint_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123759,6 +126787,7 @@ "name": "tdisjoint_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123837,6 +126866,7 @@ "name": "tdisjoint_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123915,6 +126945,7 @@ "name": "tdisjoint_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -123987,6 +127018,7 @@ "name": "tdisjoint_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124060,6 +127092,7 @@ "name": "tintersects_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124132,6 +127165,7 @@ "name": "tintersects_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124210,6 +127244,7 @@ "name": "tintersects_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124288,6 +127323,7 @@ "name": "tintersects_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124360,6 +127396,7 @@ "name": "tintersects_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124433,6 +127470,7 @@ "name": "ttouches_geo_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124511,6 +127549,7 @@ "name": "ttouches_tcbuffer_geo", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124589,6 +127628,7 @@ "name": "ttouches_cbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124661,6 +127701,7 @@ "name": "ttouches_tcbuffer_cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124733,6 +127774,7 @@ "name": "ttouches_tcbuffer_tcbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -124806,6 +127848,7 @@ "name": "ensure_valid_cbuffer_cbuffer", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -124864,6 +127907,7 @@ "name": "ensure_valid_cbuffer_geo", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -124928,6 +127972,7 @@ "name": "ensure_valid_cbuffer_stbox", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -124986,6 +128031,7 @@ "name": "ensure_valid_cbufferset_cbuffer", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -125044,6 +128090,7 @@ "name": "cbuffer_collinear", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -125128,6 +128175,7 @@ "name": "cbuffersegm_interpolate", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -125208,6 +128256,7 @@ "name": "cbuffersegm_locate", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -125282,6 +128331,7 @@ "name": "cbuffer_parse", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -125339,6 +128389,7 @@ "name": "cbuffer_wkt_out", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -125394,6 +128445,7 @@ "name": "cbuffer_point2d_p", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "const POINT2D *", "canonical": "const POINT2D *" @@ -125435,6 +128487,7 @@ "name": "cbuffer_make_coords", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -125513,6 +128566,7 @@ "name": "datum_cbuffer_round", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -125556,6 +128610,7 @@ "name": "cbuffer_transf_pj", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Cbuffer *", "canonical": "struct Cbuffer *" @@ -125629,6 +128684,7 @@ "name": "cbuffer_set_srid_int", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -125680,6 +128736,7 @@ "name": "cbuffer_distance", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -125738,6 +128795,7 @@ "name": "datum_cbuffer_distance", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -125781,6 +128839,7 @@ "name": "cbuffer_contains", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -125839,6 +128898,7 @@ "name": "cbuffer_covers", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -125897,6 +128957,7 @@ "name": "cbuffer_disjoint", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -125955,6 +129016,7 @@ "name": "cbuffer_intersects", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -126013,6 +129075,7 @@ "name": "cbuffer_dwithin", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -126081,6 +129144,7 @@ "name": "cbuffer_touches", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -126139,6 +129203,7 @@ "name": "datum_cbuffer_contains", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -126182,6 +129247,7 @@ "name": "datum_cbuffer_covers", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -126225,6 +129291,7 @@ "name": "datum_cbuffer_disjoint", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -126268,6 +129335,7 @@ "name": "datum_cbuffer_intersects", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -126311,6 +129379,7 @@ "name": "datum_cbuffer_dwithin", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -126363,6 +129432,7 @@ "name": "datum_cbuffer_contains3", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -126415,6 +129485,7 @@ "name": "datum_cbuffer_touches", "file": "cbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -126458,6 +129529,7 @@ "name": "temptype_subtype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -126495,6 +129567,7 @@ "name": "temptype_subtype_all", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -126532,6 +129605,7 @@ "name": "tempsubtype_name", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -126569,6 +129643,7 @@ "name": "tempsubtype_from_string", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -126614,6 +129689,7 @@ "name": "meosoper_name", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -126651,6 +129727,7 @@ "name": "meosoper_from_string", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosOper", "canonical": "MeosOper" @@ -126688,6 +129765,7 @@ "name": "interptype_name", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -126725,6 +129803,7 @@ "name": "interptype_from_string", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "interpType", "canonical": "interpType" @@ -126762,6 +129841,7 @@ "name": "meos_typeof_hexwkb", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -126799,6 +129879,7 @@ "name": "meostype_name", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -126836,6 +129917,7 @@ "name": "temptype_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -126874,6 +129956,7 @@ "name": "settype_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -126912,6 +129995,7 @@ "name": "spantype_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -126950,6 +130034,7 @@ "name": "spantype_spansettype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -126988,6 +130073,7 @@ "name": "spansettype_spantype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -127026,6 +130112,7 @@ "name": "basetype_spantype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -127064,6 +130151,7 @@ "name": "basetype_settype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -127102,6 +130190,7 @@ "name": "tnumber_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127139,6 +130228,7 @@ "name": "geo_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127176,6 +130266,7 @@ "name": "meos_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127213,6 +130304,7 @@ "name": "alphanum_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127247,9 +130339,10 @@ } }, { - "name": "alphanum_temptype", + "name": "ensure_alphanum_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127284,9 +130377,10 @@ } }, { - "name": "time_type", + "name": "alphanum_temptype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127321,9 +130415,10 @@ } }, { - "name": "set_basetype", + "name": "time_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127358,9 +130453,10 @@ } }, { - "name": "set_type", + "name": "set_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127395,9 +130491,10 @@ } }, { - "name": "numset_type", + "name": "set_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127432,9 +130529,48 @@ } }, { - "name": "ensure_numset_type", + "name": "numset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "type", + "cType": "MeosType", + "canonical": "MeosType" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "type", + "kind": "json", + "json": "string", + "enum": "MeosType" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_numset_type", + "file": "meos_catalog.h", + "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127472,6 +130608,7 @@ "name": "timeset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127509,6 +130646,7 @@ "name": "set_spantype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127546,6 +130684,7 @@ "name": "ensure_set_spantype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127583,6 +130722,7 @@ "name": "alphanumset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127620,6 +130760,7 @@ "name": "geoset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127657,6 +130798,7 @@ "name": "ensure_geoset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127694,6 +130836,7 @@ "name": "spatialset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127731,6 +130874,7 @@ "name": "ensure_spatialset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127767,7 +130911,8 @@ { "name": "pointcloud_basetype", "file": "meos_catalog.h", - "family": "CORE", + "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127804,7 +130949,8 @@ { "name": "pointcloudset_type", "file": "meos_catalog.h", - "family": "CORE", + "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127841,7 +130987,8 @@ { "name": "tpointcloud_temptype", "file": "meos_catalog.h", - "family": "CORE", + "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127878,7 +131025,8 @@ { "name": "ensure_tpointcloud_temptype", "file": "meos_catalog.h", - "family": "CORE", + "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127916,6 +131064,7 @@ "name": "span_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127953,6 +131102,7 @@ "name": "span_canon_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -127990,6 +131140,7 @@ "name": "span_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128027,6 +131178,7 @@ "name": "type_span_bbox", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128064,6 +131216,7 @@ "name": "type_bboxtype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosType", "canonical": "MeosType" @@ -128102,6 +131255,7 @@ "name": "span_tbox_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128139,6 +131293,7 @@ "name": "ensure_span_tbox_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128176,6 +131331,7 @@ "name": "numspan_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128213,6 +131369,7 @@ "name": "numspan_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128250,6 +131407,7 @@ "name": "ensure_numspan_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128287,6 +131445,7 @@ "name": "timespan_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128324,6 +131483,7 @@ "name": "timespan_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128361,6 +131521,83 @@ "name": "spanset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "type", + "cType": "MeosType", + "canonical": "MeosType" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "type", + "kind": "json", + "json": "string", + "enum": "MeosType" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "numspanset_type", + "file": "meos_catalog.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "type", + "cType": "MeosType", + "canonical": "MeosType" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "type", + "kind": "json", + "json": "string", + "enum": "MeosType" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_numspanset_type", + "file": "meos_catalog.h", + "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128398,6 +131635,7 @@ "name": "timespanset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128435,6 +131673,7 @@ "name": "ensure_timespanset_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128472,6 +131711,7 @@ "name": "temporal_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128509,6 +131749,7 @@ "name": "temporal_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128546,6 +131787,7 @@ "name": "temptype_supports_linear", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128583,6 +131825,7 @@ "name": "basetype_byvalue", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128620,6 +131863,7 @@ "name": "basetype_varlength", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128657,6 +131901,7 @@ "name": "meostype_length", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int16", "canonical": "short" @@ -128694,6 +131939,7 @@ "name": "talphanum_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128731,6 +131977,7 @@ "name": "talpha_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128768,6 +132015,7 @@ "name": "tnumber_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128805,6 +132053,7 @@ "name": "ensure_tnumber_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128842,6 +132091,7 @@ "name": "torder_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128879,6 +132129,7 @@ "name": "ensure_torder_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128916,6 +132167,7 @@ "name": "ensure_tnumber_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128953,6 +132205,7 @@ "name": "tnumber_spantype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -128990,6 +132243,7 @@ "name": "spatial_basetype", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129027,6 +132281,7 @@ "name": "tspatial_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129064,6 +132319,7 @@ "name": "ensure_tspatial_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129101,6 +132357,7 @@ "name": "tpoint_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129138,6 +132395,7 @@ "name": "ensure_tpoint_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129175,6 +132433,7 @@ "name": "tgeo_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129212,6 +132471,7 @@ "name": "ensure_tgeo_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129249,6 +132509,7 @@ "name": "tspatial_body_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129286,6 +132547,7 @@ "name": "tgeo_type_all", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129323,6 +132585,7 @@ "name": "ensure_tgeo_type_all", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129360,6 +132623,7 @@ "name": "tgeometry_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129397,6 +132661,7 @@ "name": "ensure_tgeometry_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129434,6 +132699,7 @@ "name": "tgeodetic_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129471,6 +132737,7 @@ "name": "ensure_tgeodetic_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129508,6 +132775,7 @@ "name": "ensure_tnumber_tpoint_type", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -129545,6 +132813,7 @@ "name": "prng_get_generation_rng", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "pg_prng_state *", "canonical": "pg_prng_state *" @@ -129568,6 +132837,7 @@ "name": "prng_get_aggregation_rng", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "pg_prng_state *", "canonical": "pg_prng_state *" @@ -129591,6 +132861,7 @@ "name": "meos_random_double", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -129626,6 +132897,7 @@ "name": "meos_random_exponential", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -129671,6 +132943,7 @@ "name": "meos_random_binomial20_half", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -129701,10 +132974,78 @@ } } }, + { + "name": "basetype_in", + "file": "meos_internal.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + }, + { + "name": "type", + "cType": "MeosType", + "canonical": "MeosType" + }, + { + "name": "end", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "result", + "cType": "Datum *", + "canonical": "Datum *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Datum" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + }, + { + "name": "type", + "kind": "json", + "json": "string", + "enum": "MeosType" + }, + { + "name": "end", + "kind": "json", + "json": "boolean" + }, + { + "name": "result", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, { "name": "datum_ceil", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -129739,6 +133080,7 @@ "name": "datum_degrees", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -129782,6 +133124,7 @@ "name": "datum_float_round", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -129825,6 +133168,7 @@ "name": "datum_floor", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -129859,6 +133203,7 @@ "name": "datum_hash", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -129904,6 +133249,7 @@ "name": "datum_hash_extended", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -129958,6 +133304,7 @@ "name": "datum_radians", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -129992,6 +133339,7 @@ "name": "floatspan_round_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -130064,6 +133412,7 @@ "name": "set_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -130123,6 +133472,7 @@ "name": "set_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -130175,6 +133525,7 @@ "name": "span_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -130234,6 +133585,7 @@ "name": "span_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -130286,6 +133638,7 @@ "name": "spanset_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -130345,6 +133698,7 @@ "name": "spanset_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -130397,6 +133751,7 @@ "name": "set_make", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -130423,6 +133778,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -130475,6 +133845,7 @@ "name": "set_make_exp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -130506,6 +133877,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -130563,6 +133949,7 @@ "name": "set_make_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -130589,6 +133976,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -130641,6 +134043,7 @@ "name": "span_make", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -130728,6 +134131,7 @@ "name": "span_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -130834,6 +134238,7 @@ "name": "spanset_make_exp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -130928,6 +134333,7 @@ "name": "spanset_make_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -131012,6 +134418,7 @@ "name": "set_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -131066,6 +134473,7 @@ "name": "set_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -131120,6 +134528,7 @@ "name": "value_set_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -131186,6 +134595,7 @@ "name": "value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -131244,6 +134654,7 @@ "name": "value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -131302,6 +134713,7 @@ "name": "value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -131360,6 +134772,7 @@ "name": "numspan_width", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -131401,6 +134814,7 @@ "name": "numspanset_width", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -131452,6 +134866,7 @@ "name": "set_end_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -131493,6 +134908,7 @@ "name": "set_mem_size", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -131535,6 +134951,7 @@ "name": "set_set_subspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -131612,6 +135029,7 @@ "name": "set_set_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -131669,6 +135087,7 @@ "name": "set_start_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -131710,6 +135129,7 @@ "name": "set_value_n", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -131776,6 +135196,7 @@ "name": "set_vals", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum *", "canonical": "Datum *" @@ -131817,6 +135238,7 @@ "name": "set_values", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum *", "canonical": "Datum *" @@ -131879,6 +135301,7 @@ "name": "spanset_lower", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -131920,6 +135343,7 @@ "name": "spanset_mem_size", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -131962,6 +135386,7 @@ "name": "spanset_sps", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const Span **", "canonical": "const struct Span **" @@ -132040,6 +135465,7 @@ "name": "spanset_upper", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -132081,6 +135507,7 @@ "name": "datespan_set_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132138,6 +135565,7 @@ "name": "bigintspan_set_floatspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132195,6 +135623,7 @@ "name": "bigintspan_set_intspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132252,6 +135681,7 @@ "name": "floatspan_set_bigintspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132309,6 +135739,7 @@ "name": "floatspan_set_intspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132366,6 +135797,7 @@ "name": "intspan_set_bigintspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132423,6 +135855,7 @@ "name": "intspan_set_floatspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132480,6 +135913,7 @@ "name": "numset_shift_scale", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -132572,6 +136006,7 @@ "name": "numspan_expand", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -132635,6 +136070,7 @@ "name": "numspan_shift_scale", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -132727,6 +136163,7 @@ "name": "numspanset_shift_scale", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -132819,6 +136256,7 @@ "name": "set_compact", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -132873,6 +136311,7 @@ "name": "span_expand", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -132930,6 +136369,7 @@ "name": "super_union_span_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -133000,6 +136440,7 @@ "name": "spanset_compact", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -133054,6 +136495,7 @@ "name": "tbox_expand_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -133128,6 +136570,7 @@ "name": "textcat_textset_text_common", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -133202,6 +136645,7 @@ "name": "tstzspan_set_datespan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -133259,6 +136703,7 @@ "name": "adjacent_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133310,6 +136755,7 @@ "name": "adjacent_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133361,6 +136807,7 @@ "name": "adjacent_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133412,6 +136859,7 @@ "name": "contained_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133463,6 +136911,7 @@ "name": "contained_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133514,6 +136963,7 @@ "name": "contained_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133565,6 +137015,7 @@ "name": "contains_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133616,6 +137067,7 @@ "name": "contains_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133667,6 +137119,7 @@ "name": "contains_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133718,6 +137171,7 @@ "name": "ovadj_span_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133776,6 +137230,7 @@ "name": "left_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133827,6 +137282,7 @@ "name": "left_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133878,6 +137334,7 @@ "name": "left_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133929,6 +137386,7 @@ "name": "left_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -133980,6 +137438,7 @@ "name": "left_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134031,6 +137490,7 @@ "name": "left_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134082,6 +137542,7 @@ "name": "lfnadj_span_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134140,6 +137601,7 @@ "name": "overleft_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134191,6 +137653,7 @@ "name": "overleft_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134242,6 +137705,7 @@ "name": "overleft_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134293,6 +137757,7 @@ "name": "overleft_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134344,6 +137809,7 @@ "name": "overleft_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134395,6 +137861,7 @@ "name": "overleft_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134446,6 +137913,7 @@ "name": "overright_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134497,6 +137965,7 @@ "name": "overright_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134548,6 +138017,7 @@ "name": "overright_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134599,6 +138069,7 @@ "name": "overright_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134650,6 +138121,7 @@ "name": "overright_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134701,6 +138173,7 @@ "name": "overright_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134752,6 +138225,7 @@ "name": "right_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134803,6 +138277,7 @@ "name": "right_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134854,6 +138329,7 @@ "name": "right_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134905,6 +138381,7 @@ "name": "right_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -134956,6 +138433,7 @@ "name": "right_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135007,6 +138485,7 @@ "name": "right_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135058,6 +138537,7 @@ "name": "bbox_type", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135095,6 +138575,7 @@ "name": "bbox_get_size", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -135131,6 +138612,7 @@ "name": "bbox_max_dims", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -135168,6 +138650,7 @@ "name": "temporal_bbox_eq", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135223,6 +138706,7 @@ "name": "temporal_bbox_cmp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -135278,6 +138762,7 @@ "name": "ensure_bbox_temporal_compatible", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135332,6 +138817,7 @@ "name": "ensure_same_index_bboxtype", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135380,6 +138866,7 @@ "name": "ensure_index_join_op", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135413,10 +138900,47 @@ } } }, + { + "name": "ensure_index_result", + "file": "meos_internal.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "result", + "cType": "const MeosArray *", + "canonical": "const struct MeosArray *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:MeosArray" + }, + "wire": { + "params": [ + { + "name": "result", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, { "name": "bbox_temporal_split_boxes", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -135513,6 +139037,7 @@ "name": "span_contains", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135571,6 +139096,7 @@ "name": "span_contained", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135629,6 +139155,7 @@ "name": "span_overlaps", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135687,6 +139214,7 @@ "name": "span_same", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135745,6 +139273,7 @@ "name": "span_adjacent", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135803,6 +139332,7 @@ "name": "span_left", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135861,6 +139391,7 @@ "name": "span_right", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135919,6 +139450,7 @@ "name": "span_overleft", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -135977,6 +139509,7 @@ "name": "span_overright", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -136035,6 +139568,7 @@ "name": "bbox_union_span_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -136113,6 +139647,7 @@ "name": "inter_span_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -136192,6 +139727,7 @@ "name": "intersection_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -136255,6 +139791,7 @@ "name": "intersection_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -136318,6 +139855,7 @@ "name": "intersection_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -136381,6 +139919,7 @@ "name": "intersection_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -136444,6 +139983,7 @@ "name": "intersection_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -136507,6 +140047,7 @@ "name": "intersection_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -136570,6 +140111,7 @@ "name": "mi_span_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -136649,6 +140191,7 @@ "name": "minus_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -136712,6 +140255,7 @@ "name": "minus_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -136775,6 +140319,7 @@ "name": "minus_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -136838,6 +140383,7 @@ "name": "minus_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -136901,6 +140447,7 @@ "name": "minus_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -136964,6 +140511,7 @@ "name": "minus_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -137027,6 +140575,7 @@ "name": "union_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -137090,6 +140639,7 @@ "name": "union_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -137153,6 +140703,7 @@ "name": "union_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -137216,6 +140767,7 @@ "name": "union_value_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -137279,6 +140831,7 @@ "name": "union_value_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -137342,6 +140895,7 @@ "name": "union_value_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -137405,6 +140959,7 @@ "name": "distance_set_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137462,6 +141017,7 @@ "name": "distance_set_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137512,6 +141068,7 @@ "name": "distance_span_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137569,6 +141126,7 @@ "name": "distance_span_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137619,6 +141177,7 @@ "name": "distance_spanset_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137676,6 +141235,7 @@ "name": "distance_spanset_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137733,6 +141293,7 @@ "name": "distance_spanset_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137783,6 +141344,7 @@ "name": "distance_value_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -137837,6 +141399,7 @@ "name": "spanbase_extent_transfn", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -137916,6 +141479,7 @@ "name": "value_union_transfn", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -137990,6 +141554,7 @@ "name": "number_tstzspan_to_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -138064,6 +141629,7 @@ "name": "number_timestamptz_to_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -138131,6 +141697,7 @@ "name": "tbox_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138209,6 +141776,7 @@ "name": "float_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138265,6 +141833,7 @@ "name": "int_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138321,6 +141890,7 @@ "name": "number_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138387,6 +141957,7 @@ "name": "number_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -138445,6 +142016,7 @@ "name": "numset_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138507,6 +142079,7 @@ "name": "numspan_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138569,6 +142142,7 @@ "name": "timestamptz_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138624,6 +142198,7 @@ "name": "tstzset_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138686,6 +142261,7 @@ "name": "tstzspan_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138748,6 +142324,7 @@ "name": "tbox_shift_scale_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -138840,6 +142417,7 @@ "name": "tbox_expand", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -138897,6 +142475,7 @@ "name": "tbox_contains", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -138955,6 +142534,7 @@ "name": "tbox_contained", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139013,6 +142593,7 @@ "name": "tbox_overlaps", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139071,6 +142652,7 @@ "name": "tbox_same", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139129,6 +142711,7 @@ "name": "tbox_adjacent", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139187,6 +142770,7 @@ "name": "tbox_left", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139245,6 +142829,7 @@ "name": "tbox_right", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139303,6 +142888,7 @@ "name": "tbox_overleft", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139361,6 +142947,7 @@ "name": "tbox_overright", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139419,6 +143006,7 @@ "name": "tbox_before", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139477,6 +143065,7 @@ "name": "tbox_after", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139535,6 +143124,7 @@ "name": "tbox_overbefore", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139593,6 +143183,7 @@ "name": "tbox_overafter", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139651,6 +143242,7 @@ "name": "inter_tbox_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -139730,6 +143322,7 @@ "name": "tboolinst_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -139776,6 +143369,7 @@ "name": "tboolinst_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -139823,6 +143417,7 @@ "name": "tboolseq_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -139869,6 +143464,7 @@ "name": "tboolseq_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -139927,6 +143523,7 @@ "name": "tboolseqset_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -139973,6 +143570,7 @@ "name": "tboolseqset_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -140020,6 +143618,7 @@ "name": "temporal_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -140080,6 +143679,7 @@ "name": "temporal_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -140133,6 +143733,7 @@ "name": "temparr_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char **", "canonical": "char **" @@ -140154,6 +143755,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "temparr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -140194,6 +143810,7 @@ "name": "tfloatinst_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -140240,6 +143857,7 @@ "name": "tfloatinst_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -140287,6 +143905,7 @@ "name": "tfloatseq_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -140344,6 +143963,7 @@ "name": "tfloatseq_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -140402,6 +144022,7 @@ "name": "tfloatseqset_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -140459,6 +144080,7 @@ "name": "tfloatseqset_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -140506,6 +144128,7 @@ "name": "tinstant_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -140583,6 +144206,7 @@ "name": "tinstant_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -140641,6 +144265,7 @@ "name": "tinstant_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -140692,6 +144317,7 @@ "name": "tbigintinst_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -140738,6 +144364,7 @@ "name": "tbigintinst_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -140785,6 +144412,7 @@ "name": "tbigintseq_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -140831,6 +144459,7 @@ "name": "tbigintseqset_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -140877,6 +144506,7 @@ "name": "tbigintseqset_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -140924,6 +144554,7 @@ "name": "tintinst_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -140970,6 +144601,7 @@ "name": "tintinst_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -141017,6 +144649,7 @@ "name": "tintseq_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -141063,6 +144696,7 @@ "name": "tintseq_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -141121,6 +144755,7 @@ "name": "tintseqset_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -141167,6 +144802,7 @@ "name": "tintseqset_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -141214,6 +144850,7 @@ "name": "tsequence_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -141302,6 +144939,7 @@ "name": "tsequence_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -141371,6 +145009,7 @@ "name": "tsequence_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -141416,6 +145055,7 @@ "name": "tsequenceset_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -141504,6 +145144,7 @@ "name": "tsequenceset_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -141573,6 +145214,7 @@ "name": "tsequenceset_out", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -141624,6 +145266,7 @@ "name": "ttextinst_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -141670,6 +145313,7 @@ "name": "ttextinst_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -141717,6 +145361,7 @@ "name": "ttextseq_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -141763,6 +145408,7 @@ "name": "ttextseq_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -141821,6 +145467,7 @@ "name": "ttextseqset_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -141867,6 +145514,7 @@ "name": "ttextseqset_in", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -141914,6 +145562,7 @@ "name": "tjsonbinst_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -141960,6 +145609,7 @@ "name": "tjsonbseq_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -142006,6 +145656,7 @@ "name": "tjsonbseqset_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -142052,6 +145703,7 @@ "name": "temporal_from_mfjson", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -142112,6 +145764,7 @@ "name": "temporal_from_base_temp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -142188,6 +145841,7 @@ "name": "tinstant_copy", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -142240,6 +145894,7 @@ "name": "tinstant_make", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -142306,6 +145961,7 @@ "name": "tinstant_make_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -142372,6 +146028,7 @@ "name": "tsequence_copy", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -142418,6 +146075,7 @@ "name": "tsequence_from_base_temp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -142484,6 +146142,7 @@ "name": "tsequence_from_base_tstzset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -142557,6 +146216,7 @@ "name": "tsequence_from_base_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -142641,6 +146301,7 @@ "name": "tsequence_make_exp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -142682,6 +146343,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -142753,6 +146429,7 @@ "name": "tsequence_make_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -142789,6 +146466,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -142855,6 +146547,7 @@ "name": "tsequenceset_copy", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -142907,6 +146600,7 @@ "name": "tseqsetarr_to_tseqset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -142928,6 +146622,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "seqsets", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequenceSet *", + "canonical": "struct TSequenceSet *" + } + } + ] + }, "api": "internal", "category": "conversion", "network": { @@ -142978,6 +146687,7 @@ "name": "tsequenceset_from_base_temp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -143050,6 +146760,7 @@ "name": "tsequenceset_from_base_tstzspanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -143134,6 +146845,7 @@ "name": "tsequenceset_make_exp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -143160,6 +146872,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -143210,6 +146937,7 @@ "name": "tsequenceset_make_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -143231,6 +146959,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -143276,6 +147019,7 @@ "name": "temporal_set_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143335,70 +147079,11 @@ } } }, - { - "name": "temporal_time_overlaps", - "file": "meos_internal.h", - "family": "CORE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "temp1", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "temp2", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp1", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "temp2", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, { "name": "tinstant_set_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143460,6 +147145,7 @@ "name": "tnumber_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143523,6 +147209,7 @@ "name": "tnumberinst_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143584,6 +147271,7 @@ "name": "tnumberseq_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143639,6 +147327,7 @@ "name": "tnumberseqset_set_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143700,6 +147389,7 @@ "name": "tsequence_set_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143755,6 +147445,7 @@ "name": "tsequenceset_set_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -143816,6 +147507,7 @@ "name": "temporal_end_inst", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -143870,6 +147562,7 @@ "name": "temporal_end_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -143912,6 +147605,7 @@ "name": "temporal_inst_n", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -143976,6 +147670,7 @@ "name": "temporal_insts_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant **", "canonical": "const struct TInstant **" @@ -144054,6 +147749,7 @@ "name": "temporal_max_inst_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -144108,6 +147804,7 @@ "name": "temporal_max_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -144150,6 +147847,7 @@ "name": "temporal_mem_size", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -144192,6 +147890,7 @@ "name": "temporal_min_inst_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -144246,6 +147945,7 @@ "name": "temporal_min_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -144288,6 +147988,7 @@ "name": "temporal_sequences_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TSequence **", "canonical": "const struct TSequence **" @@ -144366,6 +148067,7 @@ "name": "temporal_set_bbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -144422,6 +148124,7 @@ "name": "temporal_start_inst", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -144476,6 +148179,7 @@ "name": "temporal_start_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -144518,6 +148222,7 @@ "name": "temporal_values_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum *", "canonical": "Datum *" @@ -144584,6 +148289,7 @@ "name": "temporal_value_n", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -144651,6 +148357,7 @@ "name": "temporal_values", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum *", "canonical": "Datum *" @@ -144717,6 +148424,7 @@ "name": "tinstant_hash", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -144757,6 +148465,7 @@ "name": "tinstant_hash_extended", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -144806,6 +148515,7 @@ "name": "tinstant_insts", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant **", "canonical": "const struct TInstant **" @@ -144882,6 +148592,7 @@ "name": "tinstant_set_bbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -144936,6 +148647,7 @@ "name": "tinstant_time", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -144989,6 +148701,7 @@ "name": "tinstant_timestamps", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz *", "canonical": "TimestampTz *" @@ -145053,6 +148766,7 @@ "name": "tinstant_value_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -145093,6 +148807,7 @@ "name": "tinstant_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -145133,6 +148848,7 @@ "name": "tinstant_value_at_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -145197,6 +148913,7 @@ "name": "tinstant_values_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum *", "canonical": "Datum *" @@ -145261,6 +148978,7 @@ "name": "tnumber_set_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -145324,6 +149042,7 @@ "name": "tnumberinst_valuespans", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -145377,6 +149096,7 @@ "name": "tnumberseq_avg_val", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -145412,6 +149132,7 @@ "name": "tnumberseq_valuespans", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -145459,6 +149180,7 @@ "name": "tnumberseqset_avg_val", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -145500,6 +149222,7 @@ "name": "tnumberseqset_valuespans", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -145553,6 +149276,7 @@ "name": "tsequence_duration", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -145593,6 +149317,7 @@ "name": "tsequence_end_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -145627,6 +149352,7 @@ "name": "tsequence_hash", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -145661,6 +149387,7 @@ "name": "tsequence_hash_extended", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -145704,6 +149431,7 @@ "name": "tsequence_insts_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant **", "canonical": "const struct TInstant **" @@ -145774,6 +149502,7 @@ "name": "tsequence_max_inst_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -145820,6 +149549,7 @@ "name": "tsequence_max_val", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -145854,6 +149584,7 @@ "name": "tsequence_min_inst_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -145900,6 +149631,7 @@ "name": "tsequence_min_val", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -145934,6 +149666,7 @@ "name": "tsequence_segments", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -146004,6 +149737,7 @@ "name": "tsequence_seqs", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TSequence **", "canonical": "const struct TSequence **" @@ -146074,6 +149808,7 @@ "name": "tsequence_start_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -146108,6 +149843,7 @@ "name": "tsequence_time", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -146155,6 +149891,7 @@ "name": "tsequence_timestamps", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz *", "canonical": "TimestampTz *" @@ -146213,6 +149950,7 @@ "name": "tsequence_value_at_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -146281,6 +150019,7 @@ "name": "tsequence_values_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum *", "canonical": "Datum *" @@ -146339,6 +150078,7 @@ "name": "tsequenceset_duration", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -146395,6 +150135,7 @@ "name": "tsequenceset_end_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -146435,6 +150176,7 @@ "name": "tsequenceset_hash", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -146475,6 +150217,7 @@ "name": "tsequenceset_hash_extended", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -146524,6 +150267,7 @@ "name": "tsequenceset_inst_n", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -146586,6 +150330,7 @@ "name": "tsequenceset_insts_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant **", "canonical": "const struct TInstant **" @@ -146662,6 +150407,7 @@ "name": "tsequenceset_max_inst_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -146714,6 +150460,7 @@ "name": "tsequenceset_max_val", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -146754,6 +150501,7 @@ "name": "tsequenceset_min_inst_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TInstant *", "canonical": "const struct TInstant *" @@ -146806,6 +150554,7 @@ "name": "tsequenceset_min_val", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -146846,6 +150595,7 @@ "name": "tsequenceset_num_instants", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -146887,6 +150637,7 @@ "name": "tsequenceset_num_timestamps", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -146928,6 +150679,7 @@ "name": "tsequenceset_segments", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -146954,7 +150706,10 @@ "c": "TSequence *", "canonical": "struct TSequence *" } - } + }, + "outParams": [ + "count" + ] }, "api": "internal", "category": "transformation", @@ -147001,6 +150756,7 @@ "name": "tsequenceset_sequences_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const TSequence **", "canonical": "const struct TSequence **" @@ -147041,6 +150797,7 @@ "name": "tsequenceset_start_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -147081,6 +150838,7 @@ "name": "tsequenceset_time", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -147134,6 +150892,7 @@ "name": "tsequenceset_timestamptz_n", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -147199,6 +150958,7 @@ "name": "tsequenceset_timestamps", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz *", "canonical": "TimestampTz *" @@ -147225,7 +150985,10 @@ "c": "TimestampTz", "canonical": "TimestampTz" } - } + }, + "outParams": [ + "count" + ] }, "api": "internal", "category": "transformation", @@ -147260,6 +151023,7 @@ "name": "tsequenceset_value_at_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -147334,6 +151098,7 @@ "name": "tsequenceset_value_n", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -147399,6 +151164,7 @@ "name": "tsequenceset_value_n_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -147464,6 +151230,7 @@ "name": "tsequenceset_values_p", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum *", "canonical": "Datum *" @@ -147528,6 +151295,7 @@ "name": "temporal_restart", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -147580,6 +151348,7 @@ "name": "temporal_tsequence", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -147645,6 +151414,7 @@ "name": "temporal_tsequenceset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -147710,6 +151480,7 @@ "name": "tinstant_shift_time", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -147783,6 +151554,7 @@ "name": "tinstant_as_tsequence", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -147846,6 +151618,7 @@ "name": "tinstant_to_tsequence_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -147909,6 +151682,7 @@ "name": "tinstant_as_tsequenceset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -147972,6 +151746,7 @@ "name": "tnumber_shift_scale_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -148066,6 +151841,7 @@ "name": "tnumberinst_shift_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -148127,6 +151903,7 @@ "name": "tnumberseq_shift_scale_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -148211,6 +151988,7 @@ "name": "tnumberseqset_shift_scale_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -148301,6 +152079,7 @@ "name": "tsequence_restart", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -148345,6 +152124,7 @@ "name": "tsequence_set_interp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -148404,6 +152184,7 @@ "name": "tsequence_shift_scale_time", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -148492,6 +152273,7 @@ "name": "tsequence_subseq", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -148578,6 +152360,7 @@ "name": "tsequence_as_tinstant", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -148624,6 +152407,7 @@ "name": "tsequence_as_tsequenceset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -148670,6 +152454,7 @@ "name": "tsequence_to_tsequenceset_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -148716,6 +152501,7 @@ "name": "tsequence_to_tsequenceset_interp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -148773,6 +152559,7 @@ "name": "tsequenceset_restart", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -148823,6 +152610,7 @@ "name": "tsequenceset_set_interp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -148888,6 +152676,7 @@ "name": "tsequenceset_shift_scale_time", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -148982,6 +152771,7 @@ "name": "tsequenceset_to_discrete", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -149034,6 +152824,7 @@ "name": "tsequenceset_to_linear", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -149086,6 +152877,7 @@ "name": "tsequenceset_to_step", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -149138,6 +152930,7 @@ "name": "tsequenceset_as_tinstant", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -149190,6 +152983,7 @@ "name": "tsequenceset_as_tsequence", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -149242,6 +153036,7 @@ "name": "tinstant_merge", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149311,6 +153106,7 @@ "name": "tinstant_merge_array", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149327,6 +153123,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -149374,6 +153185,7 @@ "name": "tsequence_append_tinstant", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149483,6 +153295,7 @@ "name": "tsequence_append_tsequence", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149550,6 +153363,7 @@ "name": "tsequence_delete_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149617,6 +153431,7 @@ "name": "tsequence_delete_tstzset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149691,6 +153506,7 @@ "name": "tsequence_delete_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149765,6 +153581,7 @@ "name": "tsequence_delete_tstzspanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149839,6 +153656,7 @@ "name": "tsequence_insert", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149906,6 +153724,7 @@ "name": "tsequence_merge", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149963,6 +153782,7 @@ "name": "tsequence_merge_array", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -149979,6 +153799,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -150021,6 +153856,7 @@ "name": "tsequenceset_append_tinstant", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150134,6 +153970,7 @@ "name": "tsequenceset_append_tsequence", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150205,6 +154042,7 @@ "name": "tsequenceset_delete_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150266,6 +154104,7 @@ "name": "tsequenceset_delete_tstzset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150334,6 +154173,7 @@ "name": "tsequenceset_delete_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150402,6 +154242,7 @@ "name": "tsequenceset_delete_tstzspanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150470,6 +154311,7 @@ "name": "tsequenceset_insert", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150537,6 +154379,7 @@ "name": "tsequenceset_merge", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150604,6 +154447,7 @@ "name": "tsequenceset_merge_array", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -150620,6 +154464,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "seqsets", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequenceSet *", + "canonical": "struct TSequenceSet *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -150665,6 +154524,7 @@ "name": "tsequence_expand_bbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -150714,6 +154574,7 @@ "name": "tsequence_set_bbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -150762,6 +154623,7 @@ "name": "tsequenceset_expand_bbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -150811,6 +154673,7 @@ "name": "tsequenceset_set_bbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -150865,6 +154728,7 @@ "name": "tcontseq_after_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -150930,6 +154794,7 @@ "name": "tcontseq_before_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -150995,6 +154860,7 @@ "name": "tcontseq_restrict_minmax", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -151061,6 +154927,7 @@ "name": "tdiscseq_after_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -151126,6 +154993,7 @@ "name": "tdiscseq_before_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -151191,6 +155059,7 @@ "name": "tdiscseq_restrict_minmax", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -151257,6 +155126,7 @@ "name": "temporal_bbox_restrict_set", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -151316,6 +155186,7 @@ "name": "temporal_restrict_minmax", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -151392,6 +155263,7 @@ "name": "temporal_restrict_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -151467,6 +155339,7 @@ "name": "temporal_restrict_tstzset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -151549,6 +155422,7 @@ "name": "temporal_restrict_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -151631,6 +155505,7 @@ "name": "temporal_restrict_tstzspanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -151713,6 +155588,7 @@ "name": "temporal_restrict_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -151788,6 +155664,7 @@ "name": "temporal_restrict_values", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -151870,6 +155747,7 @@ "name": "temporal_value_at_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -151946,6 +155824,7 @@ "name": "tinstant_after_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152017,6 +155896,7 @@ "name": "tinstant_before_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152088,6 +155968,7 @@ "name": "tinstant_restrict_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152166,6 +156047,7 @@ "name": "tinstant_restrict_tstzspanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152244,6 +156126,7 @@ "name": "tinstant_restrict_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152315,6 +156198,7 @@ "name": "tinstant_restrict_tstzset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152393,6 +156277,7 @@ "name": "tinstant_restrict_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152464,6 +156349,7 @@ "name": "tinstant_restrict_values", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152542,6 +156428,7 @@ "name": "tnumber_restrict_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -152624,6 +156511,7 @@ "name": "tnumber_restrict_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -152706,6 +156594,7 @@ "name": "tnumberinst_restrict_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152784,6 +156673,7 @@ "name": "tnumberinst_restrict_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -152862,6 +156752,7 @@ "name": "tnumberseqset_restrict_span", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -152940,6 +156831,7 @@ "name": "tnumberseqset_restrict_spanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153018,6 +156910,7 @@ "name": "tsequence_at_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -153073,6 +156966,7 @@ "name": "tsequence_restrict_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -153147,6 +157041,7 @@ "name": "tsequence_restrict_tstzspanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -153221,6 +157116,7 @@ "name": "tsequenceset_after_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153292,6 +157188,7 @@ "name": "tsequenceset_before_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153363,6 +157260,7 @@ "name": "tsequenceset_restrict_minmax", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153435,6 +157333,7 @@ "name": "tsequenceset_restrict_tstzspan", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153513,6 +157412,7 @@ "name": "tsequenceset_restrict_tstzspanset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153591,6 +157491,7 @@ "name": "tsequenceset_restrict_timestamptz", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -153664,6 +157565,7 @@ "name": "tsequenceset_restrict_tstzset", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -153744,6 +157646,7 @@ "name": "tsequenceset_restrict_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153815,6 +157718,7 @@ "name": "tsequenceset_restrict_values", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -153893,6 +157797,7 @@ "name": "tinstant_cmp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -153949,6 +157854,7 @@ "name": "tinstant_eq", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -154005,6 +157911,7 @@ "name": "tsequence_cmp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154049,6 +157956,7 @@ "name": "tsequence_eq", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -154093,6 +158001,7 @@ "name": "tsequenceset_cmp", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154149,6 +158058,7 @@ "name": "tsequenceset_eq", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -154205,6 +158115,7 @@ "name": "always_eq_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154257,6 +158168,7 @@ "name": "always_eq_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154309,6 +158221,7 @@ "name": "always_ne_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154361,6 +158274,7 @@ "name": "always_ne_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154413,6 +158327,7 @@ "name": "always_ge_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154465,6 +158380,7 @@ "name": "always_ge_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154517,6 +158433,7 @@ "name": "always_gt_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154569,6 +158486,7 @@ "name": "always_gt_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154621,6 +158539,7 @@ "name": "always_le_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154673,6 +158592,7 @@ "name": "always_le_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154725,6 +158645,7 @@ "name": "always_lt_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154777,6 +158698,7 @@ "name": "always_lt_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154829,6 +158751,7 @@ "name": "ever_eq_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154881,6 +158804,7 @@ "name": "ever_eq_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154933,6 +158857,7 @@ "name": "ever_ne_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -154985,6 +158910,7 @@ "name": "ever_ne_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155037,6 +158963,7 @@ "name": "ever_ge_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155089,6 +159016,7 @@ "name": "ever_ge_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155141,6 +159069,7 @@ "name": "ever_gt_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155193,6 +159122,7 @@ "name": "ever_gt_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155245,6 +159175,7 @@ "name": "ever_le_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155297,6 +159228,7 @@ "name": "ever_le_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155349,6 +159281,7 @@ "name": "ever_lt_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155401,6 +159334,7 @@ "name": "ever_lt_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -155453,6 +159387,7 @@ "name": "teq_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155518,6 +159453,7 @@ "name": "teq_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155583,6 +159519,7 @@ "name": "tne_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155648,6 +159585,7 @@ "name": "tne_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155713,6 +159651,7 @@ "name": "tlt_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155778,6 +159717,7 @@ "name": "tlt_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155843,6 +159783,7 @@ "name": "tle_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155908,6 +159849,7 @@ "name": "tle_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -155973,6 +159915,7 @@ "name": "tgt_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -156038,6 +159981,7 @@ "name": "tgt_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -156103,6 +160047,7 @@ "name": "tge_base_temporal", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -156168,6 +160113,7 @@ "name": "tge_temporal_base", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -156233,6 +160179,7 @@ "name": "tnumberinst_abs", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -156285,6 +160232,7 @@ "name": "tnumberinst_distance", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -156341,6 +160289,7 @@ "name": "tnumberseq_abs", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -156387,6 +160336,7 @@ "name": "tnumberseq_angular_difference", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -156433,6 +160383,7 @@ "name": "tnumberseq_delta_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -156479,6 +160430,7 @@ "name": "tnumberseqset_abs", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -156531,6 +160483,7 @@ "name": "tnumberseqset_angular_difference", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -156583,6 +160536,7 @@ "name": "tnumberseqset_delta_value", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -156635,6 +160589,7 @@ "name": "tdistance_tnumber_number", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -156700,6 +160655,7 @@ "name": "nad_tbox_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -156757,6 +160713,7 @@ "name": "nad_tnumber_number", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -156808,6 +160765,7 @@ "name": "nad_tnumber_tbox", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -156866,6 +160824,7 @@ "name": "nad_tnumber_tnumber", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -156925,6 +160884,7 @@ "name": "tnumberseq_integral", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -156960,6 +160920,7 @@ "name": "tnumberseq_twavg", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -156995,6 +160956,7 @@ "name": "tnumberseqset_integral", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -157036,6 +160998,7 @@ "name": "tnumberseqset_twavg", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -157077,6 +161040,7 @@ "name": "temporal_compact", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -157133,6 +161097,7 @@ "name": "tsequence_compact", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -157179,6 +161144,7 @@ "name": "tsequenceset_compact", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -157231,6 +161197,7 @@ "name": "temporal_skiplist_make", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -157254,6 +161221,7 @@ "name": "skiplist_make", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -157315,6 +161283,7 @@ "name": "skiplist_search", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -157368,6 +161337,7 @@ "name": "skiplist_free", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -157402,6 +161372,7 @@ "name": "skiplist_splice", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -157494,6 +161465,7 @@ "name": "temporal_skiplist_splice", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -157566,6 +161538,7 @@ "name": "skiplist_values", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void **", "canonical": "void **" @@ -157600,6 +161573,7 @@ "name": "skiplist_keys_values", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void **", "canonical": "void **" @@ -157643,6 +161617,7 @@ "name": "temporal_app_tinst_transfn", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -157762,6 +161737,7 @@ "name": "temporal_app_tseq_transfn", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -157832,6 +161808,7 @@ "name": "span_bins", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -157928,6 +161905,7 @@ "name": "spanset_bins", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -158024,6 +162002,7 @@ "name": "tnumber_value_bins", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -158121,6 +162100,7 @@ "name": "tnumber_value_time_boxes", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -158251,6 +162231,7 @@ "name": "tnumber_value_split", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -158364,6 +162345,7 @@ "name": "tbox_get_value_time_tile", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -158490,6 +162472,7 @@ "name": "tbox_value_time_tiles", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -158619,6 +162602,7 @@ "name": "tnumber_value_time_split", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -158770,6 +162754,7 @@ "name": "double2_out", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -158815,6 +162800,7 @@ "name": "double2_set", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -158869,6 +162855,7 @@ "name": "double2_add", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double2 *", "canonical": "double2 *" @@ -158924,6 +162911,7 @@ "name": "double2_eq", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -158968,6 +162956,7 @@ "name": "double3_out", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -159013,6 +163002,7 @@ "name": "double3_set", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -159077,6 +163067,7 @@ "name": "double3_add", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double3 *", "canonical": "double3 *" @@ -159132,6 +163123,7 @@ "name": "double3_eq", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159176,6 +163168,7 @@ "name": "double4_out", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -159221,6 +163214,7 @@ "name": "double4_set", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -159295,6 +163289,7 @@ "name": "double4_add", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double4 *", "canonical": "double4 *" @@ -159350,6 +163345,7 @@ "name": "double4_eq", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159394,6 +163390,7 @@ "name": "double2_collinear", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159457,6 +163454,7 @@ "name": "double3_collinear", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159520,6 +163518,7 @@ "name": "double4_collinear", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159583,6 +163582,7 @@ "name": "double2segm_interpolate", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double2 *", "canonical": "double2 *" @@ -159648,6 +163648,7 @@ "name": "double3segm_interpolate", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double3 *", "canonical": "double3 *" @@ -159713,6 +163714,7 @@ "name": "double4segm_interpolate", "file": "doublen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double4 *", "canonical": "double4 *" @@ -159778,6 +163780,7 @@ "name": "pg_atoi", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -159834,6 +163837,7 @@ "name": "ensure_has_X", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159881,6 +163885,7 @@ "name": "ensure_has_Z", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159928,6 +163933,7 @@ "name": "ensure_has_T", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -159975,6 +163981,7 @@ "name": "ensure_has_not_Z", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160022,6 +164029,7 @@ "name": "ensure_not_null", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160057,6 +164065,7 @@ "name": "ensure_one_not_null", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160101,6 +164110,7 @@ "name": "ensure_one_true", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160147,6 +164157,7 @@ "name": "ensure_valid_interp", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160195,6 +164206,7 @@ "name": "ensure_continuous_interp", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160238,6 +164250,7 @@ "name": "ensure_same_interp", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160298,6 +164311,7 @@ "name": "ensure_same_continuous_interp", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160344,6 +164358,7 @@ "name": "ensure_linear_interp", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160380,6 +164395,7 @@ "name": "ensure_nonlinear_interp", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160416,6 +164432,7 @@ "name": "ensure_common_dimension", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160462,6 +164479,7 @@ "name": "ensure_temporal_isof_type", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160516,6 +164534,7 @@ "name": "ensure_temporal_isof_basetype", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160570,6 +164589,7 @@ "name": "ensure_temporal_isof_subtype", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160624,6 +164644,7 @@ "name": "ensure_same_temporal_type", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160684,6 +164705,7 @@ "name": "ensure_valid_tnumber_numspan", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160743,6 +164765,7 @@ "name": "ensure_valid_tnumber_numspanset", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160802,6 +164825,7 @@ "name": "ensure_valid_tnumber_tbox", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160861,6 +164885,7 @@ "name": "ensure_valid_temporal_set", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160920,6 +164945,7 @@ "name": "ensure_valid_temporal_temporal", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -160980,6 +165006,7 @@ "name": "ensure_valid_tnumber_tnumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161040,6 +165067,7 @@ "name": "ensure_not_negative", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161076,6 +165104,7 @@ "name": "ensure_positive", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161112,6 +165141,7 @@ "name": "not_negative_datum", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161158,6 +165188,7 @@ "name": "ensure_not_negative_datum", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161204,6 +165235,7 @@ "name": "positive_datum", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161250,6 +165282,7 @@ "name": "ensure_positive_datum", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161296,6 +165329,7 @@ "name": "ensure_valid_day_duration", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161343,6 +165377,7 @@ "name": "positive_duration", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161390,6 +165425,7 @@ "name": "ensure_positive_duration", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161437,6 +165473,7 @@ "name": "temporal_bbox_ptr", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -161479,6 +165516,7 @@ "name": "temporal_strip_geom", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -161544,6 +165582,7 @@ "name": "temporal_attach_geom", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -161622,6 +165661,7 @@ "name": "temporal_geom_combinable", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161692,6 +165732,7 @@ "name": "intersection_temporal_temporal", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161787,6 +165828,7 @@ "name": "round_fn", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func2", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))())" @@ -161823,6 +165865,7 @@ "name": "temporal_bbox_restrict_value", "file": "temporal.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161875,6 +165918,7 @@ "name": "ensure_valid_tcbuffer_cbuffer", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161934,6 +165978,7 @@ "name": "ensure_valid_tcbuffer_geo", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -161999,6 +166044,7 @@ "name": "ensure_valid_tcbuffer_stbox", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -162058,6 +166104,7 @@ "name": "ensure_valid_tcbuffer_tcbuffer", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -162118,6 +166165,7 @@ "name": "tcbuffersegm_intersection_value", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -162213,6 +166261,7 @@ "name": "tcbuffersegm_intersection", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -162317,6 +166366,7 @@ "name": "tcbuffersegm_dwithin_turnpt", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -162430,6 +166480,7 @@ "name": "tcbuffersegm_contains_turnpt", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -162543,6 +166594,7 @@ "name": "tcbuffersegm_tdwithin_turnpt", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -162656,6 +166708,7 @@ "name": "tcbuffersegm_distance_turnpt", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -162769,6 +166822,7 @@ "name": "tcbuffer_geo_ctx_make", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -162816,6 +166870,7 @@ "name": "tcbuffer_geo_ctx_free", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -162850,6 +166905,7 @@ "name": "tcbuffer_disc_ctx_make", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -162901,6 +166957,7 @@ "name": "tcbuffer_disc_ctx_free", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -162935,6 +166992,7 @@ "name": "tcbuffer_geo_ctx_nsegs", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -162970,6 +167028,7 @@ "name": "tcbuffer_disc_within_ctx", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -163031,6 +167090,7 @@ "name": "tcbufferseg_within_ctx", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -163072,158 +167132,201 @@ "canonical": "int" } ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:void; array-or-out-param:outlo; array-or-out-param:outhi" - }, - "wire": { - "params": [ - { - "name": "cb1", - "kind": "serialized", - "cType": "const struct Cbuffer *", - "decode": "cbuffer_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, - { - "name": "cb2", - "kind": "serialized", - "cType": "const struct Cbuffer *", - "decode": "cbuffer_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, - { - "name": "dist", - "kind": "json", - "json": "number" - }, - { - "name": "ctx", - "kind": "unsupported" - }, - { - "name": "outlo", - "kind": "unsupported" - }, - { - "name": "outhi", - "kind": "unsupported" - }, - { - "name": "maxout", - "kind": "json", - "json": "integer" - } - ], - "result": { - "kind": "json", - "json": "integer" - } - } - }, - { - "name": "tcbuffer_disc_touch_ctx", - "file": "tcbuffer.h", - "family": "CBUFFER", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "cb", - "cType": "const Cbuffer *", - "canonical": "const struct Cbuffer *" - }, - { - "name": "ctx", - "cType": "const void *", - "canonical": "const void *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:void" - }, - "wire": { - "params": [ + "shape": { + "inputArrays": [ { - "name": "cb", - "kind": "serialized", - "cType": "const struct Cbuffer *", - "decode": "cbuffer_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "param": "outlo", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "double", + "canonical": "double" + } }, { - "name": "ctx", - "kind": "unsupported" + "param": "outhi", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "double", + "canonical": "double" + } } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "tcbufferseg_touch_roots", - "file": "tcbuffer.h", - "family": "CBUFFER", - "returnType": { - "c": "int", - "canonical": "int" + ] }, - "params": [ - { - "name": "cb1", - "cType": "const Cbuffer *", - "canonical": "const struct Cbuffer *" - }, - { - "name": "cb2", - "cType": "const Cbuffer *", - "canonical": "const struct Cbuffer *" - }, - { - "name": "ctx", - "cType": "const void *", - "canonical": "const void *" - }, - { - "name": "outt", - "cType": "double *", - "canonical": "double *" - }, - { - "name": "maxout", - "cType": "int", - "canonical": "int" - } - ], "api": "internal", "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:void; array-or-out-param:outt" + "reason": "internal; no-decoder:void; array-or-out-param:outlo; array-or-out-param:outhi" + }, + "wire": { + "params": [ + { + "name": "cb1", + "kind": "serialized", + "cType": "const struct Cbuffer *", + "decode": "cbuffer_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "cb2", + "kind": "serialized", + "cType": "const struct Cbuffer *", + "decode": "cbuffer_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "dist", + "kind": "json", + "json": "number" + }, + { + "name": "ctx", + "kind": "unsupported" + }, + { + "name": "outlo", + "kind": "unsupported" + }, + { + "name": "outhi", + "kind": "unsupported" + }, + { + "name": "maxout", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "tcbuffer_disc_touch_ctx", + "file": "tcbuffer.h", + "family": "CBUFFER", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "cb", + "cType": "const Cbuffer *", + "canonical": "const struct Cbuffer *" + }, + { + "name": "ctx", + "cType": "const void *", + "canonical": "const void *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:void" + }, + "wire": { + "params": [ + { + "name": "cb", + "kind": "serialized", + "cType": "const struct Cbuffer *", + "decode": "cbuffer_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "ctx", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "tcbufferseg_touch_roots", + "file": "tcbuffer.h", + "family": "CBUFFER", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "cb1", + "cType": "const Cbuffer *", + "canonical": "const struct Cbuffer *" + }, + { + "name": "cb2", + "cType": "const Cbuffer *", + "canonical": "const struct Cbuffer *" + }, + { + "name": "ctx", + "cType": "const void *", + "canonical": "const void *" + }, + { + "name": "outt", + "cType": "double *", + "canonical": "double *" + }, + { + "name": "maxout", + "cType": "int", + "canonical": "int" + } + ], + "shape": { + "inputArrays": [ + { + "param": "outt", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:void; array-or-out-param:outt" }, "wire": { "params": [ @@ -163273,6 +167376,7 @@ "name": "tcbuffer_disc_contains_ctx", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -163334,6 +167438,7 @@ "name": "tcbufferseg_boundary_roots", "file": "tcbuffer.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -163365,6 +167470,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "outt", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -163420,6 +167540,7 @@ "name": "cbuffer_set_stbox", "file": "tcbuffer_boxops.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -163483,6 +167604,7 @@ "name": "cbufferarr_set_stbox", "file": "tcbuffer_boxops.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -163505,6 +167627,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "box" ] @@ -163548,6 +167683,7 @@ "name": "cbuffer_timestamptz_set_stbox", "file": "tcbuffer_boxops.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -163619,6 +167755,7 @@ "name": "cbuffer_tstzspan_set_stbox", "file": "tcbuffer_boxops.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -163697,6 +167834,7 @@ "name": "tcbufferinst_set_stbox", "file": "tcbuffer_boxops.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -163758,6 +167896,7 @@ "name": "tcbufferinstarr_set_stbox", "file": "tcbuffer_boxops.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -163780,6 +167919,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -163828,6 +167980,7 @@ "name": "tcbufferseq_expand_stbox", "file": "tcbuffer_boxops.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -163877,6 +168030,7 @@ "name": "tcbuffer_is_tpoint", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -163920,6 +168074,7 @@ "name": "cbuffer_covers_geo", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -163984,6 +168139,7 @@ "name": "cbuffer_contains_geo", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -164048,6 +168204,7 @@ "name": "tcbufferinst_traversed_area", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -164101,6 +168258,7 @@ "name": "tcbufferseq_traversed_area", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -164158,6 +168316,7 @@ "name": "tcbufferseqset_traversed_area", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -164221,6 +168380,7 @@ "name": "tcbuffersegm_traversed_area", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -164289,6 +168449,7 @@ "name": "tcbuffer_restrict_cbuffer", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -164371,6 +168532,7 @@ "name": "tcbuffer_restrict_stbox", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -164463,6 +168625,7 @@ "name": "tcbuffer_restrict_geom", "file": "tcbuffer_spatialfuncs.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -164551,6 +168714,7 @@ "name": "ea_contains_geo_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -164626,6 +168790,7 @@ "name": "ea_contains_tcbuffer_geo", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -164701,6 +168866,7 @@ "name": "ea_contains_tcbuffer_cbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -164770,6 +168936,7 @@ "name": "ea_contains_cbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -164839,6 +169006,7 @@ "name": "ea_contains_tcbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -164909,6 +169077,7 @@ "name": "ea_covers_geo_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -164984,6 +169153,7 @@ "name": "ea_covers_tcbuffer_geo", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165059,6 +169229,7 @@ "name": "ea_covers_tcbuffer_cbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165128,6 +169299,7 @@ "name": "ea_covers_cbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165197,6 +169369,7 @@ "name": "ea_covers_tcbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165267,6 +169440,7 @@ "name": "ea_disjoint_tcbuffer_geo", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165342,6 +169516,7 @@ "name": "ea_disjoint_geo_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165417,6 +169592,7 @@ "name": "ea_disjoint_tcbuffer_cbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165486,6 +169662,7 @@ "name": "ea_disjoint_cbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165555,6 +169732,7 @@ "name": "ea_disjoint_tcbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165625,6 +169803,7 @@ "name": "ea_intersects_tcbuffer_geo", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165700,6 +169879,7 @@ "name": "ea_intersects_geo_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165775,6 +169955,7 @@ "name": "ea_intersects_tcbuffer_cbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165844,6 +170025,7 @@ "name": "ea_intersects_cbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165913,6 +170095,7 @@ "name": "ea_intersects_tcbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -165983,6 +170166,7 @@ "name": "ea_touches_tcbuffer_geo", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166058,6 +170242,7 @@ "name": "ea_touches_geo_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166133,6 +170318,7 @@ "name": "ea_touches_tcbuffer_cbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166202,6 +170388,7 @@ "name": "ea_touches_cbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166271,6 +170458,7 @@ "name": "ea_touches_tcbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166341,6 +170529,7 @@ "name": "ea_dwithin_tcbuffer_tcbuffer", "file": "tcbuffer_spatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166421,6 +170610,7 @@ "name": "tinterrel_tcbuffer_cbuffer", "file": "tcbuffer_tempspatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -166503,6 +170693,7 @@ "name": "tinterrel_tcbuffer_geo", "file": "tcbuffer_tempspatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -166591,6 +170782,7 @@ "name": "edisjoint_tcbuffer_geo_native", "file": "tcbuffer_tempspatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166656,6 +170848,7 @@ "name": "eatouches_tcbuffer_geo_native", "file": "tcbuffer_tempspatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166731,6 +170924,7 @@ "name": "eacontains_tcbuffer_geo_native", "file": "tcbuffer_tempspatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166816,6 +171010,7 @@ "name": "eacontains_tcbuffer_cbuffer_native", "file": "tcbuffer_tempspatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -166905,6 +171100,7 @@ "name": "tcontains_disc_tcbuffer_native", "file": "tcbuffer_tempspatialrels.h", "family": "CBUFFER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -166997,6 +171193,7 @@ "name": "clipper2_clip_poly_poly", "file": "clip_clipper2.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -167089,6 +171286,7 @@ "name": "clipper2_traj_poly_periods", "file": "clip_clipper2.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -167167,6 +171365,7 @@ "name": "geo_union_dbscan", "file": "geo_cluster.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167253,6 +171452,7 @@ "name": "geo_combine_clusters", "file": "geo_cluster.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167330,6 +171530,7 @@ "name": "geo_cluster_within_distance", "file": "geo_cluster.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167408,6 +171609,7 @@ "name": "geo_union_intersecting", "file": "geo_cluster.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167461,6 +171663,7 @@ "name": "geo_cluster_intersecting_geoms", "file": "geo_cluster.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167529,6 +171732,7 @@ "name": "angle_normalize", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -167565,6 +171769,7 @@ "name": "meos_oriented_envelope", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -167599,6 +171804,7 @@ "name": "meos_areal_union", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -167629,10 +171835,99 @@ } } }, + { + "name": "meos_areal_intersection", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "LWGEOM *", + "canonical": "LWGEOM *" + }, + "params": [ + { + "name": "geom1", + "cType": "const LWGEOM *", + "canonical": "const LWGEOM *" + }, + { + "name": "geom2", + "cType": "const LWGEOM *", + "canonical": "const LWGEOM *" + } + ], + "api": "internal", + "category": "lifecycle", + "network": { + "exposable": false, + "method": null, + "reason": "internal; lifecycle; no-decoder:LWGEOM; no-encoder:LWGEOM" + }, + "wire": { + "params": [ + { + "name": "geom1", + "kind": "unsupported" + }, + { + "name": "geom2", + "kind": "unsupported" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "meos_areal_difference", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "LWGEOM *", + "canonical": "LWGEOM *" + }, + "params": [ + { + "name": "geom1", + "cType": "const LWGEOM *", + "canonical": "const LWGEOM *" + }, + { + "name": "geom2", + "cType": "const LWGEOM *", + "canonical": "const LWGEOM *" + } + ], + "api": "internal", + "category": "lifecycle", + "network": { + "exposable": false, + "method": null, + "reason": "internal; lifecycle; no-decoder:LWGEOM; no-encoder:LWGEOM" + }, + "wire": { + "params": [ + { + "name": "geom1", + "kind": "unsupported" + }, + { + "name": "geom2", + "kind": "unsupported" + } + ], + "result": { + "kind": "unsupported" + } + } + }, { "name": "meos_linear_union", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -167667,6 +171962,7 @@ "name": "meos_centroid", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -167701,6 +171997,7 @@ "name": "meos_lift_ordinates", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -167754,6 +172051,7 @@ "name": "meos_is_simple", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167802,6 +172100,7 @@ "name": "meos_relate", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167855,6 +172154,7 @@ "name": "meos_relate_pattern", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167922,6 +172222,7 @@ "name": "meos_spatialrel", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -167990,6 +172291,7 @@ "name": "relate_is_areal", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168021,10 +172323,225 @@ } } }, + { + "name": "cross_product_sign_exact", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "ax", + "cType": "double", + "canonical": "double" + }, + { + "name": "ay", + "cType": "double", + "canonical": "double" + }, + { + "name": "bx", + "cType": "double", + "canonical": "double" + }, + { + "name": "by", + "cType": "double", + "canonical": "double" + }, + { + "name": "cx", + "cType": "double", + "canonical": "double" + }, + { + "name": "cy", + "cType": "double", + "canonical": "double" + }, + { + "name": "dx", + "cType": "double", + "canonical": "double" + }, + { + "name": "dy", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "ax", + "kind": "json", + "json": "number" + }, + { + "name": "ay", + "kind": "json", + "json": "number" + }, + { + "name": "bx", + "kind": "json", + "json": "number" + }, + { + "name": "by", + "kind": "json", + "json": "number" + }, + { + "name": "cx", + "kind": "json", + "json": "number" + }, + { + "name": "cy", + "kind": "json", + "json": "number" + }, + { + "name": "dx", + "kind": "json", + "json": "number" + }, + { + "name": "dy", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "cross_product_exact", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "ax", + "cType": "double", + "canonical": "double" + }, + { + "name": "ay", + "cType": "double", + "canonical": "double" + }, + { + "name": "bx", + "cType": "double", + "canonical": "double" + }, + { + "name": "by", + "cType": "double", + "canonical": "double" + }, + { + "name": "cx", + "cType": "double", + "canonical": "double" + }, + { + "name": "cy", + "cType": "double", + "canonical": "double" + }, + { + "name": "dx", + "cType": "double", + "canonical": "double" + }, + { + "name": "dy", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "ax", + "kind": "json", + "json": "number" + }, + { + "name": "ay", + "kind": "json", + "json": "number" + }, + { + "name": "bx", + "kind": "json", + "json": "number" + }, + { + "name": "by", + "kind": "json", + "json": "number" + }, + { + "name": "cx", + "kind": "json", + "json": "number" + }, + { + "name": "cy", + "kind": "json", + "json": "number" + }, + { + "name": "dx", + "kind": "json", + "json": "number" + }, + { + "name": "dy", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, { "name": "relate_ctx_make", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -168059,6 +172576,7 @@ "name": "relate_ctx_free", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -168093,6 +172611,7 @@ "name": "meos_spatialrel_ctx", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168161,6 +172680,7 @@ "name": "de9im_match", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168205,6 +172725,7 @@ "name": "point_in_polygon", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -168231,6 +172752,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "edges", + "lengthFrom": { + "kind": "param", + "name": "nedges" + }, + "element": { + "c": "Edge *", + "canonical": "Edge *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -168270,6 +172806,7 @@ "name": "point_in_polygon_index", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -168306,6 +172843,21 @@ "canonical": "double" } ], + "shape": { + "inputArrays": [ + { + "param": "edges", + "lengthFrom": { + "kind": "param", + "name": "nedges" + }, + "element": { + "c": "Edge *", + "canonical": "Edge *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -168354,6 +172906,7 @@ "name": "geom_ring_is_convex", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168389,6 +172942,7 @@ "name": "relate_point_on_boundary", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168415,6 +172969,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "edges", + "lengthFrom": { + "kind": "param", + "name": "nedges" + }, + "element": { + "c": "Edge *", + "canonical": "Edge *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -168454,6 +173023,7 @@ "name": "relate_point_in_area", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -168480,6 +173050,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "edges", + "lengthFrom": { + "kind": "param", + "name": "nedges" + }, + "element": { + "c": "Edge *", + "canonical": "Edge *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -168515,10 +173100,256 @@ } } }, + { + "name": "relate_edges_init", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "re", + "cType": "RelateEdges *", + "canonical": "RelateEdges *" + }, + { + "name": "edges", + "cType": "Edge **", + "canonical": "Edge **" + }, + { + "name": "nedges", + "cType": "int", + "canonical": "int" + }, + { + "name": "index", + "cType": "bool", + "canonical": "bool" + } + ], + "shape": { + "inputArrays": [ + { + "param": "edges", + "lengthFrom": { + "kind": "param", + "name": "nedges" + }, + "element": { + "c": "Edge *", + "canonical": "Edge *" + } + } + ], + "outParams": [ + "re" + ] + }, + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RelateEdges; array-or-out-param:edges" + }, + "wire": { + "params": [ + { + "name": "re", + "kind": "unsupported" + }, + { + "name": "edges", + "kind": "unsupported" + }, + { + "name": "nedges", + "kind": "json", + "json": "integer" + }, + { + "name": "index", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "void" + } + } + }, + { + "name": "relate_edges_clear", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "re", + "cType": "RelateEdges *", + "canonical": "RelateEdges *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RelateEdges" + }, + "wire": { + "params": [ + { + "name": "re", + "kind": "unsupported" + } + ], + "result": { + "kind": "void" + } + } + }, + { + "name": "relate_point_in_area_index", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "x", + "cType": "double", + "canonical": "double" + }, + { + "name": "y", + "cType": "double", + "canonical": "double" + }, + { + "name": "re", + "cType": "const RelateEdges *", + "canonical": "const RelateEdges *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RelateEdges" + }, + "wire": { + "params": [ + { + "name": "x", + "kind": "json", + "json": "number" + }, + { + "name": "y", + "kind": "json", + "json": "number" + }, + { + "name": "re", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "relate_arc_arc_points", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "a", + "cType": "const Edge *", + "canonical": "const Edge *" + }, + { + "name": "b", + "cType": "const Edge *", + "canonical": "const Edge *" + }, + { + "name": "x", + "cType": "double[2]", + "canonical": "double[2]" + }, + { + "name": "y", + "cType": "double[2]", + "canonical": "double[2]" + }, + { + "name": "overlap", + "cType": "bool *", + "canonical": "bool *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Edge; no-decoder:double[2]; array-or-out-param:overlap" + }, + "wire": { + "params": [ + { + "name": "a", + "kind": "unsupported" + }, + { + "name": "b", + "kind": "unsupported" + }, + { + "name": "x", + "kind": "unsupported" + }, + { + "name": "y", + "kind": "unsupported" + }, + { + "name": "overlap", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, { "name": "ensure_srid_is_latlong", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168555,6 +173386,7 @@ "name": "ensure_geodetic_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168603,6 +173435,7 @@ "name": "ensure_not_geodetic_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168651,6 +173484,7 @@ "name": "ensure_geodetic", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168687,6 +173521,7 @@ "name": "ensure_not_geodetic", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168723,6 +173558,7 @@ "name": "ensure_same_geodetic", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168769,6 +173605,7 @@ "name": "ensure_same_geodetic_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168839,6 +173676,44 @@ "name": "ensure_srid_known", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "srid", + "cType": "int32_t", + "canonical": "int" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "srid", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_srid_valid", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168875,6 +173750,7 @@ "name": "ensure_same_srid", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168921,6 +173797,7 @@ "name": "ensure_same_srid_geoarr", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -168937,6 +173814,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "geoms", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -168978,6 +173870,7 @@ "name": "ensure_srid_reconcile", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169038,6 +173931,7 @@ "name": "ensure_same_dimensionality", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169084,6 +173978,7 @@ "name": "ensure_same_spatial_dimensionality", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169130,6 +174025,7 @@ "name": "ensure_has_Z_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169178,6 +174074,7 @@ "name": "ensure_has_not_Z_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169226,6 +174123,7 @@ "name": "ensure_has_M_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169274,6 +174172,7 @@ "name": "ensure_has_not_M_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169322,6 +174221,7 @@ "name": "ensure_point_type", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169370,6 +174270,7 @@ "name": "ensure_mline_type", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169418,6 +174319,7 @@ "name": "ensure_not_empty", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169466,6 +174368,7 @@ "name": "closest_point2d_on_segment_ratio", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -169528,6 +174431,7 @@ "name": "closest_point3dz_on_segment_ratio", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -169590,6 +174494,7 @@ "name": "lwpointarr_remove_duplicates", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM * *", "canonical": "LWGEOM * *" @@ -169643,6 +174548,7 @@ "name": "lwpointarr_make_trajectory", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -169698,6 +174604,7 @@ "name": "ensure_valid_geo_geo", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169768,6 +174675,7 @@ "name": "geopoint_cmp", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -169838,6 +174746,7 @@ "name": "geopoint_eq", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169908,6 +174817,7 @@ "name": "geopoint_same", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -169978,6 +174888,7 @@ "name": "same_spatial_dimensionality", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -170024,6 +174935,7 @@ "name": "mline_type", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -170072,6 +174984,7 @@ "name": "geopoint_make", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -170170,6 +175083,7 @@ "name": "geo_extract_elements", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED **", "canonical": "GSERIALIZED **" @@ -170251,6 +175165,7 @@ "name": "geo_serialize", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -170298,6 +175213,7 @@ "name": "circle_type", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -170346,6 +175262,7 @@ "name": "ensure_circle_type", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -170394,6 +175311,7 @@ "name": "lwcircle_make", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -170459,6 +175377,7 @@ "name": "geocircle_make", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -170537,6 +175456,7 @@ "name": "geom_extract_edges", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "MeosArray *", "canonical": "struct MeosArray *" @@ -170571,6 +175491,7 @@ "name": "build_edge_rtree", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -170625,6 +175546,7 @@ "name": "pointarr_find_splits", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool *", "canonical": "bool *" @@ -170689,10 +175611,215 @@ } } }, + { + "name": "cross_product_sign", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "ax", + "cType": "double", + "canonical": "double" + }, + { + "name": "ay", + "cType": "double", + "canonical": "double" + }, + { + "name": "bx", + "cType": "double", + "canonical": "double" + }, + { + "name": "by", + "cType": "double", + "canonical": "double" + }, + { + "name": "cx", + "cType": "double", + "canonical": "double" + }, + { + "name": "cy", + "cType": "double", + "canonical": "double" + }, + { + "name": "dx", + "cType": "double", + "canonical": "double" + }, + { + "name": "dy", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "ax", + "kind": "json", + "json": "number" + }, + { + "name": "ay", + "kind": "json", + "json": "number" + }, + { + "name": "bx", + "kind": "json", + "json": "number" + }, + { + "name": "by", + "kind": "json", + "json": "number" + }, + { + "name": "cx", + "kind": "json", + "json": "number" + }, + { + "name": "cy", + "kind": "json", + "json": "number" + }, + { + "name": "dx", + "kind": "json", + "json": "number" + }, + { + "name": "dy", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "linesegm_param", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "ax", + "cType": "double", + "canonical": "double" + }, + { + "name": "ay", + "cType": "double", + "canonical": "double" + }, + { + "name": "bx", + "cType": "double", + "canonical": "double" + }, + { + "name": "by", + "cType": "double", + "canonical": "double" + }, + { + "name": "r2", + "cType": "double", + "canonical": "double" + }, + { + "name": "px", + "cType": "double", + "canonical": "double" + }, + { + "name": "py", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "ax", + "kind": "json", + "json": "number" + }, + { + "name": "ay", + "kind": "json", + "json": "number" + }, + { + "name": "bx", + "kind": "json", + "json": "number" + }, + { + "name": "by", + "kind": "json", + "json": "number" + }, + { + "name": "r2", + "kind": "json", + "json": "number" + }, + { + "name": "px", + "kind": "json", + "json": "number" + }, + { + "name": "py", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, { "name": "linesegm_intersect", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "IntersectResult", "canonical": "IntersectResult" @@ -170709,12 +175836,12 @@ "canonical": "double" }, { - "name": "rx", + "name": "bx", "cType": "double", "canonical": "double" }, { - "name": "ry", + "name": "by", "cType": "double", "canonical": "double" }, @@ -170759,12 +175886,12 @@ "json": "number" }, { - "name": "rx", + "name": "bx", "kind": "json", "json": "number" }, { - "name": "ry", + "name": "by", "kind": "json", "json": "number" }, @@ -170794,10 +175921,192 @@ } } }, + { + "name": "arc_span_sweep", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "theta0", + "cType": "double", + "canonical": "double" + }, + { + "name": "theta1", + "cType": "double", + "canonical": "double" + }, + { + "name": "ccw", + "cType": "bool", + "canonical": "bool" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "theta0", + "kind": "json", + "json": "number" + }, + { + "name": "theta1", + "kind": "json", + "json": "number" + }, + { + "name": "ccw", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "arc_span_offset", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "theta0", + "cType": "double", + "canonical": "double" + }, + { + "name": "ccw", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "phi", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "theta0", + "kind": "json", + "json": "number" + }, + { + "name": "ccw", + "kind": "json", + "json": "boolean" + }, + { + "name": "phi", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "arc_span_contains", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "theta0", + "cType": "double", + "canonical": "double" + }, + { + "name": "theta1", + "cType": "double", + "canonical": "double" + }, + { + "name": "ccw", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "phi", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "theta0", + "kind": "json", + "json": "number" + }, + { + "name": "theta1", + "kind": "json", + "json": "number" + }, + { + "name": "ccw", + "kind": "json", + "json": "boolean" + }, + { + "name": "phi", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, { "name": "arc_contains_angle", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -170843,6 +176152,7 @@ "name": "arc_set_bbox", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -170877,6 +176187,7 @@ "name": "point_on_arc", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -170932,6 +176243,7 @@ "name": "arcsegm_intersect", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -171012,10 +176324,323 @@ } } }, + { + "name": "arc_point_parameter", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "e", + "cType": "const Edge *", + "canonical": "const Edge *" + }, + { + "name": "x", + "cType": "double", + "canonical": "double" + }, + { + "name": "y", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Edge" + }, + "wire": { + "params": [ + { + "name": "e", + "kind": "unsupported" + }, + { + "name": "x", + "kind": "json", + "json": "number" + }, + { + "name": "y", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "arcsegm_cross", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "ax", + "cType": "double", + "canonical": "double" + }, + { + "name": "ay", + "cType": "double", + "canonical": "double" + }, + { + "name": "rx", + "cType": "double", + "canonical": "double" + }, + { + "name": "ry", + "cType": "double", + "canonical": "double" + }, + { + "name": "e", + "cType": "const Edge *", + "canonical": "const Edge *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Edge" + }, + "wire": { + "params": [ + { + "name": "ax", + "kind": "json", + "json": "number" + }, + { + "name": "ay", + "kind": "json", + "json": "number" + }, + { + "name": "rx", + "kind": "json", + "json": "number" + }, + { + "name": "ry", + "kind": "json", + "json": "number" + }, + { + "name": "e", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "arcarc_cross", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "a", + "cType": "const Edge *", + "canonical": "const Edge *" + }, + { + "name": "b", + "cType": "const Edge *", + "canonical": "const Edge *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Edge" + }, + "wire": { + "params": [ + { + "name": "a", + "kind": "unsupported" + }, + { + "name": "b", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "arc_parameter_point", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "e", + "cType": "const Edge *", + "canonical": "const Edge *" + }, + { + "name": "t", + "cType": "double", + "canonical": "double" + }, + { + "name": "x", + "cType": "double *", + "canonical": "double *" + }, + { + "name": "y", + "cType": "double *", + "canonical": "double *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Edge; array-or-out-param:x; array-or-out-param:y" + }, + "wire": { + "params": [ + { + "name": "e", + "kind": "unsupported" + }, + { + "name": "t", + "kind": "json", + "json": "number" + }, + { + "name": "x", + "kind": "unsupported" + }, + { + "name": "y", + "kind": "unsupported" + } + ], + "result": { + "kind": "void" + } + } + }, + { + "name": "arcarc_intersect_points", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "e1", + "cType": "const Edge *", + "canonical": "const Edge *" + }, + { + "name": "e2", + "cType": "const Edge *", + "canonical": "const Edge *" + }, + { + "name": "ix", + "cType": "double[2]", + "canonical": "double[2]" + }, + { + "name": "iy", + "cType": "double[2]", + "canonical": "double[2]" + }, + { + "name": "same_circle", + "cType": "bool *", + "canonical": "bool *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Edge; no-decoder:double[2]; array-or-out-param:same_circle" + }, + "wire": { + "params": [ + { + "name": "e1", + "kind": "unsupported" + }, + { + "name": "e2", + "kind": "unsupported" + }, + { + "name": "ix", + "kind": "unsupported" + }, + { + "name": "iy", + "kind": "unsupported" + }, + { + "name": "same_circle", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, { "name": "arcarc_intersect", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -171056,10 +176681,58 @@ } } }, + { + "name": "coordinate_rounding", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "c1", + "cType": "double", + "canonical": "double" + }, + { + "name": "c2", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "c1", + "kind": "json", + "json": "number" + }, + { + "name": "c2", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, { "name": "coordinate_tolerance", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -171106,6 +176779,7 @@ "name": "edge_set_tolerance", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -171140,6 +176814,7 @@ "name": "point_on_segment_within", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -171236,6 +176911,94 @@ "name": "point_on_segment", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "px", + "cType": "double", + "canonical": "double" + }, + { + "name": "py", + "cType": "double", + "canonical": "double" + }, + { + "name": "x1", + "cType": "double", + "canonical": "double" + }, + { + "name": "y1", + "cType": "double", + "canonical": "double" + }, + { + "name": "x2", + "cType": "double", + "canonical": "double" + }, + { + "name": "y2", + "cType": "double", + "canonical": "double" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "px", + "kind": "json", + "json": "number" + }, + { + "name": "py", + "kind": "json", + "json": "number" + }, + { + "name": "x1", + "kind": "json", + "json": "number" + }, + { + "name": "y1", + "kind": "json", + "json": "number" + }, + { + "name": "x2", + "kind": "json", + "json": "number" + }, + { + "name": "y2", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "point_on_segment_exact", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -171322,6 +177085,7 @@ "name": "clip_poly_poly", "file": "geo_poly_clip.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -171415,6 +177179,7 @@ "name": "lwproj_lookup", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -171470,6 +177235,7 @@ "name": "spheroid_init_from_srid", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -171515,6 +177281,7 @@ "name": "srid_check_latlong", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -171550,6 +177317,7 @@ "name": "srid_is_latlong", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -171586,6 +177354,7 @@ "name": "srid_builtin_ellipsoid", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -171640,6 +177409,7 @@ "name": "geom_serialize", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -171687,6 +177457,7 @@ "name": "geog_serialize", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -171734,6 +177505,7 @@ "name": "meos_postgis_valid_typmod", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -171750,6 +177522,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "gs", + "lengthFrom": { + "kind": "param", + "name": "typmod" + }, + "element": { + "c": "int", + "canonical": "int" + } + } + ] + }, "api": "internal", "category": "lifecycle", "network": { @@ -171778,6 +177565,7 @@ "name": "geo_as_wkt", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -171846,6 +177634,7 @@ "name": "box2d_to_lwgeom", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -171896,6 +177685,7 @@ "name": "box3d_to_lwgeom", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -171936,6 +177726,7 @@ "name": "geom_spatialrel", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172017,6 +177808,7 @@ "name": "meos_point_in_polygon", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172098,6 +177890,7 @@ "name": "lwgeom_line_interpolate_point", "file": "postgis_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWGEOM *", "canonical": "LWGEOM *" @@ -172158,10 +177951,70 @@ } } }, + { + "name": "ensure_valid_stbox_stbox", + "file": "stbox.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "box1", + "cType": "const STBox *", + "canonical": "const struct STBox *" + }, + { + "name": "box2", + "cType": "const STBox *", + "canonical": "const struct STBox *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "box1", + "kind": "serialized", + "cType": "const struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "box2", + "kind": "serialized", + "cType": "const struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, { "name": "point_get_coords", "file": "stbox.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -172246,6 +178099,7 @@ "name": "tstzset_stbox_slice", "file": "stbox.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -172296,6 +178150,7 @@ "name": "tstzspanset_stbox_slice", "file": "stbox.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -172346,6 +178201,7 @@ "name": "stbox_index_leaf_consistent", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172414,6 +178270,7 @@ "name": "stbox_gist_inner_consistent", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172482,6 +178339,7 @@ "name": "stbox_index_recheck", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172518,6 +178376,7 @@ "name": "stboxnode_copy", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STboxNode *", "canonical": "struct STboxNode *" @@ -172552,6 +178411,7 @@ "name": "getQuadrant8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -172610,6 +178470,7 @@ "name": "stboxnode_init", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -172660,6 +178521,7 @@ "name": "stboxnode_quadtree_next", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -172729,6 +178591,7 @@ "name": "stboxnode_kdtree_next", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -172808,6 +178671,7 @@ "name": "overlap8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172859,6 +178723,7 @@ "name": "overlapKD", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172920,6 +178785,7 @@ "name": "contain8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -172971,6 +178837,7 @@ "name": "containKD", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173032,6 +178899,7 @@ "name": "left8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173083,6 +178951,7 @@ "name": "overLeft8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173134,6 +179003,7 @@ "name": "right8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173185,6 +179055,7 @@ "name": "overRight8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173236,6 +179107,7 @@ "name": "below8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173287,6 +179159,7 @@ "name": "overBelow8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173338,6 +179211,7 @@ "name": "above8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173389,6 +179263,7 @@ "name": "overAbove8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173440,6 +179315,7 @@ "name": "front8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173491,6 +179367,7 @@ "name": "overFront8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173542,6 +179419,7 @@ "name": "back8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173593,6 +179471,7 @@ "name": "overBack8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173644,6 +179523,7 @@ "name": "before8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173695,6 +179575,7 @@ "name": "overBefore8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173746,6 +179627,7 @@ "name": "after8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173797,6 +179679,7 @@ "name": "overAfter8D", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -173848,6 +179731,7 @@ "name": "stbox_index_distance_bound", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -173916,6 +179800,7 @@ "name": "distance_stbox_nodebox", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -173967,6 +179852,7 @@ "name": "tspatial_spgist_get_stbox", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -174028,6 +179914,7 @@ "name": "mobilitydb_init", "file": "tgeo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -174051,6 +179938,7 @@ "name": "geo_stbox", "file": "tgeo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -174111,6 +179999,7 @@ "name": "stbox_geo", "file": "tgeo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -174165,6 +180054,7 @@ "name": "tcomp_geo_tgeo", "file": "tgeo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -174252,6 +180142,7 @@ "name": "tcomp_tgeo_geo", "file": "tgeo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -174339,6 +180230,7 @@ "name": "ensure_geoaggstate", "file": "tgeo_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -174394,6 +180286,7 @@ "name": "ensure_geoaggstate_state", "file": "tgeo_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -174438,6 +180331,7 @@ "name": "tpoint_transform_tcentroid", "file": "tgeo_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -174515,6 +180409,7 @@ "name": "tpointinst_tcentroid_finalfn", "file": "tgeo_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -174536,6 +180431,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "aggregate", "network": { @@ -174586,6 +180496,7 @@ "name": "tpointseq_tcentroid_finalfn", "file": "tgeo_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -174607,6 +180518,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "aggregate", "network": { @@ -174652,6 +180578,7 @@ "name": "point3d_min_dist", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -174723,6 +180650,7 @@ "name": "tgeompointsegm_distance_turnpt", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -174836,6 +180764,7 @@ "name": "tgeogpointsegm_distance_turnpt", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -174949,6 +180878,7 @@ "name": "tinstant_distance", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -175014,6 +180944,7 @@ "name": "nad_tcont_tcont_sync_applies", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -175074,6 +181005,7 @@ "name": "nad_tcont_tcont_sync", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -175175,6 +181107,7 @@ "name": "tpointseg_distance_lb", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -175237,6 +181170,7 @@ "name": "dist_geom_build", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -175294,6 +181228,7 @@ "name": "dist_geom_free", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -175328,6 +181263,7 @@ "name": "dist_geom_edges", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -175409,6 +181345,7 @@ "name": "dist_segm_edge_mindist", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -175504,6 +181441,7 @@ "name": "dist_segm_arc_mindist", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -175599,6 +181537,7 @@ "name": "dist_geom_point_inside", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -175654,6 +181593,7 @@ "name": "dist_segm_nad", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -175757,6 +181697,7 @@ "name": "dist_segm_shortestline", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -175860,6 +181801,7 @@ "name": "dist_segm_nai", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -175981,6 +181923,7 @@ "name": "dist_geom_build_rtree", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "returnType": { "c": "RTree *", "canonical": "struct RTree *" @@ -176025,6 +181968,7 @@ "name": "tpointseq_at_geom", "file": "tgeo_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -176114,6 +182058,7 @@ "name": "tpointseq_interperiods", "file": "tgeo_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -176207,6 +182152,7 @@ "name": "geo_values_collect", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -176272,6 +182218,7 @@ "name": "datum_point4d", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -176315,6 +182262,7 @@ "name": "datum_point_eq", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -176359,6 +182307,7 @@ "name": "datum_point_same", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -176403,6 +182352,7 @@ "name": "datum2_point_eq", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176446,6 +182396,7 @@ "name": "datum2_point_ne", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176485,96 +182436,11 @@ } } }, - { - "name": "datum2_point_same", - "file": "tgeo_spatialfuncs.h", - "family": "CORE", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "point1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "point2", - "cType": "Datum", - "canonical": "Datum" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "point1", - "kind": "unsupported" - }, - { - "name": "point2", - "kind": "unsupported" - } - ], - "result": { - "kind": "unsupported" - } - } - }, - { - "name": "datum2_point_nsame", - "file": "tgeo_spatialfuncs.h", - "family": "CORE", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "point1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "point2", - "cType": "Datum", - "canonical": "Datum" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "point1", - "kind": "unsupported" - }, - { - "name": "point2", - "kind": "unsupported" - } - ], - "result": { - "kind": "unsupported" - } - } - }, { "name": "datum2_geom_centroid", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176609,6 +182475,7 @@ "name": "datum2_geog_centroid", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176643,6 +182510,7 @@ "name": "geo_distance_fn", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func2", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))())" @@ -176678,6 +182546,7 @@ "name": "pt_distance_fn", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func2", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))())" @@ -176713,6 +182582,7 @@ "name": "datum_geom_distance2d", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176756,6 +182626,7 @@ "name": "datum_geom_distance3d", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176799,6 +182670,7 @@ "name": "datum_geog_distance", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176842,6 +182714,7 @@ "name": "datum_pt_distance2d", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176885,6 +182758,7 @@ "name": "datum_pt_distance3d", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -176928,6 +182802,7 @@ "name": "spatial_flags", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int16", "canonical": "short" @@ -176974,6 +182849,7 @@ "name": "ensure_spatial_validity", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177034,6 +182910,7 @@ "name": "ensure_same_geodetic_tspatial_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177099,6 +182976,7 @@ "name": "ensure_same_geodetic_set_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177163,6 +183041,7 @@ "name": "same_dimensionality_tspatial_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177228,6 +183107,7 @@ "name": "ensure_same_dimensionality_tspatial_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177293,6 +183173,7 @@ "name": "ensure_same_spatial_dimensionality_stbox_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177357,6 +183238,7 @@ "name": "ensure_same_geodetic_stbox_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177421,6 +183303,7 @@ "name": "ensure_valid_stbox_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177485,6 +183368,7 @@ "name": "ensure_valid_tspatial_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177550,6 +183434,7 @@ "name": "ensure_valid_tspatial_tspatial", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177607,21 +183492,22 @@ } }, { - "name": "ensure_valid_spatial_stbox_stbox", + "name": "ensure_valid_tgeo_stbox", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" }, "params": [ { - "name": "box1", - "cType": "const STBox *", - "canonical": "const struct STBox *" + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" }, { - "name": "box2", + "name": "box", "cType": "const STBox *", "canonical": "const struct STBox *" } @@ -177636,18 +183522,19 @@ "wire": { "params": [ { - "name": "box1", + "name": "temp", "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", + "cType": "const struct Temporal *", + "decode": "tbigint_in", "decode_aux": [], "encodings": [ + "mfjson", "text", "wkb" ] }, { - "name": "box2", + "name": "box", "kind": "serialized", "cType": "const struct STBox *", "decode": "stbox_in", @@ -177665,9 +183552,10 @@ } }, { - "name": "ensure_valid_tgeo_stbox", + "name": "ensure_valid_tgeo_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177679,9 +183567,9 @@ "canonical": "const struct Temporal *" }, { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ], "api": "internal", @@ -177706,12 +183594,79 @@ ] }, { - "name": "box", + "name": "gs", "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_valid_tgeo_tgeo", + "file": "tgeo_spatialfuncs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "temp1", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "temp2", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp1", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "temp2", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", "decode_aux": [], "encodings": [ + "mfjson", "text", "wkb" ] @@ -177724,9 +183679,10 @@ } }, { - "name": "ensure_valid_tgeo_geo", + "name": "ensure_valid_tpoint_geo", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177789,9 +183745,10 @@ } }, { - "name": "ensure_valid_tgeo_tgeo", + "name": "ensure_valid_tpoint_tpoint", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -177849,12 +183806,80 @@ } }, { - "name": "ensure_valid_tpoint_geo", + "name": "tpoint_get_coord", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "coord", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "accessor", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "coord", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "eacomp_tgeo_geo", + "file": "tgeo_spatialfuncs.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" }, "params": [ { @@ -177866,215 +183891,24 @@ "name": "gs", "cType": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" + }, + { + "name": "func", + "cType": "int (*)(Datum *, Datum *, MeosType)", + "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))(), MeosType)" + }, + { + "name": "ever", + "cType": "bool", + "canonical": "bool" } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "gs", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "ensure_valid_tpoint_tpoint", - "file": "tgeo_spatialfuncs.h", - "family": "CORE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "temp1", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "temp2", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp1", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "temp2", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "tpoint_get_coord", - "file": "tgeo_spatialfuncs.h", - "family": "CORE", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "coord", - "cType": "int", - "canonical": "int" - } - ], - "api": "internal", - "category": "accessor", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "coord", - "kind": "json", - "json": "integer" - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "eacomp_tgeo_geo", - "file": "tgeo_spatialfuncs.h", - "family": "CORE", - "returnType": { - "c": "int", - "canonical": "int" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "gs", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - }, - { - "name": "func", - "cType": "int (*)(Datum *, Datum *, MeosType)", - "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))(), MeosType)" - }, - { - "name": "ever", - "cType": "bool", - "canonical": "bool" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal; array-or-out-param:func" + "reason": "internal; array-or-out-param:func" }, "wire": { "params": [ @@ -178127,6 +183961,7 @@ "name": "pointsegm_interpolate", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178180,6 +184015,7 @@ "name": "pointsegm_locate", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -178247,6 +184083,7 @@ "name": "tgeompointsegm_intersection", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -178351,6 +184188,7 @@ "name": "tgeogpointsegm_intersection", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -178455,6 +184293,7 @@ "name": "geopoint_collinear", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -178538,6 +184377,7 @@ "name": "lwline_make", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "LWLINE *", "canonical": "LWLINE *" @@ -178581,6 +184421,7 @@ "name": "tpointseq_stops_iter", "file": "tgeo_spatialfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -178660,6 +184501,7 @@ "name": "datum_geom_contains", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178703,6 +184545,7 @@ "name": "datum_geom_covers", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178746,6 +184589,7 @@ "name": "datum_geo_covers2d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178789,6 +184633,7 @@ "name": "datum_geom_disjoint2d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178832,6 +184677,7 @@ "name": "datum_geo_disjoint2d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178875,6 +184721,7 @@ "name": "datum_geo_intersects2d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178918,6 +184765,7 @@ "name": "datum_geom_disjoint3d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -178961,6 +184809,7 @@ "name": "datum_geog_disjoint", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179004,6 +184853,7 @@ "name": "datum_geom_intersects2d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179047,6 +184897,7 @@ "name": "datum_geom_intersects3d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179090,6 +184941,7 @@ "name": "datum_geog_intersects", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179133,6 +184985,7 @@ "name": "datum_geom_touches", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179176,6 +185029,7 @@ "name": "datum_geom_dwithin2d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179228,6 +185082,7 @@ "name": "datum_geom_dwithin3d", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179280,6 +185135,7 @@ "name": "datum_geog_dwithin", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179332,6 +185188,7 @@ "name": "datum_geom_relate_pattern", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -179384,6 +185241,7 @@ "name": "geo_disjoint_fn", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func2", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))())" @@ -179429,6 +185287,7 @@ "name": "geo_disjoint_fn_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func2", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))())" @@ -179474,6 +185333,7 @@ "name": "geo_intersects_fn", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func2", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))())" @@ -179519,6 +185379,7 @@ "name": "geo_intersects_fn_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func2", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))())" @@ -179564,6 +185425,7 @@ "name": "geo_dwithin_fn", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func3", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))(), int ((*)(int *))())" @@ -179609,6 +185471,7 @@ "name": "geo_dwithin_fn_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "datum_func3", "canonical": "int (*)(int ((*)(int *))(), int ((*)(int *))(), int ((*)(int *))())" @@ -179654,6 +185517,7 @@ "name": "tpointsegm_tdwithin_turnpt", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -179767,6 +185631,7 @@ "name": "spatialrel_geo_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -179875,6 +185740,7 @@ "name": "spatialrel_tgeo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -179963,6 +185829,7 @@ "name": "ea_contains_geo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180038,6 +185905,7 @@ "name": "ea_contains_tgeo_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180113,6 +185981,7 @@ "name": "ea_contains_tgeo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180183,6 +186052,7 @@ "name": "ea_covers_geo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180258,6 +186128,7 @@ "name": "ea_covers_tgeo_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180333,6 +186204,7 @@ "name": "ea_covers_tgeo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180403,6 +186275,7 @@ "name": "ea_disjoint_geo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180478,6 +186351,7 @@ "name": "ea_disjoint_tgeo_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180553,6 +186427,7 @@ "name": "ea_disjoint_tgeo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180623,6 +186498,7 @@ "name": "ea_intersects_geo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180698,6 +186574,7 @@ "name": "ea_intersects_tgeo_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180773,6 +186650,7 @@ "name": "ea_intersects_tgeo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180843,6 +186721,7 @@ "name": "ea_touches_tpoint_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180918,6 +186797,7 @@ "name": "ea_touches_tgeo_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -180993,6 +186873,7 @@ "name": "ea_touches_tgeo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -181063,6 +186944,7 @@ "name": "ea_dwithin_tgeo_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -181148,6 +187030,7 @@ "name": "ea_dwithin_tgeo_tgeo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -181228,6 +187111,7 @@ "name": "ea_spatialrel_tspatial_geo", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -181322,6 +187206,7 @@ "name": "ea_spatialrel_tspatial_tspatial", "file": "tgeo_spatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -181401,6 +187286,7 @@ "name": "tspatialrel_tspatial_base", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -181504,6 +187390,7 @@ "name": "tspatialrel_tspatial_tspatial", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -181615,6 +187502,7 @@ "name": "tinterrel_tgeo_geo", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -181703,6 +187591,7 @@ "name": "tinterrel_tspatial_base", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -181787,6 +187676,7 @@ "name": "tinterrel_tspatial_tspatial", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -181870,6 +187760,7 @@ "name": "tdwithin_tspatial_tspatial", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -181970,6 +187861,7 @@ "name": "tdwithin_add_solutions", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -182100,6 +187992,7 @@ "name": "tdwithin_tspatial_spatial", "file": "tgeo_tempspatialrels.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -182192,6 +188085,7 @@ "name": "bitmatrix_make", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "BitMatrix *", "canonical": "BitMatrix *" @@ -182208,6 +188102,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "count", + "lengthFrom": { + "kind": "param", + "name": "ndims" + }, + "element": { + "c": "int", + "canonical": "int" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -182236,6 +188145,7 @@ "name": "tpoint_set_tiles", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -182302,6 +188212,7 @@ "name": "tpoint_at_tile", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -182374,6 +188285,7 @@ "name": "stbox_tile_state_set", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -182538,6 +188450,7 @@ "name": "stbox_tile_state_make", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STboxGridState *", "canonical": "struct STboxGridState *" @@ -182681,6 +188594,7 @@ "name": "stbox_tile_state_next", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -182715,6 +188629,7 @@ "name": "stbox_tile_state_get", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -182771,6 +188686,7 @@ "name": "tspatial_space_time_boxes", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -182965,6 +188881,7 @@ "name": "tgeo_space_time_tile_init", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STboxGridState *", "canonical": "struct STboxGridState *" @@ -183123,6 +189040,7 @@ "name": "stbox_space_time_tile", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -183301,6 +189219,7 @@ "name": "create_trip", "file": "tpoint_datagen.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -183342,6 +189261,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "maxSpeeds", + "lengthFrom": { + "kind": "param", + "name": "noEdges" + }, + "element": { + "c": "double", + "canonical": "double" + } + }, + { + "param": "categories", + "lengthFrom": { + "kind": "param", + "name": "noEdges" + }, + "element": { + "c": "int", + "canonical": "int" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -183403,6 +189348,7 @@ "name": "spatialarr_wkt_out", "file": "tspatial.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char **", "canonical": "char **" @@ -183478,6 +189424,7 @@ "name": "spatialbase_as_text", "file": "tspatial.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -183534,6 +189481,7 @@ "name": "spatialbase_as_ewkt", "file": "tspatial.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -183590,6 +189538,7 @@ "name": "point_transf_pj", "file": "tspatial.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -183657,6 +189606,7 @@ "name": "tgeoinst_set_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -183713,6 +189663,7 @@ "name": "tgeoinstarr_set_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -183735,6 +189686,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -183783,6 +189747,7 @@ "name": "tgeoseq_expand_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -183832,6 +189797,7 @@ "name": "tspatialinst_set_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -183893,6 +189859,7 @@ "name": "tspatialinstarr_set_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -183930,6 +189897,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -183987,6 +189967,7 @@ "name": "tspatialseqarr_set_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -184009,6 +189990,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ], "outParams": [ "box" ] @@ -184052,6 +190046,7 @@ "name": "tspatialseq_expand_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -184101,6 +190096,7 @@ "name": "spatialarr_set_bbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -184170,6 +190166,7 @@ "name": "boxop_tspatial_stbox", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -184248,6 +190245,7 @@ "name": "boxop_tspatial_tspatial", "file": "tspatial_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -184317,6 +190315,7 @@ "name": "srid_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -184361,6 +190360,7 @@ "name": "spatial_parse_elem", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -184443,6 +190443,7 @@ "name": "geo_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -184536,6 +190537,7 @@ "name": "stbox_parse_dims", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -184613,6 +190615,7 @@ "name": "stbox_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -184660,6 +190663,7 @@ "name": "tpoint_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -184719,6 +190723,7 @@ "name": "tspatialinst_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -184795,6 +190800,7 @@ "name": "tspatialseq_disc_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -184861,6 +190867,7 @@ "name": "tspatialseq_cont_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -184948,6 +190955,7 @@ "name": "tspatialseqset_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -185025,6 +191033,7 @@ "name": "tspatial_parse", "file": "tspatial_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -185084,6 +191093,7 @@ "name": "h3_are_neighbor_cells_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -185128,6 +191138,7 @@ "name": "h3_cells_to_directed_edge_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185171,6 +191182,7 @@ "name": "h3_is_valid_directed_edge_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -185206,6 +191218,7 @@ "name": "h3_get_directed_edge_origin_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185240,6 +191253,7 @@ "name": "h3_get_directed_edge_destination_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185274,6 +191288,7 @@ "name": "h3_cell_to_parent_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185318,6 +191333,7 @@ "name": "h3_cell_to_center_child_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185362,6 +191378,7 @@ "name": "h3_cell_to_child_pos_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -185406,6 +191423,7 @@ "name": "h3_child_pos_to_cell_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185459,6 +191477,7 @@ "name": "h3_get_resolution_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -185494,6 +191513,7 @@ "name": "h3_get_base_cell_number_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -185529,6 +191549,7 @@ "name": "h3_is_valid_cell_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -185564,6 +191585,7 @@ "name": "h3_is_res_class_iii_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -185599,6 +191621,7 @@ "name": "h3_is_pentagon_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -185634,6 +191657,7 @@ "name": "h3_get_num_cells_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -185669,6 +191693,7 @@ "name": "h3_grid_distance_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -185712,6 +191737,7 @@ "name": "h3_cell_to_vertex_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185756,6 +191782,7 @@ "name": "h3_is_valid_vertex_meos", "file": "h3_generated.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -185791,6 +191818,7 @@ "name": "h3index_in", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -185826,6 +191854,7 @@ "name": "h3index_out", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -185861,6 +191890,7 @@ "name": "h3_is_valid_cell", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -185896,6 +191926,7 @@ "name": "h3_is_valid_directed_edge", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -185931,6 +191962,7 @@ "name": "h3_is_valid_vertex", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -185966,6 +191998,7 @@ "name": "h3index_eq", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -186010,6 +192043,7 @@ "name": "h3index_ne", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -186054,6 +192088,7 @@ "name": "h3index_lt", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -186098,6 +192133,7 @@ "name": "h3index_le", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -186142,6 +192178,7 @@ "name": "h3index_gt", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -186186,6 +192223,7 @@ "name": "h3index_ge", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -186230,6 +192268,7 @@ "name": "h3index_cmp", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "int", "canonical": "int" @@ -186274,6 +192313,7 @@ "name": "h3index_hash", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -186308,6 +192348,7 @@ "name": "h3_grid_disk", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186365,6 +192406,7 @@ "name": "h3_cell_to_children", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186422,6 +192464,7 @@ "name": "h3_compact_cells", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186476,6 +192519,7 @@ "name": "h3_uncompact_cells", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186540,6 +192584,7 @@ "name": "h3_grid_ring", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186597,6 +192642,7 @@ "name": "h3_grid_path_cells", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186653,6 +192699,7 @@ "name": "h3_origin_to_directed_edges", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186700,6 +192747,7 @@ "name": "h3_cell_to_vertexes", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186747,6 +192795,7 @@ "name": "h3_get_icosahedron_faces", "file": "h3_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -186794,6 +192843,7 @@ "name": "h3index_from_wkb", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -186810,6 +192860,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -186837,6 +192902,7 @@ "name": "h3index_from_hexwkb", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -186872,6 +192938,7 @@ "name": "h3index_as_wkb", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -186930,6 +192997,7 @@ "name": "h3index_as_hexwkb", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -186986,166 +193054,381 @@ } }, { - "name": "th3index_in", + "name": "h3index_get_resolution", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "uint32_t", + "canonical": "uint32_t" }, "params": [ { - "name": "str", - "cType": "const char *", - "canonical": "const char *" + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", - "category": "io", + "category": "accessor", "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t; unsupported-return:uint32_t" }, "wire": { "params": [ { - "name": "str", - "kind": "json", - "json": "string" + "name": "cell", + "kind": "unsupported" } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "unsupported" } } }, { - "name": "th3indexinst_in", + "name": "h3index_cell_to_parent", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { - "c": "TInstant *", - "canonical": "struct TInstant *" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { - "name": "str", - "cType": "const char *", - "canonical": "const char *" + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" + }, + { + "name": "parent_resolution", + "cType": "uint32_t", + "canonical": "uint32_t" } ], "api": "internal", - "category": "io", + "category": "conversion", "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t; no-decoder:uint32_t; unsupported-return:uint64_t" }, "wire": { "params": [ { - "name": "str", - "kind": "json", - "json": "string" + "name": "cell", + "kind": "unsupported" + }, + { + "name": "parent_resolution", + "kind": "unsupported" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "h3index_cell_to_point", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + }, + "params": [ + { + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "cell", + "kind": "unsupported" } ], "result": { "kind": "serialized", - "cType": "struct TInstant *", - "encode": "tinstant_out", + "cType": "GSERIALIZED *", + "encode": "geo_as_ewkt", "encode_aux": [ { - "name": "maxdd", + "name": "precision", "kind": "integer", "default": 15 } ], "encodings": [ + "mfjson", "text" ] } } }, { - "name": "th3indexseq_in", + "name": "h3index_cell_to_boundary", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { - "c": "TSequence *", - "canonical": "struct TSequence *" + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" }, "params": [ { - "name": "str", - "cType": "const char *", - "canonical": "const char *" - }, - { - "name": "interp", - "cType": "interpType", - "canonical": "interpType" + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", - "category": "io", + "category": "conversion", "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { - "name": "str", - "kind": "json", - "json": "string" - }, - { - "name": "interp", - "kind": "json", - "json": "string", - "enum": "interpType" + "name": "cell", + "kind": "unsupported" } ], "result": { "kind": "serialized", - "cType": "struct TSequence *", - "encode": "tsequence_out", + "cType": "GSERIALIZED *", + "encode": "geo_as_ewkt", "encode_aux": [ { - "name": "maxdd", + "name": "precision", "kind": "integer", "default": 15 } ], "encodings": [ + "mfjson", "text" ] } } }, { - "name": "th3indexseqset_in", + "name": "h3index_cell_area", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { - "c": "TSequenceSet *", - "canonical": "struct TSequenceSet *" + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "cell", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "th3index_in", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "th3indexinst_in", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "TInstant *", + "canonical": "struct TInstant *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct TInstant *", + "encode": "tinstant_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text" + ] + } + } + }, + { + "name": "th3indexseq_in", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "TSequence *", + "canonical": "struct TSequence *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + }, + { + "name": "interp", + "cType": "interpType", + "canonical": "interpType" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + }, + { + "name": "interp", + "kind": "json", + "json": "string", + "enum": "interpType" + } + ], + "result": { + "kind": "serialized", + "cType": "struct TSequence *", + "encode": "tsequence_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text" + ] + } + } + }, + { + "name": "th3indexseqset_in", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "TSequenceSet *", + "canonical": "struct TSequenceSet *" }, "params": [ { @@ -187186,10 +193469,55 @@ } } }, + { + "name": "th3index_out", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, { "name": "th3index_make", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -187247,6 +193575,7 @@ "name": "th3indexinst_make", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -187302,6 +193631,7 @@ "name": "th3indexseq_make", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -187333,6 +193663,32 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "uint64_t", + "canonical": "uint64_t" + } + }, + { + "param": "times", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TimestampTz", + "canonical": "TimestampTz" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -187387,6 +193743,7 @@ "name": "th3indexseqset_make", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -187403,6 +193760,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -187443,6 +193815,7 @@ "name": "th3index_start_value", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -187485,6 +193858,7 @@ "name": "th3index_end_value", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -187527,6 +193901,7 @@ "name": "th3index_value_n", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -187594,6 +193969,7 @@ "name": "th3index_values", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t *", "canonical": "uint64_t *" @@ -187660,6 +194036,7 @@ "name": "th3index_value_at_timestamptz", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -187736,6 +194113,7 @@ "name": "tbigint_to_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -187792,6 +194170,7 @@ "name": "th3index_to_tbigint", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -187848,6 +194227,7 @@ "name": "ever_eq_h3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -187900,6 +194280,7 @@ "name": "ever_eq_th3index_h3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -187952,6 +194333,7 @@ "name": "ever_ne_h3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188004,6 +194386,7 @@ "name": "ever_ne_th3index_h3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188056,6 +194439,7 @@ "name": "always_eq_h3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188108,6 +194492,7 @@ "name": "always_eq_th3index_h3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188160,6 +194545,7 @@ "name": "always_ne_h3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188212,6 +194598,7 @@ "name": "always_ne_th3index_h3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188264,6 +194651,7 @@ "name": "ever_eq_th3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188324,6 +194712,7 @@ "name": "ever_ne_th3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188384,6 +194773,7 @@ "name": "always_eq_th3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188444,6 +194834,7 @@ "name": "always_ne_th3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -188504,6 +194895,7 @@ "name": "teq_h3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -188569,6 +194961,7 @@ "name": "teq_th3index_h3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -188634,6 +195027,7 @@ "name": "teq_th3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -188707,6 +195101,7 @@ "name": "tne_h3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -188772,6 +195167,7 @@ "name": "tne_th3index_h3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -188837,6 +195233,7 @@ "name": "tne_th3index_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -188910,6 +195307,7 @@ "name": "th3index_get_base_cell_number", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -188966,6 +195364,7 @@ "name": "th3index_is_res_class_iii", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189022,6 +195421,7 @@ "name": "th3index_is_pentagon", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189078,6 +195478,7 @@ "name": "th3index_cell_to_parent_next", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189134,6 +195535,7 @@ "name": "th3index_cell_to_center_child", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189200,6 +195602,7 @@ "name": "th3index_cell_to_center_child_next", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189256,6 +195659,7 @@ "name": "th3index_cell_to_child_pos", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189322,6 +195726,7 @@ "name": "th3index_child_pos_to_cell", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189405,6 +195810,7 @@ "name": "tgeogpoint_to_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189471,6 +195877,7 @@ "name": "tgeompoint_to_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189537,6 +195944,7 @@ "name": "th3index_to_tgeogpoint", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189593,6 +196001,7 @@ "name": "th3index_to_tgeompoint", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -189646,23 +196055,19 @@ } }, { - "name": "geo_to_h3index_cell", + "name": "h3index_to_set", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { - "c": "uint64_t", - "canonical": "uint64_t" + "c": "Set *", + "canonical": "struct Set *" }, "params": [ { - "name": "point", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - }, - { - "name": "resolution", - "cType": "int", - "canonical": "int" + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -189670,60 +196075,51 @@ "network": { "exposable": false, "method": null, - "reason": "internal; unsupported-return:uint64_t" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { - "name": "point", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - }, - { - "name": "resolution", - "kind": "json", - "json": "integer" + "name": "cell", + "kind": "unsupported" } ], "result": { - "kind": "unsupported" + "kind": "serialized", + "cType": "struct Set *", + "encode": "set_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] } } }, { - "name": "geo_to_h3index_set", + "name": "h3indexset_in", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" }, "params": [ { - "name": "gs", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - }, - { - "name": "resolution", - "cType": "int", - "canonical": "int" + "name": "str", + "cType": "const char *", + "canonical": "const char *" } ], "api": "internal", - "category": "conversion", + "category": "io", "network": { "exposable": false, "method": null, @@ -189732,26 +196128,181 @@ "wire": { "params": [ { - "name": "gs", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - }, - { - "name": "resolution", + "name": "str", "kind": "json", - "json": "integer" + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Set *", + "encode": "set_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, + { + "name": "h3indexset_out", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "s", + "cType": "const Set *", + "canonical": "const struct Set *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "s", + "kind": "serialized", + "cType": "const struct Set *", + "decode": "bigintset_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, + { + "name": "geo_to_h3index_cell", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "uint64_t", + "canonical": "uint64_t" + }, + "params": [ + { + "name": "point", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "resolution", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal; unsupported-return:uint64_t" + }, + "wire": { + "params": [ + { + "name": "point", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "resolution", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "geo_to_h3index_set", + "file": "meos_h3.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "Set *", + "canonical": "struct Set *" + }, + "params": [ + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "resolution", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "resolution", + "kind": "json", + "json": "integer" } ], "result": { @@ -189776,6 +196327,7 @@ "name": "h3index_to_stbox", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -189823,6 +196375,7 @@ "name": "h3index_timestamptz_to_stbox", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -189879,6 +196432,7 @@ "name": "h3index_tstzspan_to_stbox", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -189942,6 +196496,7 @@ "name": "ever_eq_h3indexset_th3index", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -190001,6 +196556,7 @@ "name": "th3index_are_neighbor_cells", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190074,6 +196630,7 @@ "name": "th3index_cells_to_directed_edge", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190147,6 +196704,7 @@ "name": "th3index_is_valid_directed_edge", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190203,6 +196761,7 @@ "name": "th3index_get_directed_edge_origin", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190259,6 +196818,7 @@ "name": "th3index_get_directed_edge_destination", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190315,6 +196875,7 @@ "name": "th3index_directed_edge_to_boundary", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190371,6 +196932,7 @@ "name": "th3index_cell_to_vertex", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190437,6 +196999,7 @@ "name": "th3index_vertex_to_latlng", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190493,6 +197056,7 @@ "name": "th3index_is_valid_vertex", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190549,6 +197113,7 @@ "name": "th3index_grid_distance", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190622,6 +197187,7 @@ "name": "th3index_cell_to_local_ij", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190695,6 +197261,7 @@ "name": "th3index_local_ij_to_cell", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190765,9 +197332,10 @@ } }, { - "name": "th3index_cell_area_km2", + "name": "th3index_edge_length", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -190780,7 +197348,7 @@ } ], "api": "internal", - "category": "transformation", + "category": "accessor", "network": { "exposable": false, "method": null, @@ -190821,72 +197389,22 @@ } }, { - "name": "th3index_cell_area_rads2", + "name": "tgeogpoint_great_circle_distance", "file": "meos_h3.h", "family": "H3", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" }, "params": [ { - "name": "temp", + "name": "a", "cType": "const Temporal *", "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "th3index_edge_length_km", - "file": "meos_h3.h", - "family": "H3", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ + }, { - "name": "temp", + "name": "b", "cType": "const Temporal *", "canonical": "const struct Temporal *" } @@ -190901,7 +197419,7 @@ "wire": { "params": [ { - "name": "temp", + "name": "a", "kind": "serialized", "cType": "const struct Temporal *", "decode": "tbigint_in", @@ -190911,328 +197429,9 @@ "text", "wkb" ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "th3index_edge_length_m", - "file": "meos_h3.h", - "family": "H3", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ + }, { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "th3index_edge_length_rads", - "file": "meos_h3.h", - "family": "H3", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "tgeogpoint_great_circle_distance_km", - "file": "meos_h3.h", - "family": "H3", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "a", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "b", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "a", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "b", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "tgeogpoint_great_circle_distance_m", - "file": "meos_h3.h", - "family": "H3", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "a", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "b", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "a", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "b", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "tgeogpoint_great_circle_distance_rads", - "file": "meos_h3.h", - "family": "H3", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "a", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "b", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "a", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "b", + "name": "b", "kind": "serialized", "cType": "const struct Temporal *", "decode": "tbigint_in", @@ -191267,6 +197466,7 @@ "name": "meos_h3index_in", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -191302,6 +197502,7 @@ "name": "meos_h3index_out", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -191337,6 +197538,7 @@ "name": "meos_h3index_eq", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191381,6 +197583,7 @@ "name": "meos_h3index_ne", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191425,6 +197628,7 @@ "name": "meos_h3index_lt", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191469,6 +197673,7 @@ "name": "meos_h3index_le", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191513,6 +197718,7 @@ "name": "meos_h3index_gt", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191557,6 +197763,7 @@ "name": "meos_h3index_ge", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191601,6 +197808,7 @@ "name": "meos_h3index_cmp", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -191645,6 +197853,7 @@ "name": "meos_h3index_hash", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -191679,6 +197888,7 @@ "name": "ensure_h3index_cell", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191714,6 +197924,7 @@ "name": "ensure_h3index_directed_edge", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191749,6 +197960,7 @@ "name": "ensure_h3index_vertex", "file": "h3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -191784,6 +197996,7 @@ "name": "meos_h3_grid_disk", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -191841,6 +198054,7 @@ "name": "meos_h3_grid_ring", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -191898,6 +198112,7 @@ "name": "meos_h3_grid_path_cells", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -191954,6 +198169,7 @@ "name": "meos_h3_cell_to_children", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -192011,6 +198227,7 @@ "name": "meos_h3_compact_cells", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -192065,6 +198282,7 @@ "name": "meos_h3_uncompact_cells", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -192129,6 +198347,7 @@ "name": "meos_h3_origin_to_directed_edges", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -192176,6 +198395,7 @@ "name": "meos_h3_cell_to_vertexes", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -192223,6 +198443,7 @@ "name": "meos_h3_get_icosahedron_faces", "file": "h3index_sets.h", "family": "H3", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -192270,6 +198491,7 @@ "name": "ensure_valid_th3index_th3index", "file": "th3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -192330,6 +198552,7 @@ "name": "ensure_valid_th3index_h3index", "file": "th3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -192382,6 +198605,7 @@ "name": "ensure_valid_th3index_tgeogpoint", "file": "th3index.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -192438,118 +198662,11 @@ } } }, - { - "name": "datum2_h3index_eq", - "file": "th3index.h", - "family": "H3", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "d1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "d2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "type", - "cType": "MeosType", - "canonical": "MeosType" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "d1", - "kind": "unsupported" - }, - { - "name": "d2", - "kind": "unsupported" - }, - { - "name": "type", - "kind": "json", - "json": "string", - "enum": "MeosType" - } - ], - "result": { - "kind": "unsupported" - } - } - }, - { - "name": "datum2_h3index_ne", - "file": "th3index.h", - "family": "H3", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "d1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "d2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "type", - "cType": "MeosType", - "canonical": "MeosType" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "d1", - "kind": "unsupported" - }, - { - "name": "d2", - "kind": "unsupported" - }, - { - "name": "type", - "kind": "json", - "json": "string", - "enum": "MeosType" - } - ], - "result": { - "kind": "unsupported" - } - } - }, { "name": "h3index_set_stbox", "file": "th3index_boxops.h", "family": "H3", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -192606,6 +198723,7 @@ "name": "h3indexarr_set_stbox", "file": "th3index_boxops.h", "family": "H3", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -192628,6 +198746,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "box" ] @@ -192671,6 +198802,7 @@ "name": "th3indexinst_set_stbox", "file": "th3index_boxops.h", "family": "H3", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -192732,6 +198864,7 @@ "name": "th3indexinstarr_set_stbox", "file": "th3index_boxops.h", "family": "H3", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -192754,6 +198887,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -192802,6 +198948,7 @@ "name": "th3indexseq_expand_stbox", "file": "th3index_boxops.h", "family": "H3", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -192848,18 +198995,24 @@ } }, { - "name": "h3_cell_to_geompoint", + "name": "cell_boundary_to_gs", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" }, "params": [ { - "name": "cell", - "cType": "uint64_t", - "canonical": "uint64_t" + "name": "bnd", + "cType": "const CellBoundary *", + "canonical": "const CellBoundary *" + }, + { + "name": "geodetic", + "cType": "bool", + "canonical": "bool" } ], "api": "internal", @@ -192867,13 +199020,18 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint64_t" + "reason": "internal; no-decoder:CellBoundary" }, "wire": { "params": [ { - "name": "cell", + "name": "bnd", "kind": "unsupported" + }, + { + "name": "geodetic", + "kind": "json", + "json": "boolean" } ], "result": { @@ -192895,9 +199053,10 @@ } }, { - "name": "h3_cell_to_geom", + "name": "h3index_cell_to_geogpoint", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -192942,18 +199101,19 @@ } }, { - "name": "cell_boundary_to_gs", + "name": "h3index_cell_to_geog", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" }, "params": [ { - "name": "bnd", - "cType": "const CellBoundary *", - "canonical": "const CellBoundary *" + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -192961,12 +199121,12 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:CellBoundary" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { - "name": "bnd", + "name": "cell", "kind": "unsupported" } ], @@ -192992,6 +199152,7 @@ "name": "h3_sample_step_deg", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -193024,10 +199185,233 @@ } } }, + { + "name": "h3_segment_length_deg", + "file": "th3index_internal.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "lon1", + "cType": "double", + "canonical": "double" + }, + { + "name": "lat1", + "cType": "double", + "canonical": "double" + }, + { + "name": "lon2", + "cType": "double", + "canonical": "double" + }, + { + "name": "lat2", + "cType": "double", + "canonical": "double" + }, + { + "name": "geodetic", + "cType": "bool", + "canonical": "bool" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "lon1", + "kind": "json", + "json": "number" + }, + { + "name": "lat1", + "kind": "json", + "json": "number" + }, + { + "name": "lon2", + "kind": "json", + "json": "number" + }, + { + "name": "lat2", + "kind": "json", + "json": "number" + }, + { + "name": "geodetic", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "h3_segment_cells", + "file": "th3index_internal.h", + "family": "H3", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "lon1", + "cType": "double", + "canonical": "double" + }, + { + "name": "lat1", + "cType": "double", + "canonical": "double" + }, + { + "name": "lon2", + "cType": "double", + "canonical": "double" + }, + { + "name": "lat2", + "cType": "double", + "canonical": "double" + }, + { + "name": "geodetic", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "resolution", + "cType": "int", + "canonical": "int" + }, + { + "name": "cells", + "cType": "uint64_t *", + "canonical": "uint64_t *" + }, + { + "name": "enter", + "cType": "double *", + "canonical": "double *" + }, + { + "name": "maxout", + "cType": "int", + "canonical": "int" + } + ], + "shape": { + "inputArrays": [ + { + "param": "cells", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "uint64_t", + "canonical": "uint64_t" + } + }, + { + "param": "enter", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ], + "outParams": [ + "cells", + "enter" + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t; array-or-out-param:enter" + }, + "wire": { + "params": [ + { + "name": "lon1", + "kind": "json", + "json": "number" + }, + { + "name": "lat1", + "kind": "json", + "json": "number" + }, + { + "name": "lon2", + "kind": "json", + "json": "number" + }, + { + "name": "lat2", + "kind": "json", + "json": "number" + }, + { + "name": "geodetic", + "kind": "json", + "json": "boolean" + }, + { + "name": "resolution", + "kind": "json", + "json": "integer" + }, + { + "name": "cells", + "kind": "unsupported" + }, + { + "name": "enter", + "kind": "unsupported" + }, + { + "name": "maxout", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, { "name": "h3_latlng_deg_to_cell", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -193083,6 +199467,7 @@ "name": "h3_cell_to_parent_next_meos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -193117,6 +199502,7 @@ "name": "h3_cell_to_center_child_next_meos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -193151,6 +199537,7 @@ "name": "h3_directed_edge_to_gs_boundary", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -193198,6 +199585,7 @@ "name": "h3_vertex_to_gs_point", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -193245,6 +199633,7 @@ "name": "h3_cell_to_local_ij_meos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -193301,6 +199690,7 @@ "name": "h3_local_ij_to_cell_meos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -193357,6 +199747,7 @@ "name": "h3_cell_area_meos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -193403,6 +199794,7 @@ "name": "h3_edge_length_meos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -193449,6 +199841,7 @@ "name": "h3_gs_great_circle_distance_meos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -193530,6 +199923,7 @@ "name": "datum_h3_get_resolution", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193564,6 +199958,7 @@ "name": "datum_h3_get_base_cell_number", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193598,6 +199993,7 @@ "name": "datum_h3_is_valid_cell", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193632,6 +200028,7 @@ "name": "datum_h3_is_res_class_iii", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193666,6 +200063,7 @@ "name": "datum_h3_is_pentagon", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193700,6 +200098,7 @@ "name": "datum_h3_cell_to_parent", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193743,6 +200142,7 @@ "name": "datum_h3_cell_to_parent_next", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193777,6 +200177,7 @@ "name": "datum_h3_cell_to_center_child", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193820,6 +200221,7 @@ "name": "datum_h3_cell_to_center_child_next", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193854,6 +200256,7 @@ "name": "datum_h3_cell_to_child_pos", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193897,6 +200300,7 @@ "name": "datum_h3_child_pos_to_cell", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193949,6 +200353,7 @@ "name": "datum_h3_are_neighbor_cells", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -193992,6 +200397,7 @@ "name": "datum_h3_cells_to_directed_edge", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194035,6 +200441,7 @@ "name": "datum_h3_is_valid_directed_edge", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194069,6 +200476,7 @@ "name": "datum_h3_get_directed_edge_origin", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194103,6 +200511,7 @@ "name": "datum_h3_get_directed_edge_destination", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194137,6 +200546,7 @@ "name": "datum_h3_directed_edge_to_boundary", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194171,6 +200581,7 @@ "name": "datum_h3_cell_to_vertex", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194214,6 +200625,7 @@ "name": "datum_h3_vertex_to_latlng", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194248,6 +200660,7 @@ "name": "datum_h3_is_valid_vertex", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194282,6 +200695,7 @@ "name": "datum_h3_grid_distance", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194325,6 +200739,7 @@ "name": "datum_h3_cell_to_local_ij", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194368,6 +200783,7 @@ "name": "datum_h3_local_ij_to_cell", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194411,6 +200827,7 @@ "name": "datum_h3_latlng_to_cell", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194454,6 +200871,7 @@ "name": "datum_h3_cell_to_latlng", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194488,6 +200906,7 @@ "name": "datum_h3_cell_to_boundary", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194522,6 +200941,7 @@ "name": "datum_h3_cell_area", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194565,6 +200985,7 @@ "name": "datum_h3_edge_length", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194608,6 +201029,7 @@ "name": "datum_h3_great_circle_distance", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -194660,6 +201082,7 @@ "name": "json_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -194696,6 +201119,7 @@ "name": "json_out", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -194732,6 +201156,7 @@ "name": "jsonb_from_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -194783,6 +201208,7 @@ "name": "jsonb_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -194824,6 +201250,7 @@ "name": "jsonb_out", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -194865,6 +201292,7 @@ "name": "json_make", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -194881,6 +201309,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys_vals", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -194910,6 +201353,7 @@ "name": "json_make_two_arg", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -194931,6 +201375,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + }, + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -194964,6 +201434,7 @@ "name": "jsonb_copy", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -195010,6 +201481,7 @@ "name": "jsonb_make", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -195026,6 +201498,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys_vals", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -195060,6 +201547,7 @@ "name": "jsonb_make_two_arg", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -195081,6 +201569,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + }, + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -195119,6 +201633,7 @@ "name": "jsonb_to_bool", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -195160,6 +201675,7 @@ "name": "jsonb_to_cstring", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -195201,6 +201717,7 @@ "name": "jsonb_to_float4", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -195242,6 +201759,7 @@ "name": "jsonb_to_float8", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -195283,6 +201801,7 @@ "name": "jsonb_to_int16", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int16", "canonical": "short" @@ -195324,6 +201843,7 @@ "name": "jsonb_to_int32", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -195365,6 +201885,7 @@ "name": "jsonb_to_int64", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -195405,6 +201926,7 @@ "name": "jsonb_to_numeric", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -195446,6 +201968,7 @@ "name": "jsonb_to_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -195487,6 +202010,7 @@ "name": "json_array_element", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -195533,6 +202057,7 @@ "name": "json_array_element_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -195579,6 +202104,7 @@ "name": "json_array_elements", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -195638,6 +202164,7 @@ "name": "json_array_elements_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -195697,6 +202224,7 @@ "name": "json_array_length", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -195733,6 +202261,7 @@ "name": "json_each", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -195765,11 +202294,6 @@ "canonical": "text *" } }, - "outputArrays": [ - { - "param": "values" - } - ], "outParams": [ "values", "count" @@ -195807,6 +202331,7 @@ "name": "json_each_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -195839,11 +202364,6 @@ "canonical": "text *" } }, - "outputArrays": [ - { - "param": "values" - } - ], "outParams": [ "values", "count" @@ -195881,6 +202401,7 @@ "name": "json_extract_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -195902,6 +202423,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -195936,6 +202472,7 @@ "name": "json_extract_path_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -195957,6 +202494,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -195991,6 +202543,7 @@ "name": "json_object_field", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -196037,6 +202590,7 @@ "name": "json_object_field_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -196083,6 +202637,7 @@ "name": "json_object_keys", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -196142,6 +202697,7 @@ "name": "json_typeof", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -196178,6 +202734,7 @@ "name": "jsonb_array_element", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -196234,6 +202791,7 @@ "name": "jsonb_array_element_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -196285,6 +202843,7 @@ "name": "jsonb_array_elements", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb **", "canonical": "Jsonb **" @@ -196355,6 +202914,7 @@ "name": "jsonb_array_elements_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -196419,6 +202979,7 @@ "name": "jsonb_array_length", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -196460,6 +203021,7 @@ "name": "jsonb_contained", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -196516,6 +203078,7 @@ "name": "jsonb_contains", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -196572,6 +203135,7 @@ "name": "jsonb_each", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -196604,11 +203168,6 @@ "canonical": "text *" } }, - "outputArrays": [ - { - "param": "values" - } - ], "outParams": [ "values", "count" @@ -196651,6 +203210,7 @@ "name": "jsonb_each_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -196683,11 +203243,6 @@ "canonical": "text *" } }, - "outputArrays": [ - { - "param": "values" - } - ], "outParams": [ "values", "count" @@ -196730,6 +203285,7 @@ "name": "jsonb_exists", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -196781,6 +203337,7 @@ "name": "jsonb_exists_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -196807,6 +203364,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "keys_elems", + "lengthFrom": { + "kind": "param", + "name": "keys_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -196851,6 +203423,7 @@ "name": "jsonb_extract_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -196872,6 +203445,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -196916,6 +203504,7 @@ "name": "jsonb_extract_path_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -196937,6 +203526,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -196976,6 +203580,7 @@ "name": "jsonb_hash", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -197016,6 +203621,7 @@ "name": "jsonb_hash_extended", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -197065,6 +203671,7 @@ "name": "jsonb_object_field", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197121,6 +203728,7 @@ "name": "jsonb_object_field_text", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -197172,6 +203780,7 @@ "name": "jsonb_object_keys", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text **", "canonical": "text **" @@ -197236,6 +203845,7 @@ "name": "json_strip_nulls", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -197282,6 +203892,7 @@ "name": "jsonb_concat", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197343,6 +203954,7 @@ "name": "jsonb_delete", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197399,6 +204011,7 @@ "name": "jsonb_delete_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197420,6 +204033,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys_elems", + "lengthFrom": { + "kind": "param", + "name": "keys_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -197464,6 +204092,7 @@ "name": "jsonb_delete_index", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197520,6 +204149,7 @@ "name": "jsonb_delete_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197541,6 +204171,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -197585,6 +204230,7 @@ "name": "jsonb_insert", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197616,6 +204262,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -197675,6 +204336,7 @@ "name": "jsonb_pretty", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "text *", "canonical": "text *" @@ -197716,6 +204378,7 @@ "name": "jsonb_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197747,6 +204410,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -197806,6 +204484,7 @@ "name": "jsonb_set_lax", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197842,6 +204521,21 @@ "canonical": "const text *" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -197906,6 +204600,7 @@ "name": "jsonb_strip_nulls", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -197962,6 +204657,7 @@ "name": "jsonb_cmp", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -198018,6 +204714,7 @@ "name": "jsonb_eq", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -198074,6 +204771,7 @@ "name": "jsonb_ge", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -198130,6 +204828,7 @@ "name": "jsonb_gt", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -198186,6 +204885,7 @@ "name": "jsonb_le", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -198242,6 +204942,7 @@ "name": "jsonb_lt", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -198298,6 +204999,7 @@ "name": "jsonb_ne", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -198354,6 +205056,7 @@ "name": "jsonb_path_exists", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -198445,6 +205148,7 @@ "name": "jsonb_path_match", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -198536,6 +205240,7 @@ "name": "jsonb_path_query_all", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb **", "canonical": "Jsonb **" @@ -198656,6 +205361,7 @@ "name": "jsonb_path_query_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -198752,6 +205458,7 @@ "name": "jsonb_path_query_first", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -198848,6 +205555,7 @@ "name": "jsonpath_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "JsonPath *", "canonical": "JsonPath *" @@ -198889,6 +205597,7 @@ "name": "jsonpath_copy", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "JsonPath *", "canonical": "JsonPath *" @@ -198935,6 +205644,7 @@ "name": "jsonpath_out", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -198976,6 +205686,7 @@ "name": "jsonbset_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199024,6 +205735,7 @@ "name": "jsonbset_out", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -199076,6 +205788,7 @@ "name": "jsonbset_make", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199092,6 +205805,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Jsonb *", + "canonical": "Jsonb *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -199138,6 +205866,7 @@ "name": "jsonb_to_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199191,6 +205920,7 @@ "name": "jsonbset_end_value", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -199238,6 +205968,7 @@ "name": "jsonbset_start_value", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -199285,6 +206016,7 @@ "name": "jsonbset_value_n", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -199355,6 +206087,7 @@ "name": "jsonbset_values", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb **", "canonical": "Jsonb **" @@ -199426,6 +206159,7 @@ "name": "concat_jsonbset_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199505,6 +206239,7 @@ "name": "jsonbset_array_length", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199559,6 +206294,7 @@ "name": "jsonbset_object_field", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199644,6 +206380,7 @@ "name": "jsonbset_array_element", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199729,6 +206466,7 @@ "name": "jsonbset_delete_index", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199793,6 +206531,7 @@ "name": "jsonbset_delete", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199857,6 +206596,7 @@ "name": "jsonbset_delete_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -199878,6 +206618,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -199930,6 +206685,7 @@ "name": "jsonbset_exists", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool *", "canonical": "bool *" @@ -200005,6 +206761,7 @@ "name": "jsonbset_exists_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool *", "canonical": "bool *" @@ -200037,6 +206794,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ], "outParams": [ "rescount" ] @@ -200089,6 +206859,7 @@ "name": "jsonbset_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200130,6 +206901,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -200207,6 +206993,7 @@ "name": "jsonbset_to_alphanumset", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200293,6 +207080,7 @@ "name": "jsonbset_to_intset", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200368,6 +207156,7 @@ "name": "jsonbset_to_bigintset", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200443,6 +207232,7 @@ "name": "jsonbset_to_floatset", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200518,6 +207308,7 @@ "name": "jsonbset_to_textset_key", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200593,6 +207384,7 @@ "name": "jsonbset_strip_nulls", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200657,6 +207449,7 @@ "name": "jsonbset_pretty", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200711,6 +207504,7 @@ "name": "jsonbset_delete_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200732,6 +207526,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -200784,6 +207593,7 @@ "name": "jsonbset_extract_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200815,6 +207625,21 @@ "canonical": "nullHandleType" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -200878,6 +207703,7 @@ "name": "jsonbset_insert", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -200909,6 +207735,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -200976,6 +207817,7 @@ "name": "jsonbset_path_exists", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool *", "canonical": "bool *" @@ -201094,6 +207936,7 @@ "name": "jsonbset_path_match", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool *", "canonical": "bool *" @@ -201212,6 +208055,7 @@ "name": "jsonbset_path_query_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201321,6 +208165,7 @@ "name": "jsonbset_path_query_first", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201430,6 +208275,7 @@ "name": "contained_jsonb_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -201487,6 +208333,7 @@ "name": "contains_set_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -201544,6 +208391,7 @@ "name": "intersection_jsonb_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201613,6 +208461,7 @@ "name": "intersection_set_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201682,6 +208531,7 @@ "name": "jsonb_union_transfn", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201751,6 +208601,7 @@ "name": "minus_jsonb_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201820,6 +208671,7 @@ "name": "minus_set_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201889,6 +208741,7 @@ "name": "union_jsonb_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -201958,6 +208811,7 @@ "name": "union_set_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -202027,6 +208881,7 @@ "name": "tjsonb_from_mfjson", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -202076,6 +208931,7 @@ "name": "tjsonb_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -202125,6 +208981,7 @@ "name": "tjsonb_out", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -202168,6 +209025,7 @@ "name": "tjsonbinst_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -202215,6 +209073,7 @@ "name": "tjsonbseq_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -202273,6 +209132,7 @@ "name": "tjsonbseqset_in", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -202320,6 +209180,7 @@ "name": "tjsonb_from_base_temp", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -202391,6 +209252,7 @@ "name": "tjsonbinst_make", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -202452,6 +209314,7 @@ "name": "tjsonbseq_from_base_tstzset", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -202520,6 +209383,7 @@ "name": "tjsonbseq_from_base_tstzspan", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -202588,6 +209452,7 @@ "name": "tjsonbseqset_from_base_tstzspanset", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -202656,6 +209521,7 @@ "name": "tjsonb_to_ttext", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -202712,6 +209578,7 @@ "name": "ttext_to_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -202768,6 +209635,7 @@ "name": "tjsonb_end_value", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -202816,6 +209684,7 @@ "name": "tjsonb_start_value", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb *", "canonical": "Jsonb *" @@ -202864,6 +209733,7 @@ "name": "tjsonb_value_at_timestamptz", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -202944,6 +209814,7 @@ "name": "tjsonb_value_n", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -203015,6 +209886,7 @@ "name": "tjsonb_values", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Jsonb **", "canonical": "Jsonb **" @@ -203087,6 +209959,7 @@ "name": "concat_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203168,6 +210041,7 @@ "name": "concat_tjsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203241,6 +210115,7 @@ "name": "contains_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203322,6 +210197,7 @@ "name": "contains_tjsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203395,6 +210271,7 @@ "name": "null_handle_type_from_string", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "nullHandleType", "canonical": "nullHandleType" @@ -203432,6 +210309,7 @@ "name": "tjson_array_element", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203509,6 +210387,7 @@ "name": "tjson_array_length", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203565,6 +210444,7 @@ "name": "tjson_extract_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203591,6 +210471,21 @@ "canonical": "nullHandleType" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -203651,6 +210546,7 @@ "name": "tjson_object_field", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203738,6 +210634,7 @@ "name": "tjson_strip_nulls", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203804,6 +210701,7 @@ "name": "tjsonb_array_element", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203891,6 +210789,7 @@ "name": "tjsonb_array_length", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -203947,6 +210846,7 @@ "name": "tjsonb_delete", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204013,6 +210913,7 @@ "name": "tjsonb_delete_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204034,6 +210935,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -204088,6 +211004,7 @@ "name": "tjsonb_delete_index", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204154,6 +211071,7 @@ "name": "tjsonb_delete_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204175,6 +211093,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -204229,6 +211162,7 @@ "name": "tjsonb_exists", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204295,6 +211229,7 @@ "name": "tjsonb_exists_all", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204316,6 +211251,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -204370,6 +211320,7 @@ "name": "tjsonb_exists_any", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204391,6 +211342,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -204445,6 +211411,7 @@ "name": "tjsonb_exists_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204471,6 +211438,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -204530,6 +211512,7 @@ "name": "tjsonb_extract_path", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204561,6 +211544,21 @@ "canonical": "nullHandleType" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -204626,6 +211624,7 @@ "name": "tjsonb_insert", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204657,6 +211656,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -204726,6 +211740,7 @@ "name": "tjsonb_object_field", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204813,6 +211828,7 @@ "name": "tjsonb_path_exists", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -204924,6 +211940,7 @@ "name": "tjsonb_path_match", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205035,6 +212052,7 @@ "name": "tjsonb_path_query_array", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205146,6 +212164,7 @@ "name": "tjsonb_path_query_first", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205257,6 +212276,7 @@ "name": "tjsonb_pretty", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205313,6 +212333,7 @@ "name": "tjsonb_set", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205354,6 +212375,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "keys", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "text *", + "canonical": "text *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -205433,6 +212469,7 @@ "name": "tjsonb_strip_nulls", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205499,6 +212536,7 @@ "name": "tjsonb_to_tbool", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205576,6 +212614,7 @@ "name": "tjsonb_to_tfloat", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205664,6 +212703,7 @@ "name": "tjsonb_to_tint", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205741,6 +212781,7 @@ "name": "tjsonb_to_ttext_key", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205818,6 +212859,7 @@ "name": "tjsonb_at_value", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205889,6 +212931,7 @@ "name": "tjsonb_minus_value", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -205960,6 +213003,7 @@ "name": "always_eq_jsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206018,6 +213062,7 @@ "name": "always_eq_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206076,6 +213121,7 @@ "name": "always_eq_tjsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206136,6 +213182,7 @@ "name": "always_ne_jsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206194,6 +213241,7 @@ "name": "always_ne_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206252,6 +213300,7 @@ "name": "always_ne_tjsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206312,6 +213361,7 @@ "name": "ever_eq_jsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206370,6 +213420,7 @@ "name": "ever_eq_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206428,6 +213479,7 @@ "name": "ever_eq_tjsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206488,6 +213540,7 @@ "name": "ever_ne_jsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206546,6 +213599,7 @@ "name": "ever_ne_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206604,6 +213658,7 @@ "name": "ever_ne_tjsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -206664,6 +213719,7 @@ "name": "teq_jsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -206735,6 +213791,7 @@ "name": "teq_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -206806,6 +213863,7 @@ "name": "tne_jsonb_tjsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -206877,6 +213935,7 @@ "name": "tne_tjsonb_jsonb", "file": "meos_json.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -206948,6 +214007,7 @@ "name": "setPath", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "JsonbValue *", "canonical": "JsonbValue *" @@ -206994,6 +214054,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + }, + { + "param": "path_nulls", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "bool", + "canonical": "bool" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -207048,6 +214134,7 @@ "name": "setPathObject", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -207099,6 +214186,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + }, + { + "param": "path_nulls", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "bool", + "canonical": "bool" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -207157,6 +214270,7 @@ "name": "setPathArray", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -207208,6 +214322,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "path_elems", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + }, + { + "param": "path_nulls", + "lengthFrom": { + "kind": "param", + "name": "path_len" + }, + "element": { + "c": "bool", + "canonical": "bool" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -207266,6 +214406,7 @@ "name": "datum_jsonb_concat", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207309,6 +214450,7 @@ "name": "datum_jsonb_contained", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207352,6 +214494,7 @@ "name": "datum_jsonb_contains", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207395,6 +214538,7 @@ "name": "datum_jsonb_delete", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207438,6 +214582,7 @@ "name": "datum_jsonb_delete_array", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207490,6 +214635,7 @@ "name": "datum_jsonb_delete_index", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207533,6 +214679,7 @@ "name": "datum_json_array_element", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207576,6 +214723,7 @@ "name": "datum_jsonb_array_element", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207619,6 +214767,7 @@ "name": "datum_json_array_element_text", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207662,6 +214811,7 @@ "name": "datum_jsonb_array_element_text", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207705,6 +214855,7 @@ "name": "datum_jsonb_exists", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207748,6 +214899,7 @@ "name": "datum_jsonb_exists_array", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207809,6 +214961,7 @@ "name": "datum_json_array_length", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207843,6 +214996,7 @@ "name": "datum_jsonb_array_length", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207877,6 +215031,7 @@ "name": "datum_json_object_field", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207920,6 +215075,7 @@ "name": "datum_jsonb_object_field", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -207963,6 +215119,7 @@ "name": "datum_json_object_field_text", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208006,6 +215163,7 @@ "name": "datum_jsonb_object_field_text", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208049,6 +215207,7 @@ "name": "datum_json_strip_nulls", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208092,6 +215251,7 @@ "name": "datum_jsonb_strip_nulls", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208135,6 +215295,7 @@ "name": "datum_jsonb_pretty", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208169,6 +215330,7 @@ "name": "datum_json_extract_path", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208221,6 +215383,7 @@ "name": "datum_jsonb_extract_path", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208273,6 +215436,7 @@ "name": "datum_json_extract_path_text", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208325,6 +215489,7 @@ "name": "datum_jsonb_extract_path_text", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208377,6 +215542,7 @@ "name": "datum_jsonb_set", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208447,6 +215613,7 @@ "name": "datum_jsonb_set_lax", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208526,6 +215693,7 @@ "name": "datum_jsonb_delete_path", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208578,6 +215746,7 @@ "name": "datum_jsonb_insert", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208648,6 +215817,7 @@ "name": "datum_jsonb_path_exists", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208718,6 +215888,7 @@ "name": "datum_jsonb_path_match", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208788,6 +215959,7 @@ "name": "datum_jsonb_path_query_array", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208858,6 +216030,7 @@ "name": "datum_jsonb_path_query_first", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208928,6 +216101,7 @@ "name": "datum_jsonb_to_text", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208962,6 +216136,7 @@ "name": "datum_text_to_jsonb", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -208996,6 +216171,7 @@ "name": "datum_jsonb_to_alphanum", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -209057,6 +216233,7 @@ "name": "tjsonb_to_talphanum", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -209156,6 +216333,7 @@ "name": "jsonbfunc_jsonbset", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -209242,6 +216420,7 @@ "name": "tcellindex_get_resolution", "file": "meos_cellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -209298,6 +216477,7 @@ "name": "tcellindex_is_valid_cell", "file": "meos_cellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -209354,6 +216534,7 @@ "name": "tcellindex_cell_to_parent", "file": "meos_cellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -209420,6 +216601,7 @@ "name": "tcellindex_cell_to_point", "file": "meos_cellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -209476,6 +216658,7 @@ "name": "tcellindex_cell_to_boundary", "file": "meos_cellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -209532,6 +216715,7 @@ "name": "tcellindex_cell_area", "file": "meos_cellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -209588,6 +216772,7 @@ "name": "meos_proj_get_context", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "PJ_CONTEXT *", "canonical": "struct pj_ctx *" @@ -209611,6 +216796,7 @@ "name": "geos_get_context", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GEOSContextHandle_t", "canonical": "struct GEOSContextHandle_HS *" @@ -209634,6 +216820,7 @@ "name": "datum_geo_round", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -209677,6 +216864,7 @@ "name": "point_round", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -209743,67 +216931,11 @@ } } }, - { - "name": "geo_set_srid_int", - "file": "meos_internal_geo.h", - "family": "CORE", - "returnType": { - "c": "void", - "canonical": "void" - }, - "params": [ - { - "name": "gs", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - }, - { - "name": "srid", - "cType": "int32_t", - "canonical": "int" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "gs", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - }, - { - "name": "srid", - "kind": "json", - "json": "integer" - } - ], - "result": { - "kind": "void" - } - } - }, { "name": "stbox_set", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -209966,6 +217098,7 @@ "name": "gbox_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210037,6 +217170,7 @@ "name": "geo_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -210106,6 +217240,7 @@ "name": "geoarr_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210128,6 +217263,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "result" ] @@ -210171,6 +217319,7 @@ "name": "spatial_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -210238,6 +217387,7 @@ "name": "spatialset_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210300,6 +217450,7 @@ "name": "distance_spatialset_value", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -210350,6 +217501,7 @@ "name": "distance_spatialset_spatialset", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -210407,6 +217559,7 @@ "name": "stbox_set_box3d", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210468,6 +217621,7 @@ "name": "stbox_set_gbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210529,6 +217683,7 @@ "name": "tstzset_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210591,6 +217746,7 @@ "name": "timestamptz_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210641,6 +217797,7 @@ "name": "tstzspan_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210703,6 +217860,7 @@ "name": "tstzspanset_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210765,6 +217923,7 @@ "name": "stbox_expand", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -210822,6 +217981,7 @@ "name": "stbox_expand_space_set", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -210895,6 +218055,7 @@ "name": "stbox_contains", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -210953,6 +218114,7 @@ "name": "stbox_contained", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211011,6 +218173,7 @@ "name": "stbox_overlaps", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211069,6 +218232,7 @@ "name": "stbox_same", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211127,6 +218291,7 @@ "name": "stbox_adjacent", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211185,6 +218350,7 @@ "name": "stbox_left", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211243,6 +218409,7 @@ "name": "stbox_right", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211301,6 +218468,7 @@ "name": "stbox_overleft", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211359,6 +218527,7 @@ "name": "stbox_overright", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211417,6 +218586,7 @@ "name": "stbox_below", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211475,6 +218645,7 @@ "name": "stbox_above", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211533,6 +218704,7 @@ "name": "stbox_overbelow", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211591,6 +218763,7 @@ "name": "stbox_overabove", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211649,6 +218822,7 @@ "name": "stbox_front", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211707,6 +218881,7 @@ "name": "stbox_back", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211765,6 +218940,7 @@ "name": "stbox_overfront", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211823,6 +218999,7 @@ "name": "stbox_overback", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211881,6 +219058,7 @@ "name": "stbox_before", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211939,6 +219117,7 @@ "name": "stbox_after", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -211997,6 +219176,7 @@ "name": "stbox_overbefore", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -212055,6 +219235,7 @@ "name": "stbox_overafter", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -212113,6 +219294,7 @@ "name": "inter_stbox_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -212192,6 +219374,7 @@ "name": "tgeogpointinst_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -212248,6 +219431,7 @@ "name": "tgeogpointinst_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -212295,6 +219479,7 @@ "name": "tgeogpointseq_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -212362,6 +219547,7 @@ "name": "tgeogpointseq_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -212420,6 +219606,7 @@ "name": "tgeogpointseqset_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -212487,6 +219674,7 @@ "name": "tgeogpointseqset_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -212534,6 +219722,7 @@ "name": "tgeompointinst_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -212590,6 +219779,7 @@ "name": "tgeompointinst_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -212637,6 +219827,7 @@ "name": "tgeompointseq_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -212704,6 +219895,7 @@ "name": "tgeompointseq_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -212762,6 +219954,7 @@ "name": "tgeompointseqset_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -212829,6 +220022,7 @@ "name": "tgeompointseqset_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -212876,6 +220070,7 @@ "name": "tgeographyinst_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -212932,6 +220127,7 @@ "name": "tgeographyinst_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -212979,6 +220175,7 @@ "name": "tgeographyseq_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -213046,6 +220243,7 @@ "name": "tgeographyseq_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -213104,6 +220302,7 @@ "name": "tgeographyseqset_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -213171,6 +220370,7 @@ "name": "tgeographyseqset_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -213218,6 +220418,7 @@ "name": "tgeometryinst_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -213274,6 +220475,7 @@ "name": "tgeometryinst_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -213321,6 +220523,7 @@ "name": "tgeometryseq_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -213388,6 +220591,7 @@ "name": "tgeometryseq_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -213446,6 +220650,7 @@ "name": "tgeometryseqset_from_mfjson", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -213513,6 +220718,7 @@ "name": "tgeometryseqset_in", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -213560,6 +220766,7 @@ "name": "tspatial_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -213623,6 +220830,7 @@ "name": "tspatialseq_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -213673,6 +220881,7 @@ "name": "tspatialseqset_set_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -213729,6 +220938,7 @@ "name": "tgeo_restrict_elevation", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -213811,6 +221021,7 @@ "name": "tgeo_restrict_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -213899,6 +221110,7 @@ "name": "tgeo_restrict_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -213991,6 +221203,7 @@ "name": "tgeoinst_restrict_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -214075,6 +221288,7 @@ "name": "tgeoinst_restrict_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -214163,6 +221377,7 @@ "name": "tgeoseq_restrict_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -214243,6 +221458,7 @@ "name": "tgeoseq_restrict_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -214327,6 +221543,7 @@ "name": "tgeoseqset_restrict_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -214411,6 +221628,7 @@ "name": "tgeoseqset_restrict_stbox", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -214499,6 +221717,7 @@ "name": "geo_edge_ctx_make", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -214543,55 +221762,115 @@ } }, { - "name": "geo_edge_ctx_free", + "name": "geo_is_planar_linear", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { - "c": "void", - "canonical": "void" + "c": "bool", + "canonical": "bool" }, "params": [ { - "name": "ctx", - "cType": "void *", - "canonical": "void *" + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" } ], "api": "internal", - "category": "transformation", + "category": "predicate", "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:void" + "reason": "internal" }, "wire": { "params": [ { - "name": "ctx", - "kind": "unsupported" + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] } ], "result": { - "kind": "void" + "kind": "json", + "json": "boolean" } } }, { - "name": "geo_intersects2d", + "name": "geo_clip_subject", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" }, "params": [ { - "name": "gs1", + "name": "gs", "cType": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" - }, + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "geo_is_planar_areal", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ { - "name": "gs2", + "name": "gs", "cType": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" } @@ -214606,7 +221885,7 @@ "wire": { "params": [ { - "name": "gs1", + "name": "gs", "kind": "serialized", "cType": "const GSERIALIZED *", "decode": "geo_from_text", @@ -214621,9 +221900,41 @@ "mfjson", "text" ] - }, + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "geo_every_part_bounds_area", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "gs2", + "name": "gs", "kind": "serialized", "cType": "const GSERIALIZED *", "decode": "geo_from_text", @@ -214647,9 +221958,10 @@ } }, { - "name": "geo_intersects2d_ctx", + "name": "geo_is_point_set", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -214659,22 +221971,235 @@ "name": "gs", "cType": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "geo_meos_coverage", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "geo_points_covered", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + }, + "params": [ + { + "name": "pts", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { - "name": "ctx", - "cType": "const void *", - "canonical": "const void *" + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "covered", + "cType": "bool", + "canonical": "bool" } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:void" + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pts", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "covered", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "serialized", + "cType": "GSERIALIZED *", + "encode": "geo_as_ewkt", + "encode_aux": [ + { + "name": "precision", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + } + }, + { + "name": "geo_clip_linear_geom", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "GSERIALIZED *", + "canonical": "GSERIALIZED *" + }, + "params": [ + { + "name": "line", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "inside", + "cType": "bool", + "canonical": "bool" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" }, "wire": { "params": [ + { + "name": "line", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, { "name": "gs", "kind": "serialized", @@ -214692,21 +222217,199 @@ "text" ] }, + { + "name": "inside", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "serialized", + "cType": "GSERIALIZED *", + "encode": "geo_as_ewkt", + "encode_aux": [ + { + "name": "precision", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + } + }, + { + "name": "geo_edge_ctx_free", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "ctx", + "cType": "void *", + "canonical": "void *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:void" + }, + "wire": { + "params": [ { "name": "ctx", "kind": "unsupported" } ], "result": { - "kind": "json", - "json": "boolean" + "kind": "void" } } }, { - "name": "geo_covers2d", + "name": "geo_intersects2d", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "gs1", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "gs2", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "gs1", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "gs2", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "geo_intersects2d_ctx", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "ctx", + "cType": "const void *", + "canonical": "const void *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:void" + }, + "wire": { + "params": [ + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "ctx", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "geo_covers2d", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -214777,6 +222480,7 @@ "name": "tpoint_linear_inter_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -214865,6 +222569,7 @@ "name": "tpoint_linear_inter_geom_ctx", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -214940,6 +222645,7 @@ "name": "tpoint_linear_dwithin_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -215028,6 +222734,7 @@ "name": "tpoint_linear_dwithin_geom_ctx", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -215103,6 +222810,7 @@ "name": "tpoint_linear_distance_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -215181,6 +222889,7 @@ "name": "tpoint_linear_restrict_geom", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -215266,12 +222975,13 @@ } }, { - "name": "geom_meos_supported", + "name": "geom_meos_coverage", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "int", + "canonical": "int" }, "params": [ { @@ -215281,7 +222991,7 @@ } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -215296,7 +223006,66 @@ ], "result": { "kind": "json", - "json": "boolean" + "json": "integer" + } + } + }, + { + "name": "stbox_nad", + "file": "meos_internal_geo.h", + "family": "CORE", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "box1", + "cType": "const STBox *", + "canonical": "const struct STBox *" + }, + { + "name": "box2", + "cType": "const STBox *", + "canonical": "const struct STBox *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "box1", + "kind": "serialized", + "cType": "const struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "box2", + "kind": "serialized", + "cType": "const struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "number" } } }, @@ -215304,6 +223073,7 @@ "name": "spatial_srid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -215350,6 +223120,7 @@ "name": "spatial_set_srid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -215406,6 +223177,7 @@ "name": "tspatialinst_srid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -215447,6 +223219,7 @@ "name": "tpointseq_azimuth", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -215493,6 +223266,7 @@ "name": "tpointseq_cumulative_length", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -215549,6 +223323,7 @@ "name": "tpointseq_is_simple", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -215584,6 +223359,7 @@ "name": "tpointseq_length", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -215619,6 +223395,7 @@ "name": "tpointseq_linear_trajectory", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -215676,6 +223453,7 @@ "name": "tgeoseq_stboxes", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -215747,6 +223525,7 @@ "name": "tgeoseq_split_n_stboxes", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -215828,6 +223607,7 @@ "name": "tpointseqset_azimuth", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -215880,6 +223660,7 @@ "name": "tpointseqset_cumulative_length", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -215932,6 +223713,7 @@ "name": "tpointseqset_is_simple", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -215973,6 +223755,7 @@ "name": "tpointseqset_length", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -216014,6 +223797,7 @@ "name": "tgeoseqset_stboxes", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -216091,6 +223875,7 @@ "name": "tgeoseqset_split_n_stboxes", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -216178,6 +223963,7 @@ "name": "tgeominst_tgeoginst", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -216240,6 +224026,7 @@ "name": "tgeomseq_tgeogseq", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -216296,6 +224083,7 @@ "name": "tgeomseqset_tgeogseqset", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -216358,6 +224146,7 @@ "name": "tgeom_tgeog", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -216424,6 +224213,7 @@ "name": "tgeo_tpoint", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -216490,6 +224280,7 @@ "name": "tspatialinst_set_srid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -216540,6 +224331,7 @@ "name": "tpointseq_make_simple", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -216610,6 +224402,7 @@ "name": "tspatialseq_set_srid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -216654,6 +224447,7 @@ "name": "tpointseqset_make_simple", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -216730,6 +224524,7 @@ "name": "tspatialseqset_set_srid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -216780,6 +224575,7 @@ "name": "tpointseq_twcentroid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -216827,6 +224623,7 @@ "name": "tpointseqset_twcentroid", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -216880,6 +224677,7 @@ "name": "npoint_as_ewkt", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -216932,6 +224730,7 @@ "name": "npoint_as_hexwkb", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -216998,6 +224797,7 @@ "name": "npoint_as_text", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -217050,6 +224850,7 @@ "name": "npoint_as_wkb", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -217115,6 +224916,7 @@ "name": "npoint_from_hexwkb", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -217163,6 +224965,7 @@ "name": "npoint_from_wkb", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -217179,6 +224982,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -217219,6 +225037,7 @@ "name": "npoint_in", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -217267,6 +225086,7 @@ "name": "npoint_out", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -217319,6 +225139,7 @@ "name": "nsegment_in", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment *", "canonical": "struct Nsegment *" @@ -217366,6 +225187,7 @@ "name": "nsegment_out", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -217417,6 +225239,7 @@ "name": "npoint_make", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -217474,6 +225297,7 @@ "name": "nsegment_make", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment *", "canonical": "struct Nsegment *" @@ -217540,6 +225364,7 @@ "name": "geompoint_to_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -217600,6 +225425,7 @@ "name": "geom_to_nsegment", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment *", "canonical": "struct Nsegment *" @@ -217659,6 +225485,7 @@ "name": "npoint_to_geompoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -217713,6 +225540,7 @@ "name": "npoint_to_nsegment", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment *", "canonical": "struct Nsegment *" @@ -217766,6 +225594,7 @@ "name": "npoint_to_stbox", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -217820,6 +225649,7 @@ "name": "nsegment_to_geom", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -217873,6 +225703,7 @@ "name": "nsegment_to_stbox", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -217926,6 +225757,7 @@ "name": "npoint_hash", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -217967,6 +225799,7 @@ "name": "npoint_hash_extended", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -218017,6 +225850,7 @@ "name": "npoint_position", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -218059,6 +225893,7 @@ "name": "npoint_route", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -218100,6 +225935,7 @@ "name": "nsegment_end_position", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -218141,6 +225977,7 @@ "name": "nsegment_route", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -218181,6 +226018,7 @@ "name": "nsegment_start_position", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -218222,6 +226060,7 @@ "name": "route_exists", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -218257,6 +226096,7 @@ "name": "route_geom", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" @@ -218304,6 +226144,7 @@ "name": "route_length", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -218339,6 +226180,7 @@ "name": "npoint_round", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -218403,6 +226245,7 @@ "name": "nsegment_round", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment *", "canonical": "struct Nsegment *" @@ -218465,6 +226308,7 @@ "name": "get_srid_ways", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -218489,6 +226333,7 @@ "name": "npoint_srid", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -218531,6 +226376,7 @@ "name": "nsegment_srid", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -218572,6 +226418,7 @@ "name": "npoint_timestamptz_to_stbox", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -218635,6 +226482,7 @@ "name": "npoint_tstzspan_to_stbox", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -218705,6 +226553,7 @@ "name": "npoint_cmp", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -218763,6 +226612,7 @@ "name": "npoint_eq", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -218821,6 +226671,7 @@ "name": "npoint_ge", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -218879,6 +226730,7 @@ "name": "npoint_gt", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -218937,6 +226789,7 @@ "name": "npoint_le", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -218995,6 +226848,7 @@ "name": "npoint_lt", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219053,6 +226907,7 @@ "name": "npoint_ne", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219111,6 +226966,7 @@ "name": "npoint_same", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219169,6 +227025,7 @@ "name": "nsegment_cmp", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -219225,6 +227082,7 @@ "name": "nsegment_eq", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219281,6 +227139,7 @@ "name": "nsegment_ge", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219337,6 +227196,7 @@ "name": "nsegment_gt", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219393,6 +227253,7 @@ "name": "nsegment_le", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219449,6 +227310,7 @@ "name": "nsegment_lt", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219505,6 +227367,7 @@ "name": "nsegment_ne", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -219561,6 +227424,7 @@ "name": "npointset_in", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -219609,6 +227473,7 @@ "name": "npointset_out", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -219661,6 +227526,7 @@ "name": "npointset_make", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -219677,6 +227543,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Npoint *", + "canonical": "struct Npoint *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -219724,6 +227605,7 @@ "name": "npoint_to_set", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -219778,6 +227660,7 @@ "name": "npointset_end_value", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -219832,6 +227715,7 @@ "name": "npointset_routes", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -219886,6 +227770,7 @@ "name": "npointset_start_value", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -219940,6 +227825,7 @@ "name": "npointset_value_n", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -220017,6 +227903,7 @@ "name": "npointset_values", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint **", "canonical": "struct Npoint **" @@ -220095,6 +227982,7 @@ "name": "contained_npoint_set", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -220153,6 +228041,7 @@ "name": "contains_set_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -220211,6 +228100,7 @@ "name": "intersection_npoint_set", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -220281,6 +228171,7 @@ "name": "intersection_set_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -220351,6 +228242,7 @@ "name": "minus_npoint_set", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -220421,6 +228313,7 @@ "name": "minus_set_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -220491,6 +228384,7 @@ "name": "npoint_union_transfn", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -220561,6 +228455,7 @@ "name": "union_npoint_set", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -220631,6 +228526,7 @@ "name": "union_set_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -220701,6 +228597,7 @@ "name": "tnpoint_in", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -220750,6 +228647,7 @@ "name": "tnpoint_from_mfjson", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -220799,6 +228697,7 @@ "name": "tnpoint_out", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -220852,6 +228751,7 @@ "name": "tnpointinst_make", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -220914,6 +228814,7 @@ "name": "tnpoint_from_base_temp", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -220986,6 +228887,7 @@ "name": "tnpointseq_from_base_tstzset", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -221055,6 +228957,7 @@ "name": "tnpointseq_from_base_tstzspan", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -221135,6 +229038,7 @@ "name": "tnpointseqset_from_base_tstzspanset", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -221215,6 +229119,7 @@ "name": "tgeompoint_to_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -221271,6 +229176,7 @@ "name": "tnpoint_to_tgeompoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -221327,6 +229233,7 @@ "name": "tnpoint_cumulative_length", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -221383,6 +229290,7 @@ "name": "tnpoint_end_value", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -221438,6 +229346,7 @@ "name": "tnpoint_length", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -221481,6 +229390,7 @@ "name": "tnpoint_positions", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment **", "canonical": "struct Nsegment **" @@ -221559,6 +229469,7 @@ "name": "tnpoint_route", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -221601,6 +229512,7 @@ "name": "tnpoint_routes", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -221656,6 +229568,7 @@ "name": "tnpoint_speed", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -221712,6 +229625,7 @@ "name": "tnpoint_start_value", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -221767,6 +229681,7 @@ "name": "tnpoint_trajectory", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -221822,6 +229737,7 @@ "name": "tnpoint_value_at_timestamptz", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -221909,6 +229825,7 @@ "name": "tnpoint_value_n", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -221987,6 +229904,7 @@ "name": "tnpoint_values", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint **", "canonical": "struct Npoint **" @@ -222066,6 +229984,7 @@ "name": "tnpoint_twcentroid", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -222121,6 +230040,7 @@ "name": "tnpoint_at_geom", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222199,6 +230119,7 @@ "name": "tnpoint_at_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222271,6 +230192,7 @@ "name": "tnpoint_at_npointset", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222343,6 +230265,7 @@ "name": "tnpoint_at_stbox", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222425,6 +230348,7 @@ "name": "tnpoint_minus_geom", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222503,6 +230427,7 @@ "name": "tnpoint_minus_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222575,6 +230500,7 @@ "name": "tnpoint_minus_npointset", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222647,6 +230573,7 @@ "name": "tnpoint_minus_stbox", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222729,6 +230656,7 @@ "name": "tdistance_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222801,6 +230729,7 @@ "name": "tdistance_tnpoint_geo", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222879,6 +230808,7 @@ "name": "tdistance_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -222952,6 +230882,7 @@ "name": "nad_tnpoint_geo", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -223017,6 +230948,7 @@ "name": "nad_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -223076,6 +231008,7 @@ "name": "nad_tnpoint_stbox", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -223135,6 +231068,7 @@ "name": "nad_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -223195,6 +231129,7 @@ "name": "nai_tnpoint_geo", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -223271,6 +231206,7 @@ "name": "nai_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -223341,6 +231277,7 @@ "name": "nai_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -223412,6 +231349,7 @@ "name": "shortestline_tnpoint_geo", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -223489,6 +231427,7 @@ "name": "shortestline_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -223560,6 +231499,7 @@ "name": "shortestline_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -223632,6 +231572,7 @@ "name": "tnpoint_tcentroid_transfn", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -223688,6 +231629,7 @@ "name": "always_eq_npoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -223747,6 +231689,7 @@ "name": "always_eq_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -223806,6 +231749,7 @@ "name": "always_eq_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -223866,6 +231810,7 @@ "name": "always_ne_npoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -223925,6 +231870,7 @@ "name": "always_ne_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -223984,6 +231930,7 @@ "name": "always_ne_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -224044,6 +231991,7 @@ "name": "ever_eq_npoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -224103,6 +232051,7 @@ "name": "ever_eq_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -224162,6 +232111,7 @@ "name": "ever_eq_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -224222,6 +232172,7 @@ "name": "ever_ne_npoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -224281,6 +232232,7 @@ "name": "ever_ne_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -224340,6 +232292,7 @@ "name": "ever_ne_tnpoint_tnpoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -224400,6 +232353,7 @@ "name": "teq_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -224472,6 +232426,7 @@ "name": "tne_tnpoint_npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -224544,6 +232499,7 @@ "name": "pcpoint_hex_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -224592,6 +232548,7 @@ "name": "pcpoint_hex_out", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -224644,6 +232601,7 @@ "name": "pcpoint_from_hexwkb", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -224692,6 +232650,7 @@ "name": "pcpoint_as_hexwkb", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -224734,6 +232693,7 @@ "name": "pcpoint_make", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -224755,6 +232715,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -224800,6 +232775,7 @@ "name": "pcpoint_copy", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -224854,6 +232830,7 @@ "name": "pcpoint_get_pcid", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -224895,6 +232872,7 @@ "name": "pcpoint_hash", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -224936,6 +232914,7 @@ "name": "pcpoint_hash_extended", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -224986,6 +232965,7 @@ "name": "pcpoint_get_x", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -225051,6 +233031,7 @@ "name": "pcpoint_get_y", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -225116,6 +233097,7 @@ "name": "pcpoint_get_z", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -225181,6 +233163,7 @@ "name": "pcpoint_get_dim", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -225256,6 +233239,7 @@ "name": "pcpoint_to_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -225318,6 +233302,7 @@ "name": "meos_pc_schema", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "PCSCHEMA *", "canonical": "struct PCSCHEMA *" @@ -225352,6 +233337,7 @@ "name": "meos_pc_schema_register", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -225395,6 +233381,7 @@ "name": "meos_pc_schema_from_dims", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "PCSCHEMA *", "canonical": "struct PCSCHEMA *" @@ -225468,6 +233455,7 @@ "name": "meos_pc_schema_register_dims", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -225542,6 +233530,7 @@ "name": "meos_pc_schema_register_xml", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -225595,6 +233584,7 @@ "name": "meos_pc_schema_xml", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -225630,6 +233620,7 @@ "name": "meos_pc_schema_clear", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -225653,6 +233644,7 @@ "name": "meos_pc_schema_srid", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -225688,6 +233680,7 @@ "name": "meos_pc_schema_compression", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "const char *", "canonical": "const char *" @@ -225723,6 +233716,7 @@ "name": "meos_pc_schema_ndims", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -225758,6 +233752,7 @@ "name": "meos_set_pointcloud_schemas_xml", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -225793,6 +233788,7 @@ "name": "pcpoint_cmp", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -225851,6 +233847,7 @@ "name": "pcpoint_eq", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -225909,6 +233906,7 @@ "name": "pcpoint_ne", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -225967,6 +233965,7 @@ "name": "pcpoint_lt", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -226025,6 +234024,7 @@ "name": "pcpoint_le", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -226083,6 +234083,7 @@ "name": "pcpoint_gt", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -226141,6 +234142,7 @@ "name": "pcpoint_ge", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -226199,6 +234201,7 @@ "name": "pcpatch_hex_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -226247,6 +234250,7 @@ "name": "pcpatch_hex_out", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -226299,6 +234303,7 @@ "name": "pcpatch_from_hexwkb", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -226347,6 +234352,7 @@ "name": "pcpatch_as_hexwkb", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -226389,6 +234395,7 @@ "name": "pcpatch_make", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -226405,6 +234412,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "points", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Pcpoint *", + "canonical": "struct Pcpoint *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -226452,6 +234474,7 @@ "name": "pcpatch_make_coords", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -226473,6 +234496,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -226518,6 +234556,7 @@ "name": "pcpatch_copy", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -226572,6 +234611,7 @@ "name": "pcpatch_get_pcid", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -226613,6 +234653,7 @@ "name": "pcpatch_npoints", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -226650,10 +234691,155 @@ } } }, + { + "name": "pcpatch_point_n", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "Pcpoint *", + "canonical": "struct Pcpoint *" + }, + "params": [ + { + "name": "pa", + "cType": "const Pcpatch *", + "canonical": "const struct Pcpatch *" + }, + { + "name": "n", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "accessor", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pa", + "kind": "serialized", + "cType": "const struct Pcpatch *", + "decode": "pcpatch_hex_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "n", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Pcpoint *", + "encode": "pcpoint_hex_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, + { + "name": "pcpatch_points", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "Pcpoint **", + "canonical": "struct Pcpoint **" + }, + "params": [ + { + "name": "pa", + "cType": "const Pcpatch *", + "canonical": "const struct Pcpatch *" + }, + { + "name": "count", + "cType": "int *", + "canonical": "int *" + } + ], + "shape": { + "arrayReturn": { + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Pcpoint *", + "canonical": "struct Pcpoint *" + } + }, + "outParams": [ + "count" + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pa", + "kind": "serialized", + "cType": "const struct Pcpatch *", + "decode": "pcpatch_hex_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "array", + "element": { + "kind": "serialized", + "cType": "struct Pcpoint *", + "encode": "pcpoint_hex_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + }, + "count_outparam": "count" + } + } + }, { "name": "pcpatch_hash", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -226695,6 +234881,7 @@ "name": "pcpatch_hash_extended", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -226745,6 +234932,7 @@ "name": "pcpatch_to_geom", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -226799,6 +234987,7 @@ "name": "pcpatch_cmp", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -226857,6 +235046,7 @@ "name": "pcpatch_eq", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -226915,6 +235105,7 @@ "name": "pcpatch_ne", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -226973,6 +235164,7 @@ "name": "pcpatch_lt", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -227031,6 +235223,7 @@ "name": "pcpatch_le", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -227089,6 +235282,7 @@ "name": "pcpatch_gt", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -227147,6 +235341,7 @@ "name": "pcpatch_ge", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -227205,6 +235400,7 @@ "name": "pcpointset_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -227253,6 +235449,7 @@ "name": "pcpointset_out", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -227305,6 +235502,7 @@ "name": "pcpointset_make", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -227321,6 +235519,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Pcpoint *", + "canonical": "struct Pcpoint *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -227368,6 +235581,7 @@ "name": "pcpoint_to_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -227422,6 +235636,7 @@ "name": "pcpointset_start_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -227476,6 +235691,7 @@ "name": "pcpointset_end_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -227530,6 +235746,7 @@ "name": "pcpointset_value_n", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -227607,6 +235824,7 @@ "name": "pcpointset_values", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint **", "canonical": "struct Pcpoint **" @@ -227685,6 +235903,7 @@ "name": "contains_set_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -227743,6 +235962,7 @@ "name": "contained_pcpoint_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -227801,6 +236021,7 @@ "name": "intersection_pcpoint_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -227871,6 +236092,7 @@ "name": "intersection_set_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -227941,6 +236163,7 @@ "name": "minus_pcpoint_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228011,6 +236234,7 @@ "name": "minus_set_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228081,6 +236305,7 @@ "name": "union_pcpoint_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228151,6 +236376,7 @@ "name": "union_set_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228221,6 +236447,7 @@ "name": "pcpoint_union_transfn", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228291,6 +236518,7 @@ "name": "pcpatchset_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228339,6 +236567,7 @@ "name": "pcpatchset_out", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -228391,6 +236620,7 @@ "name": "pcpatchset_make", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228407,6 +236637,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Pcpatch *", + "canonical": "struct Pcpatch *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -228454,6 +236699,7 @@ "name": "pcpatch_to_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228508,6 +236754,7 @@ "name": "pcpatchset_start_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -228562,6 +236809,7 @@ "name": "pcpatchset_end_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -228616,6 +236864,7 @@ "name": "pcpatchset_value_n", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -228693,6 +236942,7 @@ "name": "pcpatchset_values", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch **", "canonical": "struct Pcpatch **" @@ -228771,6 +237021,7 @@ "name": "contains_set_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -228829,6 +237080,7 @@ "name": "contained_pcpatch_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -228887,6 +237139,7 @@ "name": "intersection_pcpatch_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -228957,6 +237210,7 @@ "name": "intersection_set_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -229027,6 +237281,7 @@ "name": "minus_pcpatch_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -229097,6 +237352,7 @@ "name": "minus_set_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -229167,6 +237423,7 @@ "name": "union_pcpatch_set", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -229237,6 +237494,7 @@ "name": "union_set_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -229307,6 +237565,7 @@ "name": "pcpatch_union_transfn", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -229377,6 +237636,7 @@ "name": "tpcbox_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -229424,6 +237684,7 @@ "name": "tpcbox_out", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -229475,6 +237736,7 @@ "name": "tpcbox_make", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -229652,6 +237914,7 @@ "name": "tpcbox_copy", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -229704,6 +237967,7 @@ "name": "pcpatch_to_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -229767,6 +238031,7 @@ "name": "tpcbox_hasx", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -229808,6 +238073,7 @@ "name": "tpcbox_hasz", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -229849,6 +238115,7 @@ "name": "tpcbox_hast", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -229890,6 +238157,7 @@ "name": "tpcbox_geodetic", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -229931,6 +238199,7 @@ "name": "tpcbox_xmin", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -229985,6 +238254,7 @@ "name": "tpcbox_xmax", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230039,6 +238309,7 @@ "name": "tpcbox_ymin", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230093,6 +238364,7 @@ "name": "tpcbox_ymax", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230147,6 +238419,7 @@ "name": "tpcbox_zmin", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230201,6 +238474,7 @@ "name": "tpcbox_zmax", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230255,6 +238529,7 @@ "name": "tpcbox_tmin", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230310,6 +238585,7 @@ "name": "tpcbox_tmin_inc", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230364,6 +238640,7 @@ "name": "tpcbox_tmax", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230419,6 +238696,7 @@ "name": "tpcbox_tmax_inc", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230473,6 +238751,7 @@ "name": "tpcbox_srid", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -230514,6 +238793,7 @@ "name": "tpcbox_pcid", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -230554,6 +238834,7 @@ "name": "tpcbox_to_stbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -230607,6 +238888,7 @@ "name": "tpcbox_round", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -230669,6 +238951,7 @@ "name": "tpcbox_set_srid", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -230731,6 +239014,7 @@ "name": "union_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -230808,6 +239092,7 @@ "name": "inter_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -230879,6 +239164,7 @@ "name": "intersection_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -230946,6 +239232,7 @@ "name": "contains_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231002,6 +239289,7 @@ "name": "contained_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231058,6 +239346,7 @@ "name": "overlaps_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231114,6 +239403,7 @@ "name": "same_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231170,6 +239460,7 @@ "name": "adjacent_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231226,6 +239517,7 @@ "name": "tpcbox_cmp", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -231282,6 +239574,7 @@ "name": "tpcbox_eq", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231338,6 +239631,7 @@ "name": "tpcbox_ne", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231394,6 +239688,7 @@ "name": "tpcbox_lt", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231450,6 +239745,7 @@ "name": "tpcbox_le", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231506,6 +239802,7 @@ "name": "tpcbox_gt", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231562,6 +239859,7 @@ "name": "tpcbox_ge", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231618,6 +239916,7 @@ "name": "left_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231674,6 +239973,7 @@ "name": "overleft_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231730,6 +240030,7 @@ "name": "right_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231786,6 +240087,7 @@ "name": "overright_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231842,6 +240144,7 @@ "name": "below_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231898,6 +240201,7 @@ "name": "overbelow_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -231954,6 +240258,7 @@ "name": "above_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232010,6 +240315,7 @@ "name": "overabove_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232066,6 +240372,7 @@ "name": "front_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232122,6 +240429,7 @@ "name": "overfront_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232178,6 +240486,7 @@ "name": "back_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232234,6 +240543,7 @@ "name": "overback_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232290,6 +240600,7 @@ "name": "before_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232346,6 +240657,7 @@ "name": "overbefore_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232402,6 +240714,7 @@ "name": "after_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232458,6 +240771,7 @@ "name": "overafter_tpcbox_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -232511,27 +240825,23 @@ } }, { - "name": "ensure_same_pcid_tpcbox", + "name": "tpcpoint_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "Temporal *", + "canonical": "struct Temporal *" }, "params": [ { - "name": "box1", - "cType": "const TPCBox *", - "canonical": "const struct TPCBox *" - }, - { - "name": "box2", - "cType": "const TPCBox *", - "canonical": "const struct TPCBox *" + "name": "str", + "cType": "const char *", + "canonical": "const char *" } ], "api": "internal", - "category": "predicate", + "category": "io", "network": { "exposable": false, "method": null, @@ -232540,39 +240850,38 @@ "wire": { "params": [ { - "name": "box1", - "kind": "serialized", - "cType": "const struct TPCBox *", - "decode": "tpcbox_in", - "decode_aux": [], - "encodings": [ - "text" - ] - }, - { - "name": "box2", - "kind": "serialized", - "cType": "const struct TPCBox *", - "decode": "tpcbox_in", - "decode_aux": [], - "encodings": [ - "text" - ] + "name": "str", + "kind": "json", + "json": "string" } ], "result": { - "kind": "json", - "json": "boolean" + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] } } }, { - "name": "tpointcloud_to_tgeompoint", + "name": "tpcpoint_out", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "char *", + "canonical": "char *" }, "params": [ { @@ -232582,7 +240891,7 @@ } ], "api": "internal", - "category": "conversion", + "category": "io", "network": { "exposable": false, "method": null, @@ -232603,6 +240912,43 @@ ] } ], + "result": { + "kind": "json", + "json": "string" + } + } + }, + { + "name": "tpcpatch_in", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + } + ], "result": { "kind": "serialized", "cType": "struct Temporal *", @@ -232623,12 +240969,13 @@ } }, { - "name": "tpcpatch_to_tgeometry", + "name": "tpcpatch_out", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "char *", + "canonical": "char *" }, "params": [ { @@ -232638,7 +240985,7 @@ } ], "api": "internal", - "category": "conversion", + "category": "io", "network": { "exposable": false, "method": null, @@ -232659,10 +241006,47 @@ ] } ], + "result": { + "kind": "json", + "json": "string" + } + } + }, + { + "name": "tpcpointinst_in", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "TInstant *", + "canonical": "struct TInstant *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + } + ], "result": { "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", + "cType": "struct TInstant *", + "encode": "tinstant_out", "encode_aux": [ { "name": "maxdd", @@ -232671,62 +241055,57 @@ } ], "encodings": [ - "mfjson", - "text", - "wkb" + "text" ] } } }, { - "name": "tpcpointinst_make", + "name": "tpcpointseq_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { - "c": "TInstant *", - "canonical": "struct TInstant *" + "c": "TSequence *", + "canonical": "struct TSequence *" }, "params": [ { - "name": "pt", - "cType": "const Pcpoint *", - "canonical": "const struct Pcpoint *" + "name": "str", + "cType": "const char *", + "canonical": "const char *" }, { - "name": "t", - "cType": "TimestampTz", - "canonical": "TimestampTz" + "name": "interp", + "cType": "interpType", + "canonical": "interpType" } ], "api": "internal", - "category": "constructor", + "category": "io", "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:TimestampTz" + "reason": "internal" }, "wire": { "params": [ { - "name": "pt", - "kind": "serialized", - "cType": "const struct Pcpoint *", - "decode": "pcpoint_hex_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "str", + "kind": "json", + "json": "string" }, { - "name": "t", - "kind": "unsupported" + "name": "interp", + "kind": "json", + "json": "string", + "enum": "interpType" } ], "result": { "kind": "serialized", - "cType": "struct TInstant *", - "encode": "tinstant_out", + "cType": "struct TSequence *", + "encode": "tsequence_out", "encode_aux": [ { "name": "maxdd", @@ -232741,27 +241120,23 @@ } }, { - "name": "tpcpointseq_from_base_tstzset", + "name": "tpcpointseqset_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { - "c": "TSequence *", - "canonical": "struct TSequence *" + "c": "TSequenceSet *", + "canonical": "struct TSequenceSet *" }, "params": [ { - "name": "pt", - "cType": "const Pcpoint *", - "canonical": "const struct Pcpoint *" - }, - { - "name": "s", - "cType": "const Set *", - "canonical": "const struct Set *" + "name": "str", + "cType": "const char *", + "canonical": "const char *" } ], "api": "internal", - "category": "conversion", + "category": "io", "network": { "exposable": false, "method": null, @@ -232770,32 +241145,63 @@ "wire": { "params": [ { - "name": "pt", - "kind": "serialized", - "cType": "const struct Pcpoint *", - "decode": "pcpoint_hex_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, + "name": "str", + "kind": "json", + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct TSequenceSet *", + "encode": "tsequenceset_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text" + ] + } + } + }, + { + "name": "tpcpatchinst_in", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "TInstant *", + "canonical": "struct TInstant *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "s", - "kind": "serialized", - "cType": "const struct Set *", - "decode": "bigintset_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "str", + "kind": "json", + "json": "string" } ], "result": { "kind": "serialized", - "cType": "struct TSequence *", - "encode": "tsequence_out", + "cType": "struct TInstant *", + "encode": "tinstant_out", "encode_aux": [ { "name": "maxdd", @@ -232810,27 +241216,28 @@ } }, { - "name": "tpcpointseq_from_base_tstzspan", + "name": "tpcpatchseq_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" }, "params": [ { - "name": "pt", - "cType": "const Pcpoint *", - "canonical": "const struct Pcpoint *" + "name": "str", + "cType": "const char *", + "canonical": "const char *" }, { - "name": "sp", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "interp", + "cType": "interpType", + "canonical": "interpType" } ], "api": "internal", - "category": "conversion", + "category": "io", "network": { "exposable": false, "method": null, @@ -232839,26 +241246,15 @@ "wire": { "params": [ { - "name": "pt", - "kind": "serialized", - "cType": "const struct Pcpoint *", - "decode": "pcpoint_hex_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "str", + "kind": "json", + "json": "string" }, { - "name": "sp", - "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "interp", + "kind": "json", + "json": "string", + "enum": "interpType" } ], "result": { @@ -232879,27 +241275,23 @@ } }, { - "name": "tpcpointseqset_from_base_tstzspanset", + "name": "tpcpatchseqset_in", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" }, "params": [ { - "name": "pt", - "cType": "const Pcpoint *", - "canonical": "const struct Pcpoint *" - }, - { - "name": "ss", - "cType": "const SpanSet *", - "canonical": "const struct SpanSet *" + "name": "str", + "cType": "const char *", + "canonical": "const char *" } ], "api": "internal", - "category": "conversion", + "category": "io", "network": { "exposable": false, "method": null, @@ -232908,26 +241300,9 @@ "wire": { "params": [ { - "name": "pt", - "kind": "serialized", - "cType": "const struct Pcpoint *", - "decode": "pcpoint_hex_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, - { - "name": "ss", - "kind": "serialized", - "cType": "const struct SpanSet *", - "decode": "bigintspanset_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "str", + "kind": "json", + "json": "string" } ], "result": { @@ -232948,19 +241323,15 @@ } }, { - "name": "tpcpoint_from_base_temp", + "name": "tpointcloud_to_tgeompoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" }, "params": [ - { - "name": "pt", - "cType": "const Pcpoint *", - "canonical": "const struct Pcpoint *" - }, { "name": "temp", "cType": "const Temporal *", @@ -232976,17 +241347,409 @@ }, "wire": { "params": [ - { - "name": "pt", - "kind": "serialized", - "cType": "const struct Pcpoint *", - "decode": "pcpoint_hex_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "tpcpatch_to_tgeometry", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "tpcpointinst_make", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "TInstant *", + "canonical": "struct TInstant *" + }, + "params": [ + { + "name": "pt", + "cType": "const Pcpoint *", + "canonical": "const struct Pcpoint *" + }, + { + "name": "t", + "cType": "TimestampTz", + "canonical": "TimestampTz" + } + ], + "api": "internal", + "category": "constructor", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:TimestampTz" + }, + "wire": { + "params": [ + { + "name": "pt", + "kind": "serialized", + "cType": "const struct Pcpoint *", + "decode": "pcpoint_hex_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "t", + "kind": "unsupported" + } + ], + "result": { + "kind": "serialized", + "cType": "struct TInstant *", + "encode": "tinstant_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text" + ] + } + } + }, + { + "name": "tpcpointseq_from_base_tstzset", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "TSequence *", + "canonical": "struct TSequence *" + }, + "params": [ + { + "name": "pt", + "cType": "const Pcpoint *", + "canonical": "const struct Pcpoint *" + }, + { + "name": "s", + "cType": "const Set *", + "canonical": "const struct Set *" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pt", + "kind": "serialized", + "cType": "const struct Pcpoint *", + "decode": "pcpoint_hex_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "s", + "kind": "serialized", + "cType": "const struct Set *", + "decode": "bigintset_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct TSequence *", + "encode": "tsequence_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text" + ] + } + } + }, + { + "name": "tpcpointseq_from_base_tstzspan", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "TSequence *", + "canonical": "struct TSequence *" + }, + "params": [ + { + "name": "pt", + "cType": "const Pcpoint *", + "canonical": "const struct Pcpoint *" + }, + { + "name": "sp", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pt", + "kind": "serialized", + "cType": "const struct Pcpoint *", + "decode": "pcpoint_hex_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "sp", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct TSequence *", + "encode": "tsequence_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text" + ] + } + } + }, + { + "name": "tpcpointseqset_from_base_tstzspanset", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "TSequenceSet *", + "canonical": "struct TSequenceSet *" + }, + "params": [ + { + "name": "pt", + "cType": "const Pcpoint *", + "canonical": "const struct Pcpoint *" + }, + { + "name": "ss", + "cType": "const SpanSet *", + "canonical": "const struct SpanSet *" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pt", + "kind": "serialized", + "cType": "const struct Pcpoint *", + "decode": "pcpoint_hex_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "ss", + "kind": "serialized", + "cType": "const struct SpanSet *", + "decode": "bigintspanset_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct TSequenceSet *", + "encode": "tsequenceset_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text" + ] + } + } + }, + { + "name": "tpcpoint_from_base_temp", + "file": "meos_pointcloud.h", + "family": "POINTCLOUD", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "pt", + "cType": "const Pcpoint *", + "canonical": "const struct Pcpoint *" + }, + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pt", + "kind": "serialized", + "cType": "const struct Pcpoint *", + "decode": "pcpoint_hex_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, { "name": "temp", "kind": "serialized", @@ -233023,6 +241786,7 @@ "name": "tpcpoint_start_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -233078,6 +241842,7 @@ "name": "tpcpoint_end_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -233133,6 +241898,7 @@ "name": "tpcpoint_value_n", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -233211,6 +241977,7 @@ "name": "tpcpoint_values", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint **", "canonical": "struct Pcpoint **" @@ -233290,6 +242057,7 @@ "name": "tpcpoint_value_at_timestamptz", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -233377,6 +242145,7 @@ "name": "tpcpoint_at_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -233449,6 +242218,7 @@ "name": "tpcpoint_minus_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -233521,6 +242291,7 @@ "name": "tpcpatchinst_make", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -233583,6 +242354,7 @@ "name": "tpcpatchseq_from_base_tstzset", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -233652,6 +242424,7 @@ "name": "tpcpatchseq_from_base_tstzspan", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -233721,6 +242494,7 @@ "name": "tpcpatchseqset_from_base_tstzspanset", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -233790,6 +242564,7 @@ "name": "tpcpatch_from_base_temp", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -233862,6 +242637,7 @@ "name": "tpcpatch_start_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -233917,6 +242693,7 @@ "name": "tpcpatch_end_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -233972,6 +242749,7 @@ "name": "tpcpatch_value_n", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -234050,6 +242828,7 @@ "name": "tpcpatch_values", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch **", "canonical": "struct Pcpatch **" @@ -234129,6 +242908,7 @@ "name": "tpcpatch_value_at_timestamptz", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -234216,6 +242996,7 @@ "name": "tpcpatch_at_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -234288,6 +243069,7 @@ "name": "tpcpatch_minus_value", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -234360,6 +243142,7 @@ "name": "ever_eq_pcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234419,6 +243202,7 @@ "name": "ever_eq_tpcpoint_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234478,6 +243262,7 @@ "name": "ever_eq_tpcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234538,6 +243323,7 @@ "name": "ever_ne_pcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234597,6 +243383,7 @@ "name": "ever_ne_tpcpoint_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234656,6 +243443,7 @@ "name": "ever_ne_tpcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234716,6 +243504,7 @@ "name": "always_eq_pcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234775,6 +243564,7 @@ "name": "always_eq_tpcpoint_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234834,6 +243624,7 @@ "name": "always_eq_tpcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234894,6 +243685,7 @@ "name": "always_ne_pcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -234953,6 +243745,7 @@ "name": "always_ne_tpcpoint_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235012,6 +243805,7 @@ "name": "always_ne_tpcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235072,6 +243866,7 @@ "name": "ever_eq_pcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235131,6 +243926,7 @@ "name": "ever_eq_tpcpatch_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235190,6 +243986,7 @@ "name": "ever_eq_tpcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235250,6 +244047,7 @@ "name": "ever_ne_pcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235309,6 +244107,7 @@ "name": "ever_ne_tpcpatch_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235368,6 +244167,7 @@ "name": "ever_ne_tpcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235428,6 +244228,7 @@ "name": "always_eq_pcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235487,6 +244288,7 @@ "name": "always_eq_tpcpatch_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235546,6 +244348,7 @@ "name": "always_eq_tpcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235606,6 +244409,7 @@ "name": "always_ne_pcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235665,6 +244469,7 @@ "name": "always_ne_tpcpatch_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235724,6 +244529,7 @@ "name": "always_ne_tpcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -235784,6 +244590,7 @@ "name": "teq_pcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -235856,6 +244663,7 @@ "name": "teq_tpcpoint_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -235928,6 +244736,7 @@ "name": "tne_pcpoint_tpcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -236000,6 +244809,7 @@ "name": "tne_tpcpoint_pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -236072,6 +244882,7 @@ "name": "teq_pcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -236144,6 +244955,7 @@ "name": "teq_tpcpatch_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -236216,6 +245028,7 @@ "name": "tne_pcpatch_tpcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -236288,6 +245101,7 @@ "name": "tne_tpcpatch_pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -236360,6 +245174,7 @@ "name": "adjacent_tpcbox_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236418,6 +245233,7 @@ "name": "adjacent_tpointcloud_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236476,6 +245292,7 @@ "name": "adjacent_tpointcloud_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236536,6 +245353,7 @@ "name": "contained_tpcbox_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236594,6 +245412,7 @@ "name": "contained_tpointcloud_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236652,6 +245471,7 @@ "name": "contained_tpointcloud_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236712,6 +245532,7 @@ "name": "contains_tpcbox_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236770,6 +245591,7 @@ "name": "contains_tpointcloud_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236828,6 +245650,7 @@ "name": "contains_tpointcloud_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236888,6 +245711,7 @@ "name": "overlaps_tpcbox_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -236946,6 +245770,7 @@ "name": "overlaps_tpointcloud_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -237004,6 +245829,7 @@ "name": "overlaps_tpointcloud_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -237064,6 +245890,7 @@ "name": "same_tpcbox_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -237122,6 +245949,7 @@ "name": "same_tpointcloud_tpcbox", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -237180,6 +246008,7 @@ "name": "same_tpointcloud_tpointcloud", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -237240,6 +246069,7 @@ "name": "eintersects_tpcpoint_geo", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -237305,6 +246135,7 @@ "name": "nad_tpcpoint_geo", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -237370,6 +246201,7 @@ "name": "pose_as_ewkt", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -237422,6 +246254,7 @@ "name": "pose_as_hexwkb", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -237488,6 +246321,7 @@ "name": "pose_as_text", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -237540,6 +246374,7 @@ "name": "pose_as_wkb", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -237605,6 +246440,7 @@ "name": "pose_from_wkb", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -237621,6 +246457,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -237661,6 +246512,7 @@ "name": "pose_from_hexwkb", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -237709,6 +246561,7 @@ "name": "pose_in", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -237757,6 +246610,7 @@ "name": "pose_out", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -237809,6 +246663,7 @@ "name": "pose_from_geopose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -237857,6 +246712,7 @@ "name": "pose_as_geopose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -237919,6 +246775,7 @@ "name": "tpose_from_geopose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -237968,6 +246825,7 @@ "name": "tpose_as_geopose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -238031,6 +246889,7 @@ "name": "tpose_as_geopose_stream_header", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -238084,6 +246943,7 @@ "name": "tpose_as_geopose_stream_element", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -238152,6 +247012,7 @@ "name": "tpose_as_geopose_stream", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -238205,6 +247066,7 @@ "name": "geopose_frames", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "const GeoPoseFrame *", "canonical": "const GeoPoseFrame *" @@ -238254,6 +247116,7 @@ "name": "geopose_frame", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "const GeoPoseFrame *", "canonical": "const GeoPoseFrame *" @@ -238289,6 +247152,7 @@ "name": "pose_apply_geo", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -238365,6 +247229,7 @@ "name": "tpose_apply_geo", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -238443,6 +247308,7 @@ "name": "tpose_compose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -238515,6 +247381,7 @@ "name": "pose_compose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -238587,6 +247454,7 @@ "name": "tpose_compose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -238660,6 +247528,7 @@ "name": "tpose_inverse", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -238716,6 +247585,7 @@ "name": "pose_copy", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -238770,6 +247640,7 @@ "name": "pose_make_2d", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -238858,6 +247729,7 @@ "name": "pose_make_3d", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -238986,6 +247858,7 @@ "name": "pose_make_point2d", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -239056,6 +247929,7 @@ "name": "pose_make_point3d", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -239156,6 +248030,7 @@ "name": "pose_make_point3d_ypr", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -239246,6 +248121,7 @@ "name": "pose_to_point", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -239300,6 +248176,7 @@ "name": "pose_to_stbox", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -239354,6 +248231,7 @@ "name": "pose_hash", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -239395,6 +248273,7 @@ "name": "pose_hash_extended", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -239445,6 +248324,7 @@ "name": "pose_quaternion", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double *", "canonical": "double *" @@ -239510,6 +248390,7 @@ "name": "pose_ypr", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double *", "canonical": "double *" @@ -239575,6 +248456,7 @@ "name": "pose_yaw", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -239617,6 +248499,7 @@ "name": "pose_pitch", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -239659,6 +248542,7 @@ "name": "pose_roll", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -239701,6 +248585,7 @@ "name": "pose_angular_distance", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -239759,6 +248644,7 @@ "name": "pose_compose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -239829,6 +248715,7 @@ "name": "pose_inverse", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -239883,6 +248770,7 @@ "name": "pose_normalize", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -239937,6 +248825,7 @@ "name": "pose_round", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -240001,6 +248890,7 @@ "name": "posearr_round", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose **", "canonical": "struct Pose **" @@ -240022,6 +248912,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "posearr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Pose *", + "canonical": "struct Pose *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -240061,6 +248966,7 @@ "name": "pose_set_srid", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -240125,6 +249031,7 @@ "name": "pose_srid", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -240167,6 +249074,7 @@ "name": "pose_transform", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -240231,6 +249139,7 @@ "name": "pose_transform_pipeline", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -240315,6 +249224,7 @@ "name": "pose_tstzspan_to_stbox", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -240385,6 +249295,7 @@ "name": "pose_timestamptz_to_stbox", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -240448,6 +249359,7 @@ "name": "distance_pose_geo", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -240512,6 +249424,7 @@ "name": "distance_pose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -240570,6 +249483,7 @@ "name": "distance_pose_stbox", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -240628,6 +249542,7 @@ "name": "pose_cmp", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -240686,6 +249601,7 @@ "name": "pose_eq", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -240744,6 +249660,7 @@ "name": "pose_ge", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -240802,6 +249719,7 @@ "name": "pose_gt", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -240860,6 +249778,7 @@ "name": "pose_le", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -240918,6 +249837,7 @@ "name": "pose_lt", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -240976,6 +249896,7 @@ "name": "pose_ne", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -241034,6 +249955,7 @@ "name": "pose_nsame", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -241092,6 +250014,7 @@ "name": "pose_same", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -241150,6 +250073,7 @@ "name": "poseset_in", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -241198,6 +250122,7 @@ "name": "poseset_out", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -241250,6 +250175,7 @@ "name": "poseset_make", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -241266,6 +250192,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Pose *", + "canonical": "struct Pose *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -241313,6 +250254,7 @@ "name": "pose_to_set", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -241367,6 +250309,7 @@ "name": "poseset_end_value", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -241421,6 +250364,7 @@ "name": "poseset_start_value", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -241475,6 +250419,7 @@ "name": "poseset_value_n", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -241552,6 +250497,7 @@ "name": "poseset_values", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose **", "canonical": "struct Pose **" @@ -241630,6 +250576,7 @@ "name": "contained_pose_set", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -241688,6 +250635,7 @@ "name": "contains_set_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -241746,6 +250694,7 @@ "name": "intersection_pose_set", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -241816,6 +250765,7 @@ "name": "intersection_set_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -241886,6 +250836,7 @@ "name": "minus_pose_set", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -241956,6 +250907,7 @@ "name": "minus_set_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -242026,6 +250978,7 @@ "name": "pose_union_transfn", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -242096,6 +251049,7 @@ "name": "union_pose_set", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -242166,6 +251120,7 @@ "name": "union_set_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -242236,6 +251191,7 @@ "name": "tpose_from_mfjson", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -242285,6 +251241,7 @@ "name": "tpose_in", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -242334,6 +251291,7 @@ "name": "tposeinst_make", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -242396,6 +251354,7 @@ "name": "tpose_from_base_temp", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -242468,6 +251427,7 @@ "name": "tposeseq_from_base_tstzset", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -242537,6 +251497,7 @@ "name": "tposeseq_from_base_tstzspan", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -242617,6 +251578,7 @@ "name": "tposeseqset_from_base_tstzspanset", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -242697,6 +251659,7 @@ "name": "tpose_make", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -242708,7 +251671,7 @@ "canonical": "const struct Temporal *" }, { - "name": "tradius", + "name": "ttheta", "cType": "const Temporal *", "canonical": "const struct Temporal *" } @@ -242735,7 +251698,7 @@ ] }, { - "name": "tradius", + "name": "ttheta", "kind": "serialized", "cType": "const struct Temporal *", "decode": "tbigint_in", @@ -242770,6 +251733,7 @@ "name": "tpose_to_tpoint", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -242826,6 +251790,7 @@ "name": "tpose_end_value", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -242881,6 +251846,7 @@ "name": "tpose_points", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -242936,6 +251902,7 @@ "name": "tpose_yaw", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -242992,6 +251959,7 @@ "name": "tpose_pitch", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243048,6 +252016,7 @@ "name": "tpose_roll", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243104,6 +252073,7 @@ "name": "tpose_speed", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243160,6 +252130,7 @@ "name": "tpose_angular_speed", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243216,6 +252187,7 @@ "name": "tpose_start_value", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -243271,6 +252243,7 @@ "name": "tpose_trajectory", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -243326,6 +252299,7 @@ "name": "tpose_value_at_timestamptz", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -243413,6 +252387,7 @@ "name": "tpose_value_n", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -243491,6 +252466,7 @@ "name": "tpose_values", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose **", "canonical": "struct Pose **" @@ -243570,6 +252546,7 @@ "name": "tpose_at_elevation", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243642,6 +252619,7 @@ "name": "tpose_at_geom", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243720,6 +252698,7 @@ "name": "tpose_at_stbox", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243802,6 +252781,7 @@ "name": "tpose_at_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243874,6 +252854,7 @@ "name": "tpose_minus_elevation", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -243946,6 +252927,7 @@ "name": "tpose_minus_geom", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -244024,6 +253006,7 @@ "name": "tpose_minus_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -244096,6 +253079,7 @@ "name": "tpose_minus_stbox", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -244178,6 +253162,7 @@ "name": "tdistance_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -244250,6 +253235,7 @@ "name": "tdistance_tpose_geo", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -244328,6 +253314,7 @@ "name": "tdistance_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -244401,6 +253388,7 @@ "name": "nad_tpose_geo", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -244466,6 +253454,7 @@ "name": "nad_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -244525,6 +253514,7 @@ "name": "nad_tpose_stbox", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -244584,6 +253574,7 @@ "name": "nad_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -244644,6 +253635,7 @@ "name": "nai_tpose_geo", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -244720,6 +253712,7 @@ "name": "nai_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -244790,6 +253783,7 @@ "name": "nai_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -244861,6 +253855,7 @@ "name": "shortestline_tpose_geo", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -244938,6 +253933,7 @@ "name": "shortestline_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -245009,6 +254005,7 @@ "name": "shortestline_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -245081,6 +254078,7 @@ "name": "always_eq_pose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245140,6 +254138,7 @@ "name": "always_eq_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245199,6 +254198,7 @@ "name": "always_eq_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245259,6 +254259,7 @@ "name": "always_ne_pose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245318,6 +254319,7 @@ "name": "always_ne_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245377,6 +254379,7 @@ "name": "always_ne_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245437,6 +254440,7 @@ "name": "ever_eq_pose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245496,6 +254500,7 @@ "name": "ever_eq_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245555,6 +254560,7 @@ "name": "ever_eq_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245615,6 +254621,7 @@ "name": "ever_ne_pose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245674,6 +254681,7 @@ "name": "ever_ne_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245733,6 +254741,7 @@ "name": "ever_ne_tpose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -245793,6 +254802,7 @@ "name": "teq_pose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -245865,6 +254875,7 @@ "name": "teq_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -245937,6 +254948,7 @@ "name": "tne_pose_tpose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -246009,6 +255021,7 @@ "name": "tne_tpose_pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -246079,8 +255092,9 @@ }, { "name": "posechain_in", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -246127,8 +255141,9 @@ }, { "name": "posechain_out", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -246179,8 +255194,9 @@ }, { "name": "posechain_as_text", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -246231,8 +255247,9 @@ }, { "name": "posechain_as_ewkt", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -246283,8 +255300,9 @@ }, { "name": "posechain_as_wkb", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -246348,8 +255366,9 @@ }, { "name": "posechain_as_hexwkb", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -246414,8 +255433,9 @@ }, { "name": "posechain_from_wkb", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -246432,6 +255452,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -246470,8 +255505,9 @@ }, { "name": "posechain_from_hexwkb", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -246518,8 +255554,9 @@ }, { "name": "posechain_make", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -246536,6 +255573,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "poses", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Pose *", + "canonical": "struct Pose *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -246581,8 +255633,9 @@ }, { "name": "posechain_copy", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -246635,8 +255688,9 @@ }, { "name": "posechain_append", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -246705,8 +255759,9 @@ }, { "name": "pose_to_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -246759,8 +255814,9 @@ }, { "name": "posechain_to_pose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -246813,8 +255869,9 @@ }, { "name": "posechain_prefix_pose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -246877,8 +255934,9 @@ }, { "name": "posechain_to_point", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -246931,8 +255989,9 @@ }, { "name": "posechain_to_stbox", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -246985,8 +256044,9 @@ }, { "name": "posechain_timestamptz_to_stbox", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -247048,8 +256108,9 @@ }, { "name": "posechain_tstzspan_to_stbox", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -247118,8 +256179,9 @@ }, { "name": "posechain_num_poses", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -247160,8 +256222,9 @@ }, { "name": "posechain_start_pose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -247214,8 +256277,9 @@ }, { "name": "posechain_end_pose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -247268,8 +256332,9 @@ }, { "name": "posechain_pose_n", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -247332,8 +256397,9 @@ }, { "name": "posechain_poses", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Pose **", "canonical": "struct Pose **" @@ -247410,8 +256476,9 @@ }, { "name": "posechain_hash", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -247451,8 +256518,9 @@ }, { "name": "posechain_hash_extended", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -247501,8 +256569,9 @@ }, { "name": "posechain_round", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -247565,8 +256634,9 @@ }, { "name": "posechain_srid", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int32_t", "canonical": "int" @@ -247607,8 +256677,9 @@ }, { "name": "posechain_set_srid", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -247671,8 +256742,9 @@ }, { "name": "posechain_transform", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -247735,8 +256807,9 @@ }, { "name": "posechain_transform_pipeline", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -247819,8 +256892,9 @@ }, { "name": "tposechain_from_geopose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -247868,8 +256942,9 @@ }, { "name": "tposechain_as_geopose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -247921,8 +256996,9 @@ }, { "name": "tposechainarr_as_geopose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -247944,6 +257020,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "temparr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ] + }, "api": "internal", "category": "conversion", "network": { @@ -247983,8 +257074,9 @@ }, { "name": "posechain_eq", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248041,8 +257133,9 @@ }, { "name": "posechain_ne", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248099,8 +257192,9 @@ }, { "name": "posechain_same", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248157,8 +257251,9 @@ }, { "name": "posechain_nsame", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248215,8 +257310,9 @@ }, { "name": "posechain_cmp", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -248273,8 +257369,9 @@ }, { "name": "posechain_lt", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248331,8 +257428,9 @@ }, { "name": "posechain_le", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248389,8 +257487,9 @@ }, { "name": "posechain_gt", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248447,8 +257546,9 @@ }, { "name": "posechain_ge", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248505,8 +257605,9 @@ }, { "name": "posechainset_in", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -248553,8 +257654,9 @@ }, { "name": "posechainset_out", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -248605,8 +257707,9 @@ }, { "name": "posechainset_make", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -248623,6 +257726,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "PoseChain *", + "canonical": "struct PoseChain *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -248668,8 +257786,9 @@ }, { "name": "posechain_to_set", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -248722,8 +257841,9 @@ }, { "name": "posechainset_end_value", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -248776,8 +257896,9 @@ }, { "name": "posechainset_start_value", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -248830,8 +257951,9 @@ }, { "name": "posechainset_value_n", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -248907,8 +258029,9 @@ }, { "name": "posechainset_values", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain **", "canonical": "struct PoseChain **" @@ -248985,8 +258108,9 @@ }, { "name": "contained_posechain_set", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -249043,8 +258167,9 @@ }, { "name": "contains_set_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -249101,8 +258226,9 @@ }, { "name": "intersection_posechain_set", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -249171,8 +258297,9 @@ }, { "name": "intersection_set_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -249241,8 +258368,9 @@ }, { "name": "minus_posechain_set", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -249311,8 +258439,9 @@ }, { "name": "minus_set_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -249381,8 +258510,9 @@ }, { "name": "posechain_union_transfn", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -249451,8 +258581,9 @@ }, { "name": "union_posechain_set", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -249521,8 +258652,9 @@ }, { "name": "union_set_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -249591,8 +258723,9 @@ }, { "name": "tposechain_in", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -249640,8 +258773,9 @@ }, { "name": "tposechain_from_mfjson", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -249689,8 +258823,9 @@ }, { "name": "tposechain_from_base_temp", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -249761,8 +258896,9 @@ }, { "name": "tposechain_to_tpose", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -249817,8 +258953,9 @@ }, { "name": "tposechain_num_poses", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -249860,8 +258997,9 @@ }, { "name": "always_eq_posechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -249919,8 +259057,9 @@ }, { "name": "always_eq_tposechain_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -249978,8 +259117,9 @@ }, { "name": "always_eq_tposechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250038,8 +259178,9 @@ }, { "name": "always_ne_posechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250097,8 +259238,9 @@ }, { "name": "always_ne_tposechain_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250156,8 +259298,9 @@ }, { "name": "always_ne_tposechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250216,8 +259359,9 @@ }, { "name": "ever_eq_posechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250275,8 +259419,9 @@ }, { "name": "ever_eq_tposechain_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250334,8 +259479,9 @@ }, { "name": "ever_eq_tposechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250394,8 +259540,9 @@ }, { "name": "ever_ne_posechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250453,8 +259600,9 @@ }, { "name": "ever_ne_tposechain_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250512,8 +259660,9 @@ }, { "name": "ever_ne_tposechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -250572,8 +259721,9 @@ }, { "name": "teq_posechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -250644,8 +259794,9 @@ }, { "name": "teq_tposechain_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -250716,8 +259867,9 @@ }, { "name": "tne_posechain_tposechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -250788,8 +259940,9 @@ }, { "name": "tne_tposechain_posechain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -250862,6 +260015,7 @@ "name": "quadbin_in", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -250897,6 +260051,7 @@ "name": "quadbin_eq", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -250941,6 +260096,7 @@ "name": "quadbin_ne", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -250985,6 +260141,7 @@ "name": "quadbin_lt", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -251029,6 +260186,7 @@ "name": "quadbin_le", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -251073,6 +260231,7 @@ "name": "quadbin_gt", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -251117,6 +260276,7 @@ "name": "quadbin_ge", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -251161,6 +260321,7 @@ "name": "quadbin_cmp", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -251205,6 +260366,7 @@ "name": "quadbin_hash", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -251239,6 +260401,7 @@ "name": "quadbin_hash_extended", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -251282,6 +260445,7 @@ "name": "quadbin_is_valid_index", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -251317,6 +260481,7 @@ "name": "quadbin_is_valid_cell", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -251352,6 +260517,7 @@ "name": "quadbin_tile_to_cell", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -251404,6 +260570,7 @@ "name": "quadbin_cell_to_tile", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -251473,6 +260640,7 @@ "name": "quadbin_get_resolution", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -251507,6 +260675,7 @@ "name": "quadbin_cell_to_parent", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -251550,6 +260719,7 @@ "name": "quadbin_cell_to_children", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t *", "canonical": "uint64_t *" @@ -251617,6 +260787,7 @@ "name": "quadbin_cell_sibling", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -251661,6 +260832,7 @@ "name": "quadbin_k_ring", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t *", "canonical": "uint64_t *" @@ -251729,6 +260901,7 @@ "name": "quadbin_point_to_cell", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -251783,6 +260956,7 @@ "name": "geo_to_quadbin_cell", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -251840,6 +261014,7 @@ "name": "quadbin_cell_to_geompoint", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -251887,6 +261062,7 @@ "name": "quadbin_cell_to_geom", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -251934,6 +261110,7 @@ "name": "quadbin_to_stbox", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -251981,6 +261158,7 @@ "name": "quadbin_timestamptz_to_stbox", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -252037,6 +261215,7 @@ "name": "quadbin_tstzspan_to_stbox", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -252100,6 +261279,7 @@ "name": "quadbin_cell_area", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -252135,6 +261315,7 @@ "name": "quadbin_index_to_string", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -252170,6 +261351,7 @@ "name": "quadbin_string_to_index", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -252205,6 +261387,7 @@ "name": "quadbin_cell_to_quadkey", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -252240,6 +261423,7 @@ "name": "quadbin_grid_disk", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -252297,6 +261481,7 @@ "name": "quadbin_cell_to_children_set", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -252350,10 +261535,103 @@ } } }, + { + "name": "quadbinset_in", + "file": "meos_quadbin.h", + "family": "QUADBIN", + "vendored": false, + "returnType": { + "c": "Set *", + "canonical": "struct Set *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Set *", + "encode": "set_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, + { + "name": "quadbinset_out", + "file": "meos_quadbin.h", + "family": "QUADBIN", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "s", + "cType": "const Set *", + "canonical": "const struct Set *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "s", + "kind": "serialized", + "cType": "const struct Set *", + "decode": "bigintset_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, { "name": "tquadbin_in", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -252403,6 +261681,7 @@ "name": "tquadbininst_in", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -252450,6 +261729,7 @@ "name": "tquadbinseq_in", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -252508,6 +261788,7 @@ "name": "tquadbinseqset_in", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -252551,10 +261832,55 @@ } } }, + { + "name": "tquadbin_out", + "file": "meos_quadbin.h", + "family": "QUADBIN", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, { "name": "tquadbin_make", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -252612,6 +261938,7 @@ "name": "tquadbininst_make", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -252667,6 +261994,7 @@ "name": "tquadbinseq_make", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -252698,6 +262026,32 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "uint64_t", + "canonical": "uint64_t" + } + }, + { + "param": "times", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TimestampTz", + "canonical": "TimestampTz" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -252752,6 +262106,7 @@ "name": "tquadbinseqset_make", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -252768,6 +262123,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -252808,6 +262178,7 @@ "name": "tquadbin_start_value", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -252850,6 +262221,7 @@ "name": "tquadbin_end_value", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -252892,6 +262264,7 @@ "name": "tquadbin_value_n", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -252959,6 +262332,7 @@ "name": "tquadbin_values", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t *", "canonical": "uint64_t *" @@ -253025,6 +262399,7 @@ "name": "tquadbin_value_at_timestamptz", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -253097,10 +262472,59 @@ } } }, + { + "name": "quadbin_to_set", + "file": "meos_quadbin.h", + "family": "QUADBIN", + "vendored": false, + "returnType": { + "c": "Set *", + "canonical": "struct Set *" + }, + "params": [ + { + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "cell", + "kind": "unsupported" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Set *", + "encode": "set_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, { "name": "tbigint_to_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -253157,6 +262581,7 @@ "name": "tquadbin_to_tbigint", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -253213,6 +262638,7 @@ "name": "ever_eq_quadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253265,6 +262691,7 @@ "name": "ever_eq_tquadbin_quadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253317,6 +262744,7 @@ "name": "ever_ne_quadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253369,6 +262797,7 @@ "name": "ever_ne_tquadbin_quadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253421,6 +262850,7 @@ "name": "always_eq_quadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253473,6 +262903,7 @@ "name": "always_eq_tquadbin_quadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253525,6 +262956,7 @@ "name": "always_ne_quadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253577,6 +263009,7 @@ "name": "always_ne_tquadbin_quadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253629,6 +263062,7 @@ "name": "ever_eq_tquadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253689,6 +263123,7 @@ "name": "ever_ne_tquadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253749,6 +263184,7 @@ "name": "always_eq_tquadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253809,6 +263245,7 @@ "name": "always_ne_tquadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -253869,6 +263306,7 @@ "name": "teq_quadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -253934,6 +263372,7 @@ "name": "teq_tquadbin_quadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -253999,6 +263438,7 @@ "name": "teq_tquadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -254072,6 +263512,7 @@ "name": "tne_quadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -254137,6 +263578,7 @@ "name": "tne_tquadbin_quadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -254202,6 +263644,7 @@ "name": "tne_tquadbin_tquadbin", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -254271,10 +263714,78 @@ } } }, + { + "name": "tgeompoint_to_tquadbin", + "file": "meos_quadbin.h", + "family": "QUADBIN", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "resolution", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "resolution", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, { "name": "tquadbin_cell_to_quadkey", "file": "meos_quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -254331,6 +263842,7 @@ "name": "raquet_pixtype_size", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -254367,6 +263879,7 @@ "name": "raquet_pixtype_from_string", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "MeosPixType", "canonical": "MeosPixType" @@ -254404,6 +263917,7 @@ "name": "raquet_in", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raquet *", "canonical": "struct Raquet *" @@ -254446,6 +263960,7 @@ "name": "raquet_out", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -254488,6 +264003,7 @@ "name": "raquet_from_wkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raquet *", "canonical": "struct Raquet *" @@ -254504,6 +264020,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -254538,6 +264069,7 @@ "name": "raquet_from_hexwkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raquet *", "canonical": "struct Raquet *" @@ -254580,6 +264112,7 @@ "name": "raquet_as_wkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -254645,6 +264178,7 @@ "name": "raquet_as_hexwkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -254711,6 +264245,7 @@ "name": "raquet_make", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raquet *", "canonical": "struct Raquet *" @@ -254757,6 +264292,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "pixels", + "lengthFrom": { + "kind": "param", + "name": "pixels_size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -254821,6 +264371,7 @@ "name": "raquet_copy", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raquet *", "canonical": "struct Raquet *" @@ -254869,6 +264420,7 @@ "name": "raquet_read", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raquet *", "canonical": "struct Raquet *" @@ -254920,6 +264472,7 @@ "name": "raquet_read_bytes", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raquet *", "canonical": "struct Raquet *" @@ -254941,6 +264494,21 @@ "canonical": "uint64_t" } ], + "shape": { + "inputArrays": [ + { + "param": "data", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -254979,6 +264547,7 @@ "name": "raquet_quadbin", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -255020,6 +264589,7 @@ "name": "raquet_width", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -255062,6 +264632,7 @@ "name": "raquet_height", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -255101,12 +264672,13 @@ } }, { - "name": "raquet_nodata", + "name": "raquet_band_pixel_type", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "double", - "canonical": "double" + "c": "char *", + "canonical": "char *" }, "params": [ { @@ -255138,17 +264710,18 @@ ], "result": { "kind": "json", - "json": "number" + "json": "string" } } }, { - "name": "raquet_pixtype", + "name": "raquet_band_has_nodata_value", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "char *", - "canonical": "char *" + "c": "bool", + "canonical": "bool" }, "params": [ { @@ -255158,7 +264731,7 @@ } ], "api": "internal", - "category": "transformation", + "category": "predicate", "network": { "exposable": false, "method": null, @@ -255180,7 +264753,63 @@ ], "result": { "kind": "json", - "json": "string" + "json": "boolean" + } + } + }, + { + "name": "raquet_band_nodata_value", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "rq", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + }, + { + "name": "result", + "cType": "double *", + "canonical": "double *" + } + ], + "shape": { + "outParams": [ + "result" + ] + }, + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "rq", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "number", + "from_outparam": "result", + "out_ctype": "double *", + "presence_return": true } } }, @@ -255188,6 +264817,7 @@ "name": "raquet_pixels", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -255243,6 +264873,7 @@ "name": "raquet_hash", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -255284,6 +264915,7 @@ "name": "raquet_hash_extended", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -255334,6 +264966,7 @@ "name": "raster_from_wkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raster *", "canonical": "struct Raster *" @@ -255350,6 +264983,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -255377,6 +265025,7 @@ "name": "raster_from_hexwkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Raster *", "canonical": "struct Raster *" @@ -255412,6 +265061,7 @@ "name": "raster_as_wkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -255422,6 +265072,11 @@ "cType": "const Raster *", "canonical": "const struct Raster *" }, + { + "name": "variant", + "cType": "uint8_t", + "canonical": "unsigned char" + }, { "name": "size_out", "cType": "size_t *", @@ -255452,6 +265107,11 @@ "wkb" ] }, + { + "name": "variant", + "kind": "json", + "json": "integer" + }, { "name": "size_out", "kind": "unsupported" @@ -255466,6 +265126,7 @@ "name": "raster_as_hexwkb", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -255476,6 +265137,11 @@ "cType": "const Raster *", "canonical": "const struct Raster *" }, + { + "name": "variant", + "cType": "uint8_t", + "canonical": "unsigned char" + }, { "name": "size_out", "cType": "size_t *", @@ -255506,6 +265172,11 @@ "wkb" ] }, + { + "name": "variant", + "kind": "json", + "json": "integer" + }, { "name": "size_out", "kind": "unsupported" @@ -255521,6 +265192,7 @@ "name": "raster_num_bands", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -255559,22 +265231,23 @@ } }, { - "name": "raquet_to_stbox", + "name": "raster_width", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "STBox *", - "canonical": "struct STBox *" + "c": "int", + "canonical": "int" }, "params": [ { - "name": "rq", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" } ], "api": "internal", - "category": "conversion", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -255583,57 +265256,40 @@ "wire": { "params": [ { - "name": "rq", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] } ], "result": { - "kind": "serialized", - "cType": "struct STBox *", - "encode": "stbox_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "text", - "wkb" - ] + "kind": "json", + "json": "integer" } } }, { - "name": "raquet_cmp", + "name": "raster_height", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" }, "params": [ { - "name": "rq1", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" - }, - { - "name": "rq2", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -255642,24 +265298,12 @@ "wire": { "params": [ { - "name": "rq1", - "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, - { - "name": "rq2", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] } @@ -255671,27 +265315,23 @@ } }, { - "name": "raquet_eq", + "name": "raster_srid", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "int32_t", + "canonical": "int" }, "params": [ { - "name": "rq1", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" - }, - { - "name": "rq2", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" } ], "api": "internal", - "category": "predicate", + "category": "accessor", "network": { "exposable": false, "method": null, @@ -255700,56 +265340,40 @@ "wire": { "params": [ { - "name": "rq1", - "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, - { - "name": "rq2", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] } ], "result": { "kind": "json", - "json": "boolean" + "json": "integer" } } }, { - "name": "raquet_ne", + "name": "raster_upper_left_x", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "double", + "canonical": "double" }, "params": [ { - "name": "rq1", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" - }, - { - "name": "rq2", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -255758,56 +265382,82 @@ "wire": { "params": [ { - "name": "rq1", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] - }, + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "raster_upper_left_y", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "rq2", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] } ], "result": { "kind": "json", - "json": "boolean" + "json": "number" } } }, { - "name": "raquet_lt", + "name": "raster_scale_x", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "double", + "canonical": "double" }, "params": [ { - "name": "rq1", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" - }, - { - "name": "rq2", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -255816,56 +265466,82 @@ "wire": { "params": [ { - "name": "rq1", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] - }, + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "raster_scale_y", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "rq2", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] } ], "result": { "kind": "json", - "json": "boolean" + "json": "number" } } }, { - "name": "raquet_le", + "name": "raster_skew_x", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "double", + "canonical": "double" }, "params": [ { - "name": "rq1", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" - }, - { - "name": "rq2", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -255874,56 +265550,87 @@ "wire": { "params": [ { - "name": "rq1", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] - }, + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, + { + "name": "raster_skew_y", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "rq2", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] } ], "result": { "kind": "json", - "json": "boolean" + "json": "number" } } }, { - "name": "raquet_ge", + "name": "raster_band_pixel_type", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "char *", + "canonical": "char *" }, "params": [ { - "name": "rq1", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "rq2", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "band", + "cType": "int", + "canonical": "int" } ], "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -255932,52 +265639,46 @@ "wire": { "params": [ { - "name": "rq1", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] }, { - "name": "rq2", - "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "band", + "kind": "json", + "json": "integer" } ], "result": { "kind": "json", - "json": "boolean" + "json": "string" } } }, { - "name": "raquet_gt", + "name": "raster_band_has_nodata_value", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" }, "params": [ { - "name": "rq1", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "rq2", - "cType": "const Raquet *", - "canonical": "const struct Raquet *" + "name": "band", + "cType": "int", + "canonical": "int" } ], "api": "internal", @@ -255990,26 +265691,19 @@ "wire": { "params": [ { - "name": "rq1", + "name": "rast", "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] }, { - "name": "rq2", - "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "band", + "kind": "json", + "json": "integer" } ], "result": { @@ -256019,587 +265713,568 @@ } }, { - "name": "raster_value", + "name": "raster_band_nodata_value", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "bool", + "canonical": "bool" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "sample", - "cType": "raster_sample_fn", - "canonical": "bool (*)(void *, const int *, double *)" + "name": "band", + "cType": "int", + "canonical": "int" }, { - "name": "ctx", - "cType": "void *", - "canonical": "void *" + "name": "result", + "cType": "double *", + "canonical": "double *" } ], + "shape": { + "outParams": [ + "result" + ] + }, "api": "internal", - "category": "accessor", + "category": "predicate", "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:sample; no-decoder:void" + "reason": "internal" }, "wire": { "params": [ { - "name": "traj", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "box", + "name": "rast", "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] }, { - "name": "sample", - "kind": "unsupported" - }, - { - "name": "ctx", - "kind": "unsupported" + "name": "band", + "kind": "json", + "json": "integer" } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "json", + "json": "number", + "from_outparam": "result", + "out_ctype": "double *", + "presence_return": true } } }, { - "name": "raster_at_value", + "name": "raster_clip", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "Raster *", + "canonical": "struct Raster *" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" + "name": "bands", + "cType": "const int *", + "canonical": "const int *" }, { - "name": "sample", - "cType": "raster_sample_fn", - "canonical": "bool (*)(void *, const int *, double *)" + "name": "nbands", + "cType": "int", + "canonical": "int" }, { - "name": "ctx", - "cType": "void *", - "canonical": "void *" + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "nodata", + "cType": "const double *", + "canonical": "const double *" + }, + { + "name": "nnodata", + "cType": "int", + "canonical": "int" + }, + { + "name": "crop", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "touched", + "cType": "bool", + "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "bands", + "lengthFrom": { + "kind": "param", + "name": "nbands" + }, + "element": { + "c": "int", + "canonical": "int" + } + }, + { + "param": "nodata", + "lengthFrom": { + "kind": "param", + "name": "nnodata" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ], + "nullable": [ + "bands", + "nodata" + ] + }, "api": "internal", - "category": "accessor", + "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:sample; no-decoder:void" + "reason": "internal; array-or-out-param:bands; array-or-out-param:nodata; no-encoder:Raster" }, "wire": { "params": [ { - "name": "traj", + "name": "rast", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "mfjson", - "text", "wkb" ] }, { - "name": "box", + "name": "bands", + "kind": "unsupported" + }, + { + "name": "nbands", + "kind": "json", + "json": "integer" + }, + { + "name": "gs", "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", - "decode_aux": [], + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], "encodings": [ - "text", - "wkb" + "mfjson", + "text" ] }, { - "name": "sample", + "name": "nodata", "kind": "unsupported" }, { - "name": "ctx", - "kind": "unsupported" + "name": "nnodata", + "kind": "json", + "json": "integer" }, { - "name": "vspan", - "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "crop", + "kind": "json", + "json": "boolean" + }, + { + "name": "touched", + "kind": "json", + "json": "boolean" } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "unsupported" } } }, { - "name": "raster_minus_value", + "name": "raster_transform", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "Raster *", + "canonical": "struct Raster *" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" + "name": "srid", + "cType": "int32_t", + "canonical": "int" }, { - "name": "sample", - "cType": "raster_sample_fn", - "canonical": "bool (*)(void *, const int *, double *)" + "name": "algorithm", + "cType": "const char *", + "canonical": "const char *" }, { - "name": "ctx", - "cType": "void *", - "canonical": "void *" + "name": "max_err", + "cType": "double", + "canonical": "double" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "scale_x", + "cType": "double", + "canonical": "double" + }, + { + "name": "scale_y", + "cType": "double", + "canonical": "double" } ], "api": "internal", - "category": "accessor", + "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:sample; no-decoder:void" + "reason": "internal; no-encoder:Raster" }, "wire": { "params": [ { - "name": "traj", + "name": "rast", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "mfjson", - "text", "wkb" ] }, { - "name": "box", - "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "srid", + "kind": "json", + "json": "integer" }, { - "name": "sample", - "kind": "unsupported" + "name": "algorithm", + "kind": "json", + "json": "string" }, { - "name": "ctx", - "kind": "unsupported" + "name": "max_err", + "kind": "json", + "json": "number" }, { - "name": "vspan", - "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "scale_x", + "kind": "json", + "json": "number" + }, + { + "name": "scale_y", + "kind": "json", + "json": "number" } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "unsupported" } } }, { - "name": "eraster_value", + "name": "raster_transform_raster", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "int", - "canonical": "int" + "c": "Raster *", + "canonical": "struct Raster *" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "sample", - "cType": "raster_sample_fn", - "canonical": "bool (*)(void *, const int *, double *)" + "name": "alignto", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "ctx", - "cType": "void *", - "canonical": "void *" + "name": "algorithm", + "cType": "const char *", + "canonical": "const char *" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "max_err", + "cType": "double", + "canonical": "double" } ], "api": "internal", - "category": "accessor", + "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:sample; no-decoder:void" + "reason": "internal; no-encoder:Raster" }, "wire": { "params": [ { - "name": "traj", + "name": "rast", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "mfjson", - "text", "wkb" ] }, { - "name": "box", + "name": "alignto", "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "text", "wkb" ] }, { - "name": "sample", - "kind": "unsupported" - }, - { - "name": "ctx", - "kind": "unsupported" + "name": "algorithm", + "kind": "json", + "json": "string" }, { - "name": "vspan", - "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "max_err", + "kind": "json", + "json": "number" } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { - "name": "araster_value", + "name": "raster_rescale", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "int", - "canonical": "int" + "c": "Raster *", + "canonical": "struct Raster *" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" + "name": "scale_x", + "cType": "double", + "canonical": "double" }, { - "name": "sample", - "cType": "raster_sample_fn", - "canonical": "bool (*)(void *, const int *, double *)" + "name": "scale_y", + "cType": "double", + "canonical": "double" }, { - "name": "ctx", - "cType": "void *", - "canonical": "void *" + "name": "algorithm", + "cType": "const char *", + "canonical": "const char *" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "max_err", + "cType": "double", + "canonical": "double" } ], "api": "internal", - "category": "accessor", + "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:sample; no-decoder:void" + "reason": "internal; no-encoder:Raster" }, "wire": { "params": [ { - "name": "traj", + "name": "rast", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "mfjson", - "text", "wkb" ] }, { - "name": "box", - "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "scale_x", + "kind": "json", + "json": "number" }, { - "name": "sample", - "kind": "unsupported" + "name": "scale_y", + "kind": "json", + "json": "number" }, { - "name": "ctx", - "kind": "unsupported" + "name": "algorithm", + "kind": "json", + "json": "string" }, { - "name": "vspan", - "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "max_err", + "kind": "json", + "json": "number" } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { - "name": "raster_value_gdal", + "name": "raster_dump_as_polygons", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "GeomVal *", + "canonical": "struct GeomVal *" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "path", - "cType": "const char *", - "canonical": "const char *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { "name": "band", "cType": "int", "canonical": "int" + }, + { + "name": "exclude_nodata", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "count", + "cType": "int *", + "canonical": "int *" } ], + "shape": { + "arrayReturn": { + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "GeomVal", + "canonical": "struct GeomVal" + } + }, + "outParams": [ + "count" + ] + }, "api": "internal", - "category": "transformation", + "category": "conversion", "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; array-or-out-param:count; no-encoder:GeomVal" }, "wire": { "params": [ { - "name": "traj", + "name": "rast", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "mfjson", - "text", "wkb" ] }, { - "name": "path", + "name": "band", "kind": "json", - "json": "string" + "json": "integer" }, { - "name": "band", + "name": "exclude_nodata", "kind": "json", - "json": "integer" + "json": "boolean" + }, + { + "name": "count", + "kind": "unsupported" } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "unsupported" } } }, { - "name": "raster_at_value_gdal", + "name": "raster_summary_stats", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "BandStats *", + "canonical": "BandStats *" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "path", - "cType": "const char *", - "canonical": "const char *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { "name": "band", @@ -256607,9 +266282,9 @@ "canonical": "int" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "exclude_nodata", + "cType": "bool", + "canonical": "bool" } ], "api": "internal", @@ -256617,91 +266292,75 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-encoder:BandStats" }, "wire": { "params": [ { - "name": "traj", + "name": "rast", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "mfjson", - "text", "wkb" ] }, - { - "name": "path", - "kind": "json", - "json": "string" - }, { "name": "band", "kind": "json", "json": "integer" }, { - "name": "vspan", - "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] + "name": "exclude_nodata", + "kind": "json", + "json": "boolean" } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "unsupported" } } }, { - "name": "raster_minus_value_gdal", + "name": "raster_reclass", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "Raster *", + "canonical": "struct Raster *" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "path", + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "expr", "cType": "const char *", "canonical": "const char *" }, { - "name": "band", - "cType": "int", - "canonical": "int" + "name": "pixeltype", + "cType": "const char *", + "canonical": "const char *" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "has_nodata", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "nodataval", + "cType": "double", + "canonical": "double" } ], "api": "internal", @@ -256709,37 +266368,126 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-encoder:Raster" }, "wire": { "params": [ { - "name": "traj", + "name": "rast", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", "decode_aux": [], "encodings": [ - "mfjson", - "text", "wkb" ] }, { - "name": "path", + "name": "band", + "kind": "json", + "json": "integer" + }, + { + "name": "expr", "kind": "json", "json": "string" }, { - "name": "band", + "name": "pixeltype", "kind": "json", - "json": "integer" + "json": "string" }, { - "name": "vspan", + "name": "has_nodata", + "kind": "json", + "json": "boolean" + }, + { + "name": "nodataval", + "kind": "json", + "json": "number" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "geomval_arr_free", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "gvarr", + "cType": "GeomVal *", + "canonical": "struct GeomVal *" + }, + { + "name": "count", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:GeomVal" + }, + "wire": { + "params": [ + { + "name": "gvarr", + "kind": "unsupported" + }, + { + "name": "count", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "void" + } + } + }, + { + "name": "raquet_to_stbox", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "STBox *", + "canonical": "struct STBox *" + }, + "params": [ + { + "name": "rq", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "rq", "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", + "cType": "const struct Raquet *", + "decode": "raquet_in", "decode_aux": [], "encodings": [ "text", @@ -256749,8 +266497,8 @@ ], "result": { "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", + "cType": "struct STBox *", + "encode": "stbox_out", "encode_aux": [ { "name": "maxdd", @@ -256759,7 +266507,6 @@ } ], "encodings": [ - "mfjson", "text", "wkb" ] @@ -256767,37 +266514,82 @@ } }, { - "name": "eraster_value_gdal", + "name": "raster_to_stbox", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "STBox *", + "canonical": "struct STBox *" + }, + "params": [ + { + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "rast", + "kind": "serialized", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", + "decode_aux": [], + "encodings": [ + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct STBox *", + "encode": "stbox_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, + { + "name": "raquet_cmp", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "int", "canonical": "int" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "path", - "cType": "const char *", - "canonical": "const char *" - }, - { - "name": "band", - "cType": "int", - "canonical": "int" + "name": "rq1", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "rq2", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" } ], "api": "internal", - "category": "transformation", + "category": "predicate", "network": { "exposable": false, "method": null, @@ -256806,32 +266598,21 @@ "wire": { "params": [ { - "name": "traj", + "name": "rq1", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raquet *", + "decode": "raquet_in", "decode_aux": [], "encodings": [ - "mfjson", "text", "wkb" ] }, { - "name": "path", - "kind": "json", - "json": "string" - }, - { - "name": "band", - "kind": "json", - "json": "integer" - }, - { - "name": "vspan", + "name": "rq2", "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", + "cType": "const struct Raquet *", + "decode": "raquet_in", "decode_aux": [], "encodings": [ "text", @@ -256846,37 +266627,28 @@ } }, { - "name": "araster_value_gdal", + "name": "raquet_eq", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "int", - "canonical": "int" + "c": "bool", + "canonical": "bool" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "path", - "cType": "const char *", - "canonical": "const char *" - }, - { - "name": "band", - "cType": "int", - "canonical": "int" + "name": "rq1", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" }, { - "name": "vspan", - "cType": "const Span *", - "canonical": "const struct Span *" + "name": "rq2", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" } ], "api": "internal", - "category": "transformation", + "category": "predicate", "network": { "exposable": false, "method": null, @@ -256885,32 +266657,21 @@ "wire": { "params": [ { - "name": "traj", + "name": "rq1", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raquet *", + "decode": "raquet_in", "decode_aux": [], "encodings": [ - "mfjson", "text", "wkb" ] }, { - "name": "path", - "kind": "json", - "json": "string" - }, - { - "name": "band", - "kind": "json", - "json": "integer" - }, - { - "name": "vspan", + "name": "rq2", "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", + "cType": "const struct Raquet *", + "decode": "raquet_in", "decode_aux": [], "encodings": [ "text", @@ -256920,166 +266681,269 @@ ], "result": { "kind": "json", - "json": "integer" + "json": "boolean" } } }, { - "name": "raster_tile_value_quadbin", + "name": "raquet_ne", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "bool", + "canonical": "bool" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "pixels", - "cType": "const uint8_t *", - "canonical": "const uint8_t *" - }, - { - "name": "pixels_size", - "cType": "size_t", - "canonical": "size_t" - }, - { - "name": "width", - "cType": "int", - "canonical": "int" - }, - { - "name": "height", - "cType": "int", - "canonical": "int" - }, - { - "name": "quadbin", - "cType": "uint64_t", - "canonical": "uint64_t" - }, - { - "name": "pixtype", - "cType": "MeosPixType", - "canonical": "MeosPixType" - }, - { - "name": "nodata", - "cType": "double", - "canonical": "double" + "name": "rq1", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" }, { - "name": "has_nodata", - "cType": "bool", - "canonical": "bool" + "name": "rq2", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" } ], "api": "internal", - "category": "transformation", + "category": "predicate", "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint8_t; no-decoder:size_t; no-decoder:uint64_t" + "reason": "internal" }, "wire": { "params": [ { - "name": "traj", + "name": "rq1", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raquet *", + "decode": "raquet_in", "decode_aux": [], "encodings": [ - "mfjson", "text", "wkb" ] }, { - "name": "pixels", - "kind": "unsupported" - }, - { - "name": "pixels_size", - "kind": "unsupported" - }, + "name": "rq2", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "raquet_lt", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "rq1", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + }, + { + "name": "rq2", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "width", - "kind": "json", - "json": "integer" + "name": "rq1", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] }, { - "name": "height", - "kind": "json", - "json": "integer" - }, + "name": "rq2", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "raquet_le", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "rq1", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + }, + { + "name": "rq2", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "quadbin", - "kind": "unsupported" + "name": "rq1", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] }, { - "name": "pixtype", - "kind": "json", - "json": "string", - "enum": "MeosPixType" - }, + "name": "rq2", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "raquet_ge", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "rq1", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + }, + { + "name": "rq2", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ { - "name": "nodata", - "kind": "json", - "json": "number" + "name": "rq1", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] }, { - "name": "has_nodata", - "kind": "json", - "json": "boolean" + "name": "rq2", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "json", + "json": "boolean" } } }, { - "name": "raster_tile_value", + "name": "raquet_gt", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" + "c": "bool", + "canonical": "bool" }, "params": [ { - "name": "traj", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" + "name": "rq1", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" }, { - "name": "rq", + "name": "rq2", "cType": "const Raquet *", "canonical": "const struct Raquet *" } ], "api": "internal", - "category": "accessor", + "category": "predicate", "network": { "exposable": false, "method": null, @@ -257088,19 +266952,18 @@ "wire": { "params": [ { - "name": "traj", + "name": "rq1", "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", + "cType": "const struct Raquet *", + "decode": "raquet_in", "decode_aux": [], "encodings": [ - "mfjson", "text", "wkb" ] }, { - "name": "rq", + "name": "rq2", "kind": "serialized", "cType": "const struct Raquet *", "decode": "raquet_in", @@ -257112,28 +266975,16 @@ } ], "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] + "kind": "json", + "json": "boolean" } } }, { - "name": "raster_tile_value_array", + "name": "raster_value", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -257145,18 +266996,28 @@ "canonical": "const struct Temporal *" }, { - "name": "rqarr", - "cType": "const Raquet **", - "canonical": "const struct Raquet **" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "count", + "name": "band", "cType": "int", "canonical": "int" + }, + { + "name": "exclude_nodata", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "resample", + "cType": "const char *", + "canonical": "const char *" } ], "api": "internal", - "category": "transformation", + "category": "accessor", "network": { "exposable": false, "method": null, @@ -257177,19 +267038,29 @@ ] }, { - "name": "rqarr", - "kind": "array", - "count_param": "count", - "element": { - "kind": "serialized", - "cType": "const struct Raquet *", - "decode": "raquet_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - } + "name": "rast", + "kind": "serialized", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", + "decode_aux": [], + "encodings": [ + "wkb" + ] + }, + { + "name": "band", + "kind": "json", + "json": "integer" + }, + { + "name": "exclude_nodata", + "kind": "json", + "json": "boolean" + }, + { + "name": "resample", + "kind": "json", + "json": "string" } ], "result": { @@ -257212,12 +267083,13 @@ } }, { - "name": "trajectory_quadbins", + "name": "raster_at_value", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "returnType": { - "c": "uint64_t *", - "canonical": "uint64_t *" + "c": "Temporal *", + "canonical": "struct Temporal *" }, "params": [ { @@ -257226,37 +267098,27 @@ "canonical": "const struct Temporal *" }, { - "name": "zoom", - "cType": "uint32_t", - "canonical": "uint32_t" + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" }, { - "name": "count", - "cType": "int *", - "canonical": "int *" + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" } ], - "shape": { - "arrayReturn": { - "lengthFrom": { - "kind": "param", - "name": "count" - }, - "element": { - "c": "uint64_t", - "canonical": "uint64_t" - } - }, - "outParams": [ - "count" - ] - }, "api": "internal", - "category": "transformation", + "category": "accessor", "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t; array-or-out-param:count; no-encoder:uint64_t" + "reason": "internal" }, "wire": { "params": [ @@ -257273,47 +267135,30 @@ ] }, { - "name": "zoom", - "kind": "unsupported" + "name": "rast", + "kind": "serialized", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", + "decode_aux": [], + "encodings": [ + "wkb" + ] }, { - "name": "count", - "kind": "unsupported" - } - ], - "result": { - "kind": "unsupported" - } - } - }, - { - "name": "trgeometry_in", - "file": "meos_rgeo.h", - "family": "RGEO", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "str", - "cType": "const char *", - "canonical": "const char *" - } - ], - "api": "internal", - "category": "io", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "str", + "name": "band", "kind": "json", - "json": "string" + "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] } ], "result": { @@ -257336,22 +267181,38 @@ } }, { - "name": "trgeometry_from_mfjson", - "file": "meos_rgeo.h", - "family": "RGEO", + "name": "raster_minus_value", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" }, "params": [ { - "name": "mfjson", - "cType": "const char *", - "canonical": "const char *" + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" + }, + { + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" } ], "api": "internal", - "category": "io", + "category": "accessor", "network": { "exposable": false, "method": null, @@ -257360,9 +267221,42 @@ "wire": { "params": [ { - "name": "mfjson", + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "rast", + "kind": "serialized", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", + "decode_aux": [], + "encodings": [ + "wkb" + ] + }, + { + "name": "band", "kind": "json", - "json": "string" + "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] } ], "result": { @@ -257385,22 +267279,38 @@ } }, { - "name": "trgeometry_out", - "file": "meos_rgeo.h", - "family": "RGEO", + "name": "eraster_value", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, "returnType": { - "c": "char *", - "canonical": "char *" + "c": "int", + "canonical": "int" }, "params": [ { - "name": "temp", + "name": "traj", "cType": "const Temporal *", "canonical": "const struct Temporal *" + }, + { + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" + }, + { + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" } ], "api": "internal", - "category": "io", + "category": "accessor", "network": { "exposable": false, "method": null, @@ -257409,7 +267319,7 @@ "wire": { "params": [ { - "name": "temp", + "name": "traj", "kind": "serialized", "cType": "const struct Temporal *", "decode": "tbigint_in", @@ -257419,36 +267329,73 @@ "text", "wkb" ] + }, + { + "name": "rast", + "kind": "serialized", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", + "decode_aux": [], + "encodings": [ + "wkb" + ] + }, + { + "name": "band", + "kind": "json", + "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] } ], "result": { "kind": "json", - "json": "string" + "json": "integer" } } }, { - "name": "trgeometry_as_text", - "file": "meos_rgeo.h", - "family": "RGEO", + "name": "araster_value", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, "returnType": { - "c": "char *", - "canonical": "char *" + "c": "int", + "canonical": "int" }, "params": [ { - "name": "temp", + "name": "traj", "cType": "const Temporal *", "canonical": "const struct Temporal *" }, { - "name": "maxdd", + "name": "rast", + "cType": "const Raster *", + "canonical": "const struct Raster *" + }, + { + "name": "band", "cType": "int", "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" } ], "api": "internal", - "category": "io", + "category": "accessor", "network": { "exposable": false, "method": null, @@ -257457,7 +267404,7 @@ "wire": { "params": [ { - "name": "temp", + "name": "traj", "kind": "serialized", "cType": "const struct Temporal *", "decode": "tbigint_in", @@ -257469,39 +267416,66 @@ ] }, { - "name": "maxdd", + "name": "rast", + "kind": "serialized", + "cType": "const struct Raster *", + "decode": "raster_from_hexwkb", + "decode_aux": [], + "encodings": [ + "wkb" + ] + }, + { + "name": "band", "kind": "json", "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] } ], "result": { "kind": "json", - "json": "string" + "json": "integer" } } }, { - "name": "trgeometry_as_ewkt", - "file": "meos_rgeo.h", - "family": "RGEO", + "name": "raster_value_gdal", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, "returnType": { - "c": "char *", - "canonical": "char *" + "c": "Temporal *", + "canonical": "struct Temporal *" }, "params": [ { - "name": "temp", + "name": "traj", "cType": "const Temporal *", "canonical": "const struct Temporal *" }, { - "name": "maxdd", + "name": "path", + "cType": "const char *", + "canonical": "const char *" + }, + { + "name": "band", "cType": "int", "canonical": "int" } ], "api": "internal", - "category": "io", + "category": "transformation", "network": { "exposable": false, "method": null, @@ -257510,7 +267484,7 @@ "wire": { "params": [ { - "name": "temp", + "name": "traj", "kind": "serialized", "cType": "const struct Temporal *", "decode": "tbigint_in", @@ -257522,10 +267496,1022 @@ ] }, { - "name": "maxdd", + "name": "path", "kind": "json", - "json": "integer" - } + "json": "string" + }, + { + "name": "band", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "raster_at_value_gdal", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "path", + "cType": "const char *", + "canonical": "const char *" + }, + { + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "path", + "kind": "json", + "json": "string" + }, + { + "name": "band", + "kind": "json", + "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "raster_minus_value_gdal", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "path", + "cType": "const char *", + "canonical": "const char *" + }, + { + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "path", + "kind": "json", + "json": "string" + }, + { + "name": "band", + "kind": "json", + "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "eraster_value_gdal", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "path", + "cType": "const char *", + "canonical": "const char *" + }, + { + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "path", + "kind": "json", + "json": "string" + }, + { + "name": "band", + "kind": "json", + "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "araster_value_gdal", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "path", + "cType": "const char *", + "canonical": "const char *" + }, + { + "name": "band", + "cType": "int", + "canonical": "int" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "path", + "kind": "json", + "json": "string" + }, + { + "name": "band", + "kind": "json", + "json": "integer" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "raster_tile_value_quadbin", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "pixels", + "cType": "const uint8_t *", + "canonical": "const uint8_t *" + }, + { + "name": "pixels_size", + "cType": "size_t", + "canonical": "size_t" + }, + { + "name": "width", + "cType": "int", + "canonical": "int" + }, + { + "name": "height", + "cType": "int", + "canonical": "int" + }, + { + "name": "quadbin", + "cType": "uint64_t", + "canonical": "uint64_t" + }, + { + "name": "pixtype", + "cType": "MeosPixType", + "canonical": "MeosPixType" + }, + { + "name": "nodata", + "cType": "double", + "canonical": "double" + }, + { + "name": "has_nodata", + "cType": "bool", + "canonical": "bool" + } + ], + "shape": { + "inputArrays": [ + { + "param": "pixels", + "lengthFrom": { + "kind": "param", + "name": "pixels_size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint8_t; no-decoder:size_t; no-decoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "pixels", + "kind": "unsupported" + }, + { + "name": "pixels_size", + "kind": "unsupported" + }, + { + "name": "width", + "kind": "json", + "json": "integer" + }, + { + "name": "height", + "kind": "json", + "json": "integer" + }, + { + "name": "quadbin", + "kind": "unsupported" + }, + { + "name": "pixtype", + "kind": "json", + "json": "string", + "enum": "MeosPixType" + }, + { + "name": "nodata", + "kind": "json", + "json": "number" + }, + { + "name": "has_nodata", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "raster_tile_value", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "rq", + "cType": "const Raquet *", + "canonical": "const struct Raquet *" + } + ], + "api": "internal", + "category": "accessor", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "rq", + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "raster_tile_value_array", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "rqarr", + "cType": "const Raquet **", + "canonical": "const struct Raquet **" + }, + { + "name": "count", + "cType": "int", + "canonical": "int" + } + ], + "shape": { + "inputArrays": [ + { + "param": "rqarr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Raquet *", + "canonical": "struct Raquet *" + } + } + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "rqarr", + "kind": "array", + "count_param": "count", + "element": { + "kind": "serialized", + "cType": "const struct Raquet *", + "decode": "raquet_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "trajectory_quadbins", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "uint64_t *", + "canonical": "uint64_t *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "zoom", + "cType": "uint32_t", + "canonical": "uint32_t" + }, + { + "name": "count", + "cType": "int *", + "canonical": "int *" + } + ], + "shape": { + "arrayReturn": { + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "uint64_t", + "canonical": "uint64_t" + } + }, + "outParams": [ + "count" + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint32_t; array-or-out-param:count; no-encoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "zoom", + "kind": "unsupported" + }, + { + "name": "count", + "kind": "unsupported" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "trgeometry_in", + "file": "meos_rgeo.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "trgeometry_from_mfjson", + "file": "meos_rgeo.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "mfjson", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "mfjson", + "kind": "json", + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "trgeometry_out", + "file": "meos_rgeo.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, + { + "name": "trgeometry_as_text", + "file": "meos_rgeo.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "maxdd", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "maxdd", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, + { + "name": "trgeometry_as_ewkt", + "file": "meos_rgeo.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "maxdd", + "cType": "int", + "canonical": "int" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "maxdd", + "kind": "json", + "json": "integer" + } ], "result": { "kind": "json", @@ -257537,6 +268523,7 @@ "name": "trgeometryinst_make", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -257621,6 +268608,7 @@ "name": "trgeometryseq_make", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -257662,6 +268650,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -257745,6 +268748,7 @@ "name": "trgeometryseqset_make", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -257771,6 +268775,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -257833,6 +268852,7 @@ "name": "trgeometryseqset_make_gaps", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -257870,6 +268890,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "nullable": [ "maxt" ] @@ -257963,6 +268996,7 @@ "name": "geometry_tpose_to_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -258041,6 +269075,7 @@ "name": "trgeometry_to_tpose", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -258097,6 +269132,7 @@ "name": "trgeometry_to_tgeompoint", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -258153,6 +269189,7 @@ "name": "trgeometry_to_tgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -258209,6 +269246,7 @@ "name": "trgeometry_end_instant", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -258263,6 +269301,7 @@ "name": "trgeometry_end_sequence", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -258317,6 +269356,7 @@ "name": "trgeometry_end_value", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -258372,6 +269412,7 @@ "name": "trgeometry_geom", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -258427,6 +269468,7 @@ "name": "trgeometry_instant_n", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -258491,6 +269533,7 @@ "name": "trgeometry_instants", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant **", "canonical": "struct TInstant **" @@ -258569,6 +269612,7 @@ "name": "trgeometry_points", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -258624,6 +269668,7 @@ "name": "trgeometry_yaw", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -258680,6 +269725,7 @@ "name": "trgeometry_pitch", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -258736,6 +269782,7 @@ "name": "trgeometry_roll", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -258792,6 +269839,7 @@ "name": "trgeometry_segments", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -258870,6 +269918,7 @@ "name": "trgeometry_sequence_n", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -258934,6 +269983,7 @@ "name": "trgeometry_sequences", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -259012,6 +270062,7 @@ "name": "trgeometry_start_instant", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -259066,6 +270117,7 @@ "name": "trgeometry_start_sequence", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -259120,6 +270172,7 @@ "name": "trgeometry_start_value", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -259175,6 +270228,7 @@ "name": "trgeometry_value_n", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -259253,6 +270307,7 @@ "name": "trgeometry_traversed_area", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -259318,6 +270373,7 @@ "name": "trgeometry_centroid", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -259374,6 +270430,7 @@ "name": "trgeometry_convex_hull", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -259429,6 +270486,7 @@ "name": "trgeometry_body_point_trajectory", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -259507,6 +270565,7 @@ "name": "trgeometry_space_boxes", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -259658,6 +270717,7 @@ "name": "trgeometry_space_time_boxes", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -259839,6 +270899,7 @@ "name": "trgeometry_stboxes", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -259918,6 +270979,7 @@ "name": "trgeometry_split_n_stboxes", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -260007,6 +271069,7 @@ "name": "trgeometry_split_each_n_stboxes", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -260096,6 +271159,7 @@ "name": "trgeometry_hausdorff_distance", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -260156,6 +271220,7 @@ "name": "trgeometry_frechet_distance", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -260216,6 +271281,7 @@ "name": "trgeometry_dyntimewarp_distance", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -260276,6 +271342,7 @@ "name": "trgeometry_frechet_path", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Match *", "canonical": "Match *" @@ -260359,6 +271426,7 @@ "name": "trgeometry_dyntimewarp_path", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Match *", "canonical": "Match *" @@ -260442,6 +271510,7 @@ "name": "trgeometry_length", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -260485,6 +271554,7 @@ "name": "trgeometry_cumulative_length", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -260541,6 +271611,7 @@ "name": "trgeometry_angular_speed", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -260597,6 +271668,7 @@ "name": "trgeometry_speed", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -260653,6 +271725,7 @@ "name": "trgeometry_twcentroid", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -260708,6 +271781,7 @@ "name": "trgeometry_append_tinstant", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -260836,6 +271910,7 @@ "name": "trgeometry_append_tsequence", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -260911,6 +271986,7 @@ "name": "trgeometry_delete_timestamptz", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -260986,6 +272062,7 @@ "name": "trgeometry_delete_tstzset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261068,6 +272145,7 @@ "name": "trgeometry_delete_tstzspan", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261150,6 +272228,7 @@ "name": "trgeometry_delete_tstzspanset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261232,6 +272311,7 @@ "name": "trgeometry_merge", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261305,6 +272385,7 @@ "name": "trgeometry_merge_array", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261321,6 +272402,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "temparr", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Temporal *", + "canonical": "struct Temporal *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -261370,6 +272466,7 @@ "name": "trgeometry_round", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261436,6 +272533,7 @@ "name": "trgeometry_set_interp", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261503,6 +272601,7 @@ "name": "trgeometry_as_tinstant", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -261557,6 +272656,7 @@ "name": "trgeometry_as_tsequence", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -261626,6 +272726,7 @@ "name": "trgeometry_as_tsequenceset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -261690,6 +272791,7 @@ "name": "trgeometry_after_timestamptz", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261765,6 +272867,7 @@ "name": "trgeometry_before_timestamptz", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261840,6 +272943,7 @@ "name": "trgeometry_restrict_values", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261922,6 +273026,7 @@ "name": "trgeometry_restrict_timestamptz", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -261997,6 +273102,7 @@ "name": "trgeometry_restrict_tstzset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262079,6 +273185,7 @@ "name": "trgeometry_restrict_tstzspan", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262161,6 +273268,7 @@ "name": "trgeometry_restrict_tstzspanset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262243,6 +273351,7 @@ "name": "trgeometry_at_geom", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262321,6 +273430,7 @@ "name": "trgeometry_minus_geom", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262399,6 +273509,7 @@ "name": "trgeometry_at_stbox", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262481,6 +273592,7 @@ "name": "trgeometry_minus_stbox", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262563,6 +273675,7 @@ "name": "trgeometry_at_value", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262635,6 +273748,7 @@ "name": "trgeometry_minus_value", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262707,6 +273821,7 @@ "name": "trgeometry_at_values", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262779,6 +273894,7 @@ "name": "trgeometry_minus_values", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262851,6 +273967,7 @@ "name": "trgeometry_at_timestamptz", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262916,6 +274033,7 @@ "name": "trgeometry_minus_timestamptz", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -262981,6 +274099,7 @@ "name": "trgeometry_at_tstzset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263053,6 +274172,7 @@ "name": "trgeometry_minus_tstzset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263125,6 +274245,7 @@ "name": "trgeometry_at_tstzspan", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263197,6 +274318,7 @@ "name": "trgeometry_minus_tstzspan", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263269,6 +274391,7 @@ "name": "trgeometry_at_tstzspanset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263341,6 +274464,7 @@ "name": "trgeometry_minus_tstzspanset", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263413,6 +274537,7 @@ "name": "trgeometry_at_elevation", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263485,6 +274610,7 @@ "name": "trgeometry_minus_elevation", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263557,6 +274683,7 @@ "name": "tdistance_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263635,6 +274762,7 @@ "name": "tdistance_trgeometry_tpoint", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263708,6 +274836,7 @@ "name": "tdistance_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -263781,6 +274910,7 @@ "name": "nad_stbox_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -263840,6 +274970,7 @@ "name": "nad_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -263905,6 +275036,7 @@ "name": "nad_trgeometry_stbox", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -263964,6 +275096,7 @@ "name": "nad_trgeometry_tpoint", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -264024,6 +275157,7 @@ "name": "nad_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -264084,6 +275218,7 @@ "name": "nai_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -264160,6 +275295,7 @@ "name": "nai_trgeometry_tpoint", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -264231,6 +275367,7 @@ "name": "nai_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -264302,6 +275439,7 @@ "name": "shortestline_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -264379,6 +275517,7 @@ "name": "shortestline_trgeometry_tpoint", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -264451,6 +275590,7 @@ "name": "shortestline_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -264523,6 +275663,7 @@ "name": "always_eq_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -264588,6 +275729,7 @@ "name": "always_eq_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -264653,6 +275795,7 @@ "name": "always_eq_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -264713,6 +275856,7 @@ "name": "always_ne_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -264778,6 +275922,7 @@ "name": "always_ne_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -264843,6 +275988,7 @@ "name": "always_ne_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -264903,6 +276049,7 @@ "name": "ever_eq_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -264968,6 +276115,7 @@ "name": "ever_eq_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265033,6 +276181,7 @@ "name": "ever_eq_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265093,6 +276242,7 @@ "name": "ever_ne_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265158,6 +276308,7 @@ "name": "ever_ne_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265223,6 +276374,7 @@ "name": "ever_ne_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265283,6 +276435,7 @@ "name": "teq_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -265361,6 +276514,7 @@ "name": "teq_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -265439,6 +276593,7 @@ "name": "tne_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -265517,6 +276672,7 @@ "name": "tne_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -265595,6 +276751,7 @@ "name": "econtains_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265660,6 +276817,7 @@ "name": "acontains_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265725,6 +276883,7 @@ "name": "ecovers_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265790,6 +276949,7 @@ "name": "acovers_geo_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265855,6 +277015,7 @@ "name": "ecovers_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265920,6 +277081,7 @@ "name": "acovers_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -265985,6 +277147,7 @@ "name": "edisjoint_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266050,6 +277213,7 @@ "name": "adisjoint_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266115,6 +277279,7 @@ "name": "eintersects_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266180,6 +277345,7 @@ "name": "aintersects_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266245,6 +277411,7 @@ "name": "etouches_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266310,6 +277477,7 @@ "name": "atouches_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266375,6 +277543,7 @@ "name": "edwithin_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266450,6 +277619,7 @@ "name": "adwithin_trgeometry_geo", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266525,6 +277695,7 @@ "name": "edisjoint_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266585,6 +277756,7 @@ "name": "adisjoint_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266645,6 +277817,7 @@ "name": "eintersects_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266705,6 +277878,7 @@ "name": "aintersects_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266765,6 +277939,7 @@ "name": "edwithin_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266835,6 +278010,7 @@ "name": "adwithin_trgeometry_trgeometry", "file": "meos_rgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -266904,10 +278080,11 @@ { "name": "s2cell_in", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { @@ -266921,7 +278098,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; unsupported-return:uint64_t" }, "wire": { "params": [ @@ -266932,15 +278109,15 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_out", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -266948,8 +278125,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -266957,14 +278134,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -266976,7 +278152,8 @@ { "name": "s2cell_eq", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -266984,13 +278161,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -266998,19 +278175,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267022,7 +278197,8 @@ { "name": "s2cell_ne", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -267030,13 +278206,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267044,19 +278220,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267068,7 +278242,8 @@ { "name": "s2cell_lt", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -267076,13 +278251,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267090,19 +278265,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267114,7 +278287,8 @@ { "name": "s2cell_le", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -267122,13 +278296,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267136,19 +278310,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267160,7 +278332,8 @@ { "name": "s2cell_gt", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -267168,13 +278341,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267182,19 +278355,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267206,7 +278377,8 @@ { "name": "s2cell_ge", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -267214,13 +278386,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267228,19 +278400,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267252,7 +278422,8 @@ { "name": "s2cell_cmp", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -267260,13 +278431,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267274,19 +278445,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267298,7 +278467,8 @@ { "name": "s2cell_hash", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -267306,8 +278476,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267315,14 +278485,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; unsupported-return:uint32_t" + "reason": "internal; no-decoder:uint64_t; unsupported-return:uint32_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267333,7 +278502,8 @@ { "name": "s2cell_hash_extended", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -267341,8 +278511,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "seed", @@ -267361,8 +278531,7 @@ "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "seed", @@ -267377,7 +278546,8 @@ { "name": "s2cell_is_valid_cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -267385,8 +278555,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267394,14 +278564,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267413,7 +278582,8 @@ { "name": "s2cell_cell_to_token", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -267421,8 +278591,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267430,14 +278600,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267449,10 +278618,11 @@ { "name": "s2cell_token_to_cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { @@ -267466,7 +278636,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; unsupported-return:uint64_t" }, "wire": { "params": [ @@ -267477,15 +278647,15 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_get_resolution", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -267493,8 +278663,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267502,14 +278672,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; unsupported-return:uint32_t" + "reason": "internal; no-decoder:uint64_t; unsupported-return:uint32_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267520,7 +278689,8 @@ { "name": "s2cell_get_face", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -267528,8 +278698,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267537,14 +278707,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; unsupported-return:uint32_t" + "reason": "internal; no-decoder:uint64_t; unsupported-return:uint32_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267555,16 +278724,17 @@ { "name": "s2cell_cell_to_parent", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "level", @@ -267577,14 +278747,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t" + "reason": "internal; no-decoder:uint64_t; no-decoder:uint32_t; unsupported-return:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "level", @@ -267592,24 +278761,24 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_cell_to_child", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "level", @@ -267627,14 +278796,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t" + "reason": "internal; no-decoder:uint64_t; no-decoder:uint32_t; unsupported-return:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "level", @@ -267646,24 +278814,24 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_cell_to_children", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId *", - "canonical": "S2CellId *" + "c": "uint64_t *", + "canonical": "uint64_t *" }, "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "level", @@ -267683,8 +278851,8 @@ "name": "count" }, "element": { - "c": "S2CellId", - "canonical": "S2CellId" + "c": "uint64_t", + "canonical": "uint64_t" } }, "outParams": [ @@ -267696,14 +278864,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t; array-or-out-param:count; no-encoder:S2CellId" + "reason": "internal; no-decoder:uint64_t; no-decoder:uint32_t; array-or-out-param:count; no-encoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "level", @@ -267722,7 +278889,8 @@ { "name": "s2cell_cell_contains", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -267730,13 +278898,13 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "other", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267744,19 +278912,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "other", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267768,7 +278934,8 @@ { "name": "s2cell_common_ancestor_level", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -267776,13 +278943,13 @@ "params": [ { "name": "a", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "b", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267790,19 +278957,17 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "a", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "b", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -267814,16 +278979,17 @@ { "name": "s2cell_range_min", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267831,35 +278997,34 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t; unsupported-return:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_range_max", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -267867,35 +279032,34 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t; unsupported-return:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_edge_neighbors", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId *", - "canonical": "S2CellId *" + "c": "uint64_t *", + "canonical": "uint64_t *" }, "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "count", @@ -267910,8 +279074,8 @@ "name": "count" }, "element": { - "c": "S2CellId", - "canonical": "S2CellId" + "c": "uint64_t", + "canonical": "uint64_t" } }, "outParams": [ @@ -267923,14 +279087,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:count; no-encoder:S2CellId" + "reason": "internal; no-decoder:uint64_t; array-or-out-param:count; no-encoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "count", @@ -267945,10 +279108,11 @@ { "name": "s2cell_point_to_cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { @@ -267972,7 +279136,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t" + "reason": "internal; no-decoder:uint32_t; unsupported-return:uint64_t" }, "wire": { "params": [ @@ -267992,15 +279156,15 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_cell_area", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -268008,8 +279172,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -268017,14 +279181,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -268036,7 +279199,8 @@ { "name": "s2cell_edge_length", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -268044,8 +279208,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "edge", @@ -268058,14 +279222,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t" + "reason": "internal; no-decoder:uint64_t; no-decoder:uint32_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "edge", @@ -268081,10 +279244,11 @@ { "name": "geo_to_s2cell_cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { @@ -268103,7 +279267,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; unsupported-return:uint64_t" }, "wire": { "params": [ @@ -268131,15 +279295,15 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_cell_to_geogpoint", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -268147,8 +279311,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -268156,14 +279320,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -268187,7 +279350,8 @@ { "name": "s2cell_cell_to_geog", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -268195,8 +279359,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -268204,14 +279368,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -268235,7 +279398,8 @@ { "name": "s2cell_to_stbox", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -268243,8 +279407,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -268252,14 +279416,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -268283,7 +279446,8 @@ { "name": "s2cell_timestamptz_to_stbox", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -268291,8 +279455,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "t", @@ -268305,14 +279469,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:TimestampTz" + "reason": "internal; no-decoder:uint64_t; no-decoder:TimestampTz" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "t", @@ -268340,7 +279503,8 @@ { "name": "s2cell_tstzspan_to_stbox", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "STBox *", "canonical": "struct STBox *" @@ -268348,8 +279512,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "s", @@ -268362,14 +279526,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "s", @@ -268404,7 +279567,8 @@ { "name": "s2cell_edge_neighbors_set", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -268412,8 +279576,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -268421,14 +279585,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -268452,7 +279615,8 @@ { "name": "s2cell_cell_to_children_set", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -268460,8 +279624,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "children_level", @@ -268474,14 +279638,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "children_level", @@ -268507,10 +279670,103 @@ } } }, + { + "name": "s2cellset_in", + "file": "meos_s2cell.h", + "family": "S2CELL", + "vendored": false, + "returnType": { + "c": "Set *", + "canonical": "struct Set *" + }, + "params": [ + { + "name": "str", + "cType": "const char *", + "canonical": "const char *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "str", + "kind": "json", + "json": "string" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Set *", + "encode": "set_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, + { + "name": "s2cellset_out", + "file": "meos_s2cell.h", + "family": "S2CELL", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "s", + "cType": "const Set *", + "canonical": "const struct Set *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "s", + "kind": "serialized", + "cType": "const struct Set *", + "decode": "bigintset_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, { "name": "ts2cell_in", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -268559,7 +279815,8 @@ { "name": "ts2cellinst_in", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -268606,7 +279863,8 @@ { "name": "ts2cellseq_in", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -268664,7 +279922,8 @@ { "name": "ts2cellseqset_in", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -268708,10 +279967,55 @@ } } }, + { + "name": "ts2cell_out", + "file": "meos_s2cell.h", + "family": "S2CELL", + "vendored": false, + "returnType": { + "c": "char *", + "canonical": "char *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "io", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, { "name": "ts2cell_make", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -268719,8 +280023,8 @@ "params": [ { "name": "value", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "t", @@ -268733,14 +280037,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:TimestampTz" + "reason": "internal; no-decoder:uint64_t; no-decoder:TimestampTz" }, "wire": { "params": [ { "name": "value", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "t", @@ -268769,7 +280072,8 @@ { "name": "ts2cellinst_make", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -268777,8 +280081,8 @@ "params": [ { "name": "value", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "t", @@ -268791,14 +280095,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:TimestampTz" + "reason": "internal; no-decoder:uint64_t; no-decoder:TimestampTz" }, "wire": { "params": [ { "name": "value", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "t", @@ -268825,7 +280128,8 @@ { "name": "ts2cellseq_make", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -268833,8 +280137,8 @@ "params": [ { "name": "values", - "cType": "const S2CellId *", - "canonical": "const S2CellId *" + "cType": "const uint64_t *", + "canonical": "const uint64_t *" }, { "name": "times", @@ -268857,12 +280161,38 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "uint64_t", + "canonical": "uint64_t" + } + }, + { + "param": "times", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TimestampTz", + "canonical": "TimestampTz" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:S2CellId; no-decoder:TimestampTz" + "reason": "internal; no-decoder:uint64_t; no-decoder:TimestampTz" }, "wire": { "params": [ @@ -268910,7 +280240,8 @@ { "name": "ts2cellseqset_make", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -268927,6 +280258,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "constructor", "network": { @@ -268966,10 +280312,11 @@ { "name": "ts2cell_start_value", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { @@ -268983,7 +280330,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; unsupported-return:uint64_t" }, "wire": { "params": [ @@ -269001,18 +280348,18 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "ts2cell_end_value", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { @@ -269026,7 +280373,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; unsupported-return:uint64_t" }, "wire": { "params": [ @@ -269044,15 +280391,15 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "ts2cell_value_n", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -269070,8 +280417,8 @@ }, { "name": "result", - "cType": "S2CellId *", - "canonical": "S2CellId *" + "cType": "uint64_t *", + "canonical": "uint64_t *" } ], "shape": { @@ -269084,7 +280431,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:S2CellId" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ @@ -269119,10 +280466,11 @@ { "name": "ts2cell_values", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId *", - "canonical": "S2CellId *" + "c": "uint64_t *", + "canonical": "uint64_t *" }, "params": [ { @@ -269143,8 +280491,8 @@ "name": "count" }, "element": { - "c": "S2CellId", - "canonical": "S2CellId" + "c": "uint64_t", + "canonical": "uint64_t" } }, "outParams": [ @@ -269156,7 +280504,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:count; no-encoder:S2CellId" + "reason": "internal; array-or-out-param:count; no-encoder:uint64_t" }, "wire": { "params": [ @@ -269185,7 +280533,8 @@ { "name": "ts2cell_value_at_timestamptz", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -269208,8 +280557,8 @@ }, { "name": "result", - "cType": "S2CellId *", - "canonical": "S2CellId *" + "cType": "uint64_t *", + "canonical": "uint64_t *" } ], "shape": { @@ -269222,7 +280571,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:TimestampTz; no-decoder:S2CellId" + "reason": "internal; no-decoder:TimestampTz; no-decoder:uint64_t" }, "wire": { "params": [ @@ -269258,10 +280607,59 @@ } } }, + { + "name": "s2cell_to_set", + "file": "meos_s2cell.h", + "family": "S2CELL", + "vendored": false, + "returnType": { + "c": "Set *", + "canonical": "struct Set *" + }, + "params": [ + { + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" + } + ], + "api": "internal", + "category": "conversion", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "cell", + "kind": "unsupported" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Set *", + "encode": "set_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, { "name": "tbigint_to_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -269317,7 +280715,8 @@ { "name": "ts2cell_to_tbigint", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -269373,7 +280772,8 @@ { "name": "ever_eq_s2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269381,8 +280781,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "temp", @@ -269395,14 +280795,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "temp", @@ -269426,7 +280825,8 @@ { "name": "ever_eq_ts2cell_s2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269439,8 +280839,8 @@ }, { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -269448,7 +280848,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ @@ -269466,8 +280866,7 @@ }, { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -269479,7 +280878,8 @@ { "name": "ever_ne_s2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269487,8 +280887,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "temp", @@ -269501,14 +280901,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "temp", @@ -269532,7 +280931,8 @@ { "name": "ever_ne_ts2cell_s2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269545,8 +280945,8 @@ }, { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -269554,7 +280954,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ @@ -269572,8 +280972,7 @@ }, { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -269585,7 +280984,8 @@ { "name": "always_eq_s2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269593,8 +280993,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "temp", @@ -269607,14 +281007,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "temp", @@ -269638,7 +281037,8 @@ { "name": "always_eq_ts2cell_s2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269651,8 +281051,8 @@ }, { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -269660,7 +281060,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ @@ -269678,8 +281078,7 @@ }, { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -269691,7 +281090,8 @@ { "name": "always_ne_s2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269699,8 +281099,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "temp", @@ -269713,14 +281113,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "temp", @@ -269744,7 +281143,8 @@ { "name": "always_ne_ts2cell_s2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269757,8 +281157,8 @@ }, { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -269766,7 +281166,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ @@ -269784,8 +281184,7 @@ }, { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -269797,7 +281196,8 @@ { "name": "ever_eq_ts2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269857,7 +281257,8 @@ { "name": "ever_ne_ts2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269917,7 +281318,8 @@ { "name": "always_eq_ts2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -269977,7 +281379,8 @@ { "name": "always_ne_ts2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -270037,7 +281440,8 @@ { "name": "teq_s2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -270045,8 +281449,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "temp", @@ -270056,222 +281460,222 @@ ], "api": "internal", "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "cell", + "kind": "unsupported" + }, + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "teq_ts2cell_s2cell", + "file": "meos_s2cell.h", + "family": "S2CELL", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "cell", + "kind": "unsupported" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "teq_ts2cell_ts2cell", + "file": "meos_s2cell.h", + "family": "S2CELL", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp1", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "temp2", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "predicate", "network": { "exposable": false, "method": null, "reason": "internal" }, + "wire": { + "params": [ + { + "name": "temp1", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "temp2", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "tne_s2cell_ts2cell", + "file": "meos_s2cell.h", + "family": "S2CELL", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "cell", + "cType": "uint64_t", + "canonical": "uint64_t" + }, + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint64_t" + }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" - }, - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "teq_ts2cell_s2cell", - "file": "meos_s2cell.h", - "family": "CORE", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "cell", - "cType": "S2CellId", - "canonical": "int" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "cell", - "kind": "json", - "json": "integer" - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "teq_ts2cell_ts2cell", - "file": "meos_s2cell.h", - "family": "CORE", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp1", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "temp2", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp1", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "temp2", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "tne_s2cell_ts2cell", - "file": "meos_s2cell.h", - "family": "CORE", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "cell", - "cType": "S2CellId", - "canonical": "int" - }, - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "temp", @@ -270308,7 +281712,8 @@ { "name": "tne_ts2cell_s2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -270321,8 +281726,8 @@ }, { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -270330,7 +281735,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ @@ -270348,8 +281753,7 @@ }, { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -270374,7 +281778,8 @@ { "name": "tne_ts2cell_ts2cell", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -270447,7 +281852,8 @@ { "name": "ts2cell_cell_to_token", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -270504,6 +281910,7 @@ "name": "ensure_valid_tnpoint_npoint", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -270563,6 +281970,7 @@ "name": "ensure_valid_tnpoint_npointset", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -270622,6 +282030,7 @@ "name": "ensure_valid_tnpoint_geo", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -270687,6 +282096,7 @@ "name": "ensure_valid_tnpoint_stbox", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -270746,6 +282156,7 @@ "name": "ensure_valid_tnpoint_tnpoint", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -270806,6 +282217,7 @@ "name": "tnpointsegm_intersection", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -270910,6 +282322,7 @@ "name": "common_rid_tnpoint_npoint", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -270969,6 +282382,7 @@ "name": "common_rid_tnpoint_npointset", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -271028,6 +282442,7 @@ "name": "common_rid_tnpoint_tnpoint", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -271088,6 +282503,7 @@ "name": "npoint_collinear", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -271172,6 +282588,7 @@ "name": "npointsegm_interpolate", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -271252,6 +282669,7 @@ "name": "npointsegm_locate", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -271326,6 +282744,7 @@ "name": "npointarr_geom", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -271342,6 +282761,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "points", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Npoint *", + "canonical": "struct Npoint *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -271389,6 +282823,7 @@ "name": "nsegmentarr_geom", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -271405,6 +282840,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "segments", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Nsegment *", + "canonical": "struct Nsegment *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -271451,6 +282901,7 @@ "name": "nsegmentarr_normalize", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment **", "canonical": "struct Nsegment **" @@ -271477,12 +282928,7 @@ "c": "Nsegment *", "canonical": "struct Nsegment *" } - }, - "outputArrays": [ - { - "param": "segments" - } - ] + } }, "api": "internal", "category": "transformation", @@ -271523,6 +282969,7 @@ "name": "npoint_wkt_out", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -271568,6 +283015,7 @@ "name": "npoint_set", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -271628,6 +283076,7 @@ "name": "nsegment_set", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -271697,6 +283146,7 @@ "name": "datum_npoint_round", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -271740,6 +283190,7 @@ "name": "tnpointinst_tgeompointinst", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -271792,6 +283243,7 @@ "name": "tnpointseq_tgeompointseq_disc", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -271838,6 +283290,7 @@ "name": "tnpointseq_tgeompointseq_cont", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -271884,6 +283337,7 @@ "name": "tnpointseqset_tgeompointseqset", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -271936,6 +283390,7 @@ "name": "tgeompointinst_tnpointinst", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -271988,6 +283443,7 @@ "name": "tgeompointseq_tnpointseq", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -272034,6 +283490,7 @@ "name": "tgeompointseqset_tnpointseqset", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -272086,6 +283543,7 @@ "name": "tnpointinst_positions", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment **", "canonical": "struct Nsegment **" @@ -272126,6 +283584,7 @@ "name": "tnpointseq_positions", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment **", "canonical": "struct Nsegment **" @@ -272193,6 +283652,7 @@ "name": "tnpointseqset_positions", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment **", "canonical": "struct Nsegment **" @@ -272266,6 +283726,7 @@ "name": "tnpointinst_route", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -272306,6 +283767,7 @@ "name": "tnpointinst_routes", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -272359,6 +283821,7 @@ "name": "tnpointseq_disc_routes", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -272406,6 +283869,7 @@ "name": "tnpointseq_cont_routes", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -272453,6 +283917,7 @@ "name": "tnpointseqset_routes", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -272506,6 +283971,7 @@ "name": "tnpointseq_linear_positions", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment *", "canonical": "struct Nsegment *" @@ -272552,6 +284018,7 @@ "name": "tnpoint_restrict_stbox", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -272644,6 +284111,7 @@ "name": "tnpoint_restrict_npoint", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -272726,6 +284194,7 @@ "name": "tnpoint_restrict_npointset", "file": "tnpoint.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -272808,6 +284277,7 @@ "name": "npoint_set_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -272871,6 +284341,7 @@ "name": "npointarr_set_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -272893,6 +284364,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "box" ] @@ -272936,6 +284420,7 @@ "name": "nsegment_set_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -272998,6 +284483,7 @@ "name": "npoint_timestamptz_set_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273070,6 +284556,7 @@ "name": "npoint_tstzspan_set_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273149,6 +284636,7 @@ "name": "tnpointinst_set_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -273210,6 +284698,7 @@ "name": "tnpointinstarr_set_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -273237,6 +284726,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "inst", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -273291,6 +284793,7 @@ "name": "tnpointseq_expand_stbox", "file": "tnpoint_boxops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -273340,6 +284843,7 @@ "name": "datum_npoint_distance", "file": "tnpoint_distance.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -273383,6 +284887,7 @@ "name": "npoint_parse", "file": "tnpoint_parser.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Npoint *", "canonical": "struct Npoint *" @@ -273440,6 +284945,7 @@ "name": "nsegment_parse", "file": "tnpoint_parser.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Nsegment *", "canonical": "struct Nsegment *" @@ -273486,6 +284992,7 @@ "name": "contains_rid_tnpoint_bigint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273548,6 +285055,7 @@ "name": "contained_rid_tnpoint_bigint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273610,6 +285118,7 @@ "name": "same_rid_tnpoint_bigint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273672,6 +285181,7 @@ "name": "overlaps_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273741,6 +285251,7 @@ "name": "contains_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273810,6 +285321,7 @@ "name": "contained_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273879,6 +285391,7 @@ "name": "same_rid_tnpoint_bigintset", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -273948,6 +285461,7 @@ "name": "contains_rid_tnpoint_npoint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274017,6 +285531,7 @@ "name": "contained_rid_npoint_tnpoint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274086,6 +285601,7 @@ "name": "same_rid_tnpoint_npoint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274155,6 +285671,7 @@ "name": "overlaps_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274215,6 +285732,7 @@ "name": "contains_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274275,6 +285793,7 @@ "name": "contained_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274335,6 +285854,7 @@ "name": "same_rid_tnpoint_tnpoint", "file": "tnpoint_routeops.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274395,6 +285915,7 @@ "name": "ensure_same_rid_tnpointinst", "file": "tnpoint_spatialfuncs.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274451,6 +285972,7 @@ "name": "tnpoint_restrict_geom", "file": "tnpoint_spatialfuncs.h", "family": "NPOINT", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -274539,6 +286061,7 @@ "name": "meos_pc_schema_lookup", "file": "meos_schema_hook.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "PCSCHEMA *", "canonical": "struct PCSCHEMA *" @@ -274573,6 +286096,7 @@ "name": "ensure_same_pcid_pcpatch", "file": "pcpatch.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274631,6 +286155,7 @@ "name": "ensure_valid_pcpatchset_pcpatch", "file": "pcpatch.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274689,6 +286214,7 @@ "name": "pcpatch_parse", "file": "pcpatch.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -274746,6 +286272,7 @@ "name": "pcpatch_filter_per_point", "file": "pcpatch_decompose.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpatch *", "canonical": "struct Pcpatch *" @@ -274828,6 +286355,7 @@ "name": "pcpatch_any_point_matches", "file": "pcpatch_decompose.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274888,6 +286416,7 @@ "name": "pcpoint_in_tpcbox", "file": "pcpatch_decompose.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274932,6 +286461,7 @@ "name": "pcpoint_intersects_geometry", "file": "pcpatch_decompose.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -274976,6 +286506,7 @@ "name": "ensure_same_pcid_pcpoint", "file": "pcpoint.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -275034,6 +286565,7 @@ "name": "ensure_valid_pcpointset_pcpoint", "file": "pcpoint.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -275092,6 +286624,7 @@ "name": "pcpoint_parse", "file": "pcpoint.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "Pcpoint *", "canonical": "struct Pcpoint *" @@ -275149,6 +286682,7 @@ "name": "pcpoint_meaningful_size", "file": "pcpoint.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -275190,6 +286724,7 @@ "name": "meos_pc_point_serialize", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "SERIALIZED_POINT *", "canonical": "SERIALIZED_POINT *" @@ -275224,6 +286759,7 @@ "name": "meos_pc_point_deserialize", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "PCPOINT *", "canonical": "PCPOINT *" @@ -275267,6 +286803,7 @@ "name": "meos_pc_patch_serialized_size", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -275301,6 +286838,7 @@ "name": "meos_pc_patch_serialize", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "SERIALIZED_PATCH *", "canonical": "struct SERIALIZED_PATCH *" @@ -275344,6 +286882,7 @@ "name": "meos_pc_patch_serialize_to_uncompressed", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "SERIALIZED_PATCH *", "canonical": "struct SERIALIZED_PATCH *" @@ -275378,6 +286917,7 @@ "name": "meos_pc_patch_deserialize", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "PCPATCH *", "canonical": "PCPATCH *" @@ -275421,6 +286961,7 @@ "name": "tpcbox_expand", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -275476,6 +287017,7 @@ "name": "tstzspan_set_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -275537,6 +287079,7 @@ "name": "tpointcloudinst_set_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -275597,6 +287140,7 @@ "name": "tpointcloudinstarr_set_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -275634,6 +287178,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -275697,6 +287254,7 @@ "name": "tpointcloudseq_expand_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -275746,6 +287304,7 @@ "name": "tpointcloudseqarr_set_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -275768,6 +287327,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ], "outParams": [ "box" ] @@ -275810,6 +287382,7 @@ "name": "tpcbox_extent_transfn", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -275879,6 +287452,7 @@ "name": "boxop_tpointcloud_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -275956,6 +287530,7 @@ "name": "boxop_tpointcloud_tpointcloud", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276025,6 +287600,7 @@ "name": "tpcbox_set_stbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -276081,6 +287657,7 @@ "name": "nad_tpcbox_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -276137,6 +287714,7 @@ "name": "nad_tpointcloud_tpcbox", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -276195,6 +287773,7 @@ "name": "nad_tpointcloud_tpointcloud", "file": "tpc_boxops.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -276255,6 +287834,7 @@ "name": "ensure_valid_tpcbox_tpcbox", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276311,6 +287891,7 @@ "name": "tpcbox_contains", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276367,6 +287948,7 @@ "name": "tpcbox_contained", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276423,6 +288005,7 @@ "name": "tpcbox_overlaps", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276479,6 +288062,7 @@ "name": "tpcbox_same", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276535,6 +288119,7 @@ "name": "tpcbox_adjacent", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276591,6 +288176,7 @@ "name": "tpcbox_left", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276647,6 +288233,7 @@ "name": "tpcbox_right", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276703,6 +288290,7 @@ "name": "tpcbox_overleft", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276759,6 +288347,7 @@ "name": "tpcbox_overright", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276815,6 +288404,7 @@ "name": "tpcbox_below", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276871,6 +288461,7 @@ "name": "tpcbox_above", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276927,6 +288518,7 @@ "name": "tpcbox_overbelow", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -276983,6 +288575,7 @@ "name": "tpcbox_overabove", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277039,6 +288632,7 @@ "name": "tpcbox_front", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277095,6 +288689,7 @@ "name": "tpcbox_back", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277151,6 +288746,7 @@ "name": "tpcbox_overfront", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277207,6 +288803,7 @@ "name": "tpcbox_overback", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277263,6 +288860,7 @@ "name": "tpcbox_before", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277319,6 +288917,7 @@ "name": "tpcbox_after", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277375,6 +288974,7 @@ "name": "tpcbox_overbefore", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277431,6 +289031,7 @@ "name": "tpcbox_overafter", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277487,6 +289088,7 @@ "name": "tpcbox_parse", "file": "tpcbox.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "TPCBox *", "canonical": "struct TPCBox *" @@ -277533,6 +289135,7 @@ "name": "tpcbox_index_leaf_consistent", "file": "tpcbox_index.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277599,6 +289202,7 @@ "name": "tpcbox_gist_inner_consistent", "file": "tpcbox_index.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277665,6 +289269,7 @@ "name": "tpcbox_index_recheck", "file": "tpcbox_index.h", "family": "POINTCLOUD", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277701,6 +289306,7 @@ "name": "ensure_valid_pose_geo", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277765,6 +289371,7 @@ "name": "ensure_valid_pose_stbox", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277823,6 +289430,7 @@ "name": "ensure_valid_pose_pose", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277881,6 +289489,7 @@ "name": "ensure_valid_poseset_pose", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -277939,6 +289548,7 @@ "name": "quaternion_rotate_vector", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -278061,6 +289671,7 @@ "name": "geodetic_to_ecef", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -278150,6 +289761,7 @@ "name": "ecef_to_geodetic", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -278239,6 +289851,7 @@ "name": "pose_compose_values", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -278316,6 +289929,7 @@ "name": "pose_collinear", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -278400,6 +290014,7 @@ "name": "posesegm_interpolate", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -278480,6 +290095,7 @@ "name": "posesegm_locate", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -278554,6 +290170,7 @@ "name": "pose_wkt_out", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -278616,6 +290233,7 @@ "name": "pose_parse", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -278673,6 +290291,7 @@ "name": "datum_pose_point", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278707,6 +290326,7 @@ "name": "datum_pose_geopoint", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278741,6 +290361,7 @@ "name": "datum_pose_yaw", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278775,6 +290396,7 @@ "name": "datum_pose_pitch", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278809,6 +290431,7 @@ "name": "datum_pose_roll", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278843,6 +290466,7 @@ "name": "datum_pose_apply_geo", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278886,6 +290510,7 @@ "name": "datum_pose_compose", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278929,6 +290554,7 @@ "name": "datum_pose_inverse", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -278963,6 +290589,7 @@ "name": "datum_pose_round", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -279006,6 +290633,7 @@ "name": "pose_quaternion_mul", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -279147,6 +290775,7 @@ "name": "pose_ypr_to_quaternion", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -279246,6 +290875,7 @@ "name": "pose_quaternion_to_ypr", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -279345,6 +290975,7 @@ "name": "pose_enu_to_ecef_quaternion", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -279426,6 +291057,7 @@ "name": "pose_transf_pj", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Pose *", "canonical": "struct Pose *" @@ -279499,6 +291131,7 @@ "name": "pose_set_srid_int", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -279550,6 +291183,7 @@ "name": "pose_distance", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -279593,6 +291227,7 @@ "name": "lwgeom_apply_pose", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -279643,6 +291278,7 @@ "name": "pose_set_stbox", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -279706,6 +291342,7 @@ "name": "posearr_set_stbox", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -279728,6 +291365,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "box" ] @@ -279771,6 +291421,7 @@ "name": "pose_timestamptz_set_stbox", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -279843,6 +291494,7 @@ "name": "pose_tstzspan_set_stbox", "file": "pose.h", "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -279918,894 +291570,11 @@ } } }, - { - "name": "ensure_valid_tpose_geo", - "file": "tpose.h", - "family": "POSE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "gs", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "gs", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "ensure_valid_tpose_pose", - "file": "tpose.h", - "family": "POSE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "pose", - "cType": "const Pose *", - "canonical": "const struct Pose *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "pose", - "kind": "serialized", - "cType": "const struct Pose *", - "decode": "pose_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "ensure_valid_tpose_stbox", - "file": "tpose.h", - "family": "POSE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "box", - "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "ensure_valid_tpose_tpose", - "file": "tpose.h", - "family": "POSE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "temp1", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "temp2", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp1", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "temp2", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "tposesegm_intersection_value", - "file": "tpose.h", - "family": "POSE", - "returnType": { - "c": "int", - "canonical": "int" - }, - "params": [ - { - "name": "start", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "end", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "value", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "lower", - "cType": "TimestampTz", - "canonical": "TimestampTz" - }, - { - "name": "upper", - "cType": "TimestampTz", - "canonical": "TimestampTz" - }, - { - "name": "t1", - "cType": "TimestampTz *", - "canonical": "TimestampTz *" - }, - { - "name": "t2", - "cType": "TimestampTz *", - "canonical": "TimestampTz *" - } - ], - "shape": { - "outParams": [ - "t1", - "t2" - ] - }, - "api": "internal", - "category": "accessor", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; no-decoder:TimestampTz" - }, - "wire": { - "params": [ - { - "name": "start", - "kind": "unsupported" - }, - { - "name": "end", - "kind": "unsupported" - }, - { - "name": "value", - "kind": "unsupported" - }, - { - "name": "lower", - "kind": "unsupported" - }, - { - "name": "upper", - "kind": "unsupported" - }, - { - "name": "t1", - "kind": "unsupported" - }, - { - "name": "t2", - "kind": "unsupported" - } - ], - "result": { - "kind": "json", - "json": "integer" - } - } - }, - { - "name": "tposesegm_intersection", - "file": "tpose.h", - "family": "POSE", - "returnType": { - "c": "int", - "canonical": "int" - }, - "params": [ - { - "name": "start1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "end1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "start2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "end2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "lower", - "cType": "TimestampTz", - "canonical": "TimestampTz" - }, - { - "name": "upper", - "cType": "TimestampTz", - "canonical": "TimestampTz" - }, - { - "name": "t1", - "cType": "TimestampTz *", - "canonical": "TimestampTz *" - }, - { - "name": "t2", - "cType": "TimestampTz *", - "canonical": "TimestampTz *" - } - ], - "shape": { - "outParams": [ - "t1", - "t2" - ] - }, - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; no-decoder:TimestampTz" - }, - "wire": { - "params": [ - { - "name": "start1", - "kind": "unsupported" - }, - { - "name": "end1", - "kind": "unsupported" - }, - { - "name": "start2", - "kind": "unsupported" - }, - { - "name": "end2", - "kind": "unsupported" - }, - { - "name": "lower", - "kind": "unsupported" - }, - { - "name": "upper", - "kind": "unsupported" - }, - { - "name": "t1", - "kind": "unsupported" - }, - { - "name": "t2", - "kind": "unsupported" - } - ], - "result": { - "kind": "json", - "json": "integer" - } - } - }, - { - "name": "tposeinst_set_stbox", - "file": "tpose_boxops.h", - "family": "POSE", - "returnType": { - "c": "void", - "canonical": "void" - }, - "params": [ - { - "name": "inst", - "cType": "const TInstant *", - "canonical": "const struct TInstant *" - }, - { - "name": "box", - "cType": "STBox *", - "canonical": "struct STBox *" - } - ], - "shape": { - "outParams": [ - "box" - ] - }, - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "inst", - "kind": "serialized", - "cType": "const struct TInstant *", - "decode": "tbigintinst_in", - "decode_aux": [], - "encodings": [ - "text" - ] - }, - { - "name": "box", - "kind": "serialized", - "cType": "struct STBox *", - "decode": "stbox_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - } - ], - "result": { - "kind": "void" - } - } - }, - { - "name": "tposeinstarr_set_stbox", - "file": "tpose_boxops.h", - "family": "POSE", - "returnType": { - "c": "void", - "canonical": "void" - }, - "params": [ - { - "name": "instants", - "cType": "TInstant **", - "canonical": "struct TInstant **" - }, - { - "name": "count", - "cType": "int", - "canonical": "int" - }, - { - "name": "box", - "cType": "STBox *", - "canonical": "struct STBox *" - } - ], - "shape": { - "outParams": [ - "box" - ] - }, - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "instants", - "kind": "array", - "count_param": "count", - "element": { - "kind": "serialized", - "cType": "struct TInstant *", - "decode": "tbigintinst_in", - "decode_aux": [], - "encodings": [ - "text" - ] - } - }, - { - "name": "box", - "kind": "serialized", - "cType": "struct STBox *", - "decode": "stbox_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - } - ], - "result": { - "kind": "void" - } - } - }, - { - "name": "tposeseq_expand_stbox", - "file": "tpose_boxops.h", - "family": "POSE", - "returnType": { - "c": "void", - "canonical": "void" - }, - "params": [ - { - "name": "seq", - "cType": "TSequence *", - "canonical": "struct TSequence *" - }, - { - "name": "inst", - "cType": "const TInstant *", - "canonical": "const struct TInstant *" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:TSequence" - }, - "wire": { - "params": [ - { - "name": "seq", - "kind": "unsupported" - }, - { - "name": "inst", - "kind": "serialized", - "cType": "const struct TInstant *", - "decode": "tbigintinst_in", - "decode_aux": [], - "encodings": [ - "text" - ] - } - ], - "result": { - "kind": "void" - } - } - }, - { - "name": "tpose_restrict_geom", - "file": "tpose_spatialfuncs.h", - "family": "POSE", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "gs", - "cType": "const GSERIALIZED *", - "canonical": "const GSERIALIZED *" - }, - { - "name": "atfunc", - "cType": "bool", - "canonical": "bool" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "gs", - "kind": "serialized", - "cType": "const GSERIALIZED *", - "decode": "geo_from_text", - "decode_aux": [ - { - "name": "srid", - "kind": "integer", - "default": 0 - } - ], - "encodings": [ - "mfjson", - "text" - ] - }, - { - "name": "atfunc", - "kind": "json", - "json": "boolean" - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "tpose_restrict_stbox", - "file": "tpose_spatialfuncs.h", - "family": "POSE", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "box", - "cType": "const STBox *", - "canonical": "const struct STBox *" - }, - { - "name": "border_inc", - "cType": "bool", - "canonical": "bool" - }, - { - "name": "atfunc", - "cType": "bool", - "canonical": "bool" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "box", - "kind": "serialized", - "cType": "const struct STBox *", - "decode": "stbox_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, - { - "name": "border_inc", - "kind": "json", - "json": "boolean" - }, - { - "name": "atfunc", - "kind": "json", - "json": "boolean" - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, - { - "name": "tpose_restrict_elevation", - "file": "tpose_spatialfuncs.h", - "family": "POSE", - "returnType": { - "c": "Temporal *", - "canonical": "struct Temporal *" - }, - "params": [ - { - "name": "temp", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" - }, - { - "name": "s", - "cType": "const Span *", - "canonical": "const struct Span *" - }, - { - "name": "atfunc", - "cType": "bool", - "canonical": "bool" - } - ], - "api": "internal", - "category": "transformation", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "temp", - "kind": "serialized", - "cType": "const struct Temporal *", - "decode": "tbigint_in", - "decode_aux": [], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - }, - { - "name": "s", - "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", - "decode_aux": [], - "encodings": [ - "text", - "wkb" - ] - }, - { - "name": "atfunc", - "kind": "json", - "json": "boolean" - } - ], - "result": { - "kind": "serialized", - "cType": "struct Temporal *", - "encode": "temporal_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "mfjson", - "text", - "wkb" - ] - } - } - }, { "name": "ensure_valid_posechain_posechain", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -280863,7 +291632,8 @@ { "name": "ensure_valid_posechainset_posechain", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -280921,7 +291691,8 @@ { "name": "posechain_parse", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -280978,7 +291749,8 @@ { "name": "posechain_wkt_out", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -281040,7 +291812,8 @@ { "name": "ensure_same_count_posechain", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -281098,7 +291871,8 @@ { "name": "posechainsegm_interpolate", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -281178,7 +291952,8 @@ { "name": "posechainsegm_locate", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -281252,7 +292027,8 @@ { "name": "posechain_collinear", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -281336,7 +292112,8 @@ { "name": "datum_posechain_round", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -281379,7 +292156,8 @@ { "name": "datum_posechain_pose", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -281413,7 +292191,8 @@ { "name": "posechain_set_srid_int", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -281464,7 +292243,8 @@ { "name": "posechain_transf_pj", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "PoseChain *", "canonical": "struct PoseChain *" @@ -281537,7 +292317,8 @@ { "name": "posechain_set_stbox", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -281600,7 +292381,8 @@ { "name": "posechainarr_set_stbox", "file": "posechain.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -281623,6 +292405,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "box" ] @@ -281663,9 +292458,10 @@ } }, { - "name": "ensure_valid_tposechain_geo", - "file": "tposechain.h", - "family": "CORE", + "name": "ensure_valid_tpose_geo", + "file": "tpose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -281728,9 +292524,10 @@ } }, { - "name": "ensure_valid_tposechain_posechain", - "file": "tposechain.h", - "family": "CORE", + "name": "ensure_valid_tpose_pose", + "file": "tpose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -281742,9 +292539,9 @@ "canonical": "const struct Temporal *" }, { - "name": "pc", - "cType": "const PoseChain *", - "canonical": "const struct PoseChain *" + "name": "pose", + "cType": "const Pose *", + "canonical": "const struct Pose *" } ], "api": "internal", @@ -281769,10 +292566,10 @@ ] }, { - "name": "pc", + "name": "pose", "kind": "serialized", - "cType": "const struct PoseChain *", - "decode": "posechain_in", + "cType": "const struct Pose *", + "decode": "pose_in", "decode_aux": [], "encodings": [ "text", @@ -281787,9 +292584,10 @@ } }, { - "name": "ensure_valid_tposechain_stbox", - "file": "tposechain.h", - "family": "CORE", + "name": "ensure_valid_tpose_stbox", + "file": "tpose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -281846,9 +292644,10 @@ } }, { - "name": "ensure_valid_tposechain_tposechain", - "file": "tposechain.h", - "family": "CORE", + "name": "ensure_valid_tpose_tpose", + "file": "tpose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -281906,65 +292705,10 @@ } }, { - "name": "ensure_same_count_tposechaininst", - "file": "tposechain.h", - "family": "CORE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "inst1", - "cType": "const TInstant *", - "canonical": "const struct TInstant *" - }, - { - "name": "inst2", - "cType": "const TInstant *", - "canonical": "const struct TInstant *" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal" - }, - "wire": { - "params": [ - { - "name": "inst1", - "kind": "serialized", - "cType": "const struct TInstant *", - "decode": "tbigintinst_in", - "decode_aux": [], - "encodings": [ - "text" - ] - }, - { - "name": "inst2", - "kind": "serialized", - "cType": "const struct TInstant *", - "decode": "tbigintinst_in", - "decode_aux": [], - "encodings": [ - "text" - ] - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, - { - "name": "tposechainsegm_intersection_value", - "file": "tposechain.h", - "family": "CORE", + "name": "tposesegm_intersection_value", + "file": "tpose.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -282057,9 +292801,976 @@ } }, { - "name": "tposechainsegm_intersection", - "file": "tposechain.h", - "family": "CORE", + "name": "tposesegm_intersection", + "file": "tpose.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "start1", + "cType": "Datum", + "canonical": "Datum" + }, + { + "name": "end1", + "cType": "Datum", + "canonical": "Datum" + }, + { + "name": "start2", + "cType": "Datum", + "canonical": "Datum" + }, + { + "name": "end2", + "cType": "Datum", + "canonical": "Datum" + }, + { + "name": "lower", + "cType": "TimestampTz", + "canonical": "TimestampTz" + }, + { + "name": "upper", + "cType": "TimestampTz", + "canonical": "TimestampTz" + }, + { + "name": "t1", + "cType": "TimestampTz *", + "canonical": "TimestampTz *" + }, + { + "name": "t2", + "cType": "TimestampTz *", + "canonical": "TimestampTz *" + } + ], + "shape": { + "outParams": [ + "t1", + "t2" + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Datum; no-decoder:TimestampTz" + }, + "wire": { + "params": [ + { + "name": "start1", + "kind": "unsupported" + }, + { + "name": "end1", + "kind": "unsupported" + }, + { + "name": "start2", + "kind": "unsupported" + }, + { + "name": "end2", + "kind": "unsupported" + }, + { + "name": "lower", + "kind": "unsupported" + }, + { + "name": "upper", + "kind": "unsupported" + }, + { + "name": "t1", + "kind": "unsupported" + }, + { + "name": "t2", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "tposeinst_set_stbox", + "file": "tpose_boxops.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "inst", + "cType": "const TInstant *", + "canonical": "const struct TInstant *" + }, + { + "name": "box", + "cType": "STBox *", + "canonical": "struct STBox *" + } + ], + "shape": { + "outParams": [ + "box" + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "inst", + "kind": "serialized", + "cType": "const struct TInstant *", + "decode": "tbigintinst_in", + "decode_aux": [], + "encodings": [ + "text" + ] + }, + { + "name": "box", + "kind": "serialized", + "cType": "struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "void" + } + } + }, + { + "name": "tposeinstarr_set_stbox", + "file": "tpose_boxops.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "instants", + "cType": "TInstant **", + "canonical": "struct TInstant **" + }, + { + "name": "count", + "cType": "int", + "canonical": "int" + }, + { + "name": "box", + "cType": "STBox *", + "canonical": "struct STBox *" + } + ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], + "outParams": [ + "box" + ] + }, + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "instants", + "kind": "array", + "count_param": "count", + "element": { + "kind": "serialized", + "cType": "struct TInstant *", + "decode": "tbigintinst_in", + "decode_aux": [], + "encodings": [ + "text" + ] + } + }, + { + "name": "box", + "kind": "serialized", + "cType": "struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "void" + } + } + }, + { + "name": "tposeseq_expand_stbox", + "file": "tpose_boxops.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "void", + "canonical": "void" + }, + "params": [ + { + "name": "seq", + "cType": "TSequence *", + "canonical": "struct TSequence *" + }, + { + "name": "inst", + "cType": "const TInstant *", + "canonical": "const struct TInstant *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:TSequence" + }, + "wire": { + "params": [ + { + "name": "seq", + "kind": "unsupported" + }, + { + "name": "inst", + "kind": "serialized", + "cType": "const struct TInstant *", + "decode": "tbigintinst_in", + "decode_aux": [], + "encodings": [ + "text" + ] + } + ], + "result": { + "kind": "void" + } + } + }, + { + "name": "tpose_restrict_geom", + "file": "tpose_spatialfuncs.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + }, + { + "name": "atfunc", + "cType": "bool", + "canonical": "bool" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + }, + { + "name": "atfunc", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "tpose_restrict_stbox", + "file": "tpose_spatialfuncs.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "box", + "cType": "const STBox *", + "canonical": "const struct STBox *" + }, + { + "name": "border_inc", + "cType": "bool", + "canonical": "bool" + }, + { + "name": "atfunc", + "cType": "bool", + "canonical": "bool" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "box", + "kind": "serialized", + "cType": "const struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "border_inc", + "kind": "json", + "json": "boolean" + }, + { + "name": "atfunc", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "tpose_restrict_elevation", + "file": "tpose_spatialfuncs.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "s", + "cType": "const Span *", + "canonical": "const struct Span *" + }, + { + "name": "atfunc", + "cType": "bool", + "canonical": "bool" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "s", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "atfunc", + "kind": "json", + "json": "boolean" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "ensure_valid_tposechain_geo", + "file": "tposechain.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "gs", + "cType": "const GSERIALIZED *", + "canonical": "const GSERIALIZED *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "gs", + "kind": "serialized", + "cType": "const GSERIALIZED *", + "decode": "geo_from_text", + "decode_aux": [ + { + "name": "srid", + "kind": "integer", + "default": 0 + } + ], + "encodings": [ + "mfjson", + "text" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_valid_tposechain_posechain", + "file": "tposechain.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "pc", + "cType": "const PoseChain *", + "canonical": "const struct PoseChain *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "pc", + "kind": "serialized", + "cType": "const struct PoseChain *", + "decode": "posechain_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_valid_tposechain_stbox", + "file": "tposechain.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "temp", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "box", + "cType": "const STBox *", + "canonical": "const struct STBox *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "box", + "kind": "serialized", + "cType": "const struct STBox *", + "decode": "stbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_valid_tposechain_tposechain", + "file": "tposechain.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "temp1", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "temp2", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "temp1", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "temp2", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "ensure_same_count_tposechaininst", + "file": "tposechain.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "inst1", + "cType": "const TInstant *", + "canonical": "const struct TInstant *" + }, + { + "name": "inst2", + "cType": "const TInstant *", + "canonical": "const struct TInstant *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "inst1", + "kind": "serialized", + "cType": "const struct TInstant *", + "decode": "tbigintinst_in", + "decode_aux": [], + "encodings": [ + "text" + ] + }, + { + "name": "inst2", + "kind": "serialized", + "cType": "const struct TInstant *", + "decode": "tbigintinst_in", + "decode_aux": [], + "encodings": [ + "text" + ] + } + ], + "result": { + "kind": "json", + "json": "boolean" + } + } + }, + { + "name": "tposechainsegm_intersection_value", + "file": "tposechain.h", + "family": "POSE", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "start", + "cType": "Datum", + "canonical": "Datum" + }, + { + "name": "end", + "cType": "Datum", + "canonical": "Datum" + }, + { + "name": "value", + "cType": "Datum", + "canonical": "Datum" + }, + { + "name": "lower", + "cType": "TimestampTz", + "canonical": "TimestampTz" + }, + { + "name": "upper", + "cType": "TimestampTz", + "canonical": "TimestampTz" + }, + { + "name": "t1", + "cType": "TimestampTz *", + "canonical": "TimestampTz *" + }, + { + "name": "t2", + "cType": "TimestampTz *", + "canonical": "TimestampTz *" + } + ], + "shape": { + "outParams": [ + "t1", + "t2" + ] + }, + "api": "internal", + "category": "accessor", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:Datum; no-decoder:TimestampTz" + }, + "wire": { + "params": [ + { + "name": "start", + "kind": "unsupported" + }, + { + "name": "end", + "kind": "unsupported" + }, + { + "name": "value", + "kind": "unsupported" + }, + { + "name": "lower", + "kind": "unsupported" + }, + { + "name": "upper", + "kind": "unsupported" + }, + { + "name": "t1", + "kind": "unsupported" + }, + { + "name": "t2", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "tposechainsegm_intersection", + "file": "tposechain.h", + "family": "POSE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -282163,7 +293874,8 @@ { "name": "tposechaininst_set_stbox", "file": "tposechain_boxops.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -282224,7 +293936,8 @@ { "name": "tposechaininstarr_set_stbox", "file": "tposechain_boxops.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -282247,6 +293960,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -282294,7 +294020,8 @@ { "name": "tposechainseq_expand_stbox", "file": "tposechain_boxops.h", - "family": "CORE", + "family": "POSE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -282344,6 +294071,7 @@ "name": "bool_in", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "bool", "canonical": "bool" @@ -282380,6 +294108,7 @@ "name": "bool_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -282416,6 +294145,7 @@ "name": "float8_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -282462,6 +294192,7 @@ "name": "date_in", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "DateADT", "canonical": "DateADT" @@ -282497,6 +294228,7 @@ "name": "date_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -282532,6 +294264,7 @@ "name": "interval_cmp", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "int", "canonical": "int" @@ -282600,6 +294333,7 @@ "name": "interval_in", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Interval *", "canonical": "Interval *" @@ -282651,6 +294385,7 @@ "name": "interval_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -282698,6 +294433,7 @@ "name": "time_in", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "TimeADT", "canonical": "int" @@ -282744,6 +294480,7 @@ "name": "time_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -282780,6 +294517,7 @@ "name": "timestamp_in", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "Timestamp", "canonical": "Timestamp" @@ -282825,6 +294563,7 @@ "name": "timestamp_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -282860,6 +294599,7 @@ "name": "timestamptz_in", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -282905,6 +294645,7 @@ "name": "timestamptz_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -282940,6 +294681,7 @@ "name": "cstring_to_text", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "text *", "canonical": "text *" @@ -282976,6 +294718,7 @@ "name": "text_to_cstring", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -283012,6 +294755,7 @@ "name": "text_in", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "text *", "canonical": "text *" @@ -283048,6 +294792,7 @@ "name": "text_out", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "char *", "canonical": "char *" @@ -283084,6 +294829,7 @@ "name": "text_cmp", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "int", "canonical": "int" @@ -283140,6 +294886,7 @@ "name": "text_copy", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "text *", "canonical": "text *" @@ -283176,6 +294923,7 @@ "name": "text_initcap", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "text *", "canonical": "text *" @@ -283212,6 +294960,7 @@ "name": "text_lower", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "text *", "canonical": "text *" @@ -283248,6 +294997,7 @@ "name": "text_upper", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "text *", "canonical": "text *" @@ -283284,6 +295034,7 @@ "name": "textcat_text_text", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "returnType": { "c": "text *", "canonical": "text *" @@ -283330,6 +295081,7 @@ "name": "quadbin_parse", "file": "quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -283365,6 +295117,7 @@ "name": "quadbin_cell_tile", "file": "quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -283433,6 +295186,7 @@ "name": "quadbin_cell_point", "file": "quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -283491,6 +295245,7 @@ "name": "quadbin_cell_bounding_box", "file": "quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -283566,31 +295321,166 @@ } }, { - "name": "ensure_valid_tquadbin_tquadbin", - "file": "tquadbin.h", + "name": "quadbin_segment_cells", + "file": "quadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { - "c": "bool", - "canonical": "bool" + "c": "int", + "canonical": "int" }, "params": [ { - "name": "temp1", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" + "name": "lon1", + "cType": "double", + "canonical": "double" }, { - "name": "temp2", - "cType": "const Temporal *", - "canonical": "const struct Temporal *" + "name": "lat1", + "cType": "double", + "canonical": "double" + }, + { + "name": "lon2", + "cType": "double", + "canonical": "double" + }, + { + "name": "lat2", + "cType": "double", + "canonical": "double" + }, + { + "name": "resolution", + "cType": "uint32_t", + "canonical": "uint32_t" + }, + { + "name": "cells", + "cType": "uint64_t *", + "canonical": "uint64_t *" + }, + { + "name": "enter", + "cType": "double *", + "canonical": "double *" + }, + { + "name": "maxout", + "cType": "int", + "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "cells", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "uint64_t", + "canonical": "uint64_t" + } + }, + { + "param": "enter", + "lengthFrom": { + "kind": "param", + "name": "maxout" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ], + "outParams": [ + "cells", + "enter" + ] + }, "api": "internal", - "category": "predicate", + "category": "transformation", "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint32_t; no-decoder:uint64_t; array-or-out-param:enter" + }, + "wire": { + "params": [ + { + "name": "lon1", + "kind": "json", + "json": "number" + }, + { + "name": "lat1", + "kind": "json", + "json": "number" + }, + { + "name": "lon2", + "kind": "json", + "json": "number" + }, + { + "name": "lat2", + "kind": "json", + "json": "number" + }, + { + "name": "resolution", + "kind": "unsupported" + }, + { + "name": "cells", + "kind": "unsupported" + }, + { + "name": "enter", + "kind": "unsupported" + }, + { + "name": "maxout", + "kind": "json", + "json": "integer" + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "ensure_valid_tquadbin_tquadbin", + "file": "tquadbin.h", + "family": "QUADBIN", + "vendored": false, + "returnType": { + "c": "bool", + "canonical": "bool" + }, + "params": [ + { + "name": "temp1", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "temp2", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + } + ], + "api": "internal", + "category": "predicate", + "network": { + "exposable": false, + "method": null, + "reason": "internal" }, "wire": { "params": [ @@ -283629,6 +295519,7 @@ "name": "ensure_valid_tquadbin_quadbin", "file": "tquadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -283681,6 +295572,7 @@ "name": "ensure_valid_tquadbin_tgeompoint", "file": "tquadbin.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -283737,118 +295629,11 @@ } } }, - { - "name": "datum2_quadbin_eq", - "file": "tquadbin.h", - "family": "QUADBIN", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "d1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "d2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "type", - "cType": "MeosType", - "canonical": "MeosType" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "d1", - "kind": "unsupported" - }, - { - "name": "d2", - "kind": "unsupported" - }, - { - "name": "type", - "kind": "json", - "json": "string", - "enum": "MeosType" - } - ], - "result": { - "kind": "unsupported" - } - } - }, - { - "name": "datum2_quadbin_ne", - "file": "tquadbin.h", - "family": "QUADBIN", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "d1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "d2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "type", - "cType": "MeosType", - "canonical": "MeosType" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "d1", - "kind": "unsupported" - }, - { - "name": "d2", - "kind": "unsupported" - }, - { - "name": "type", - "kind": "json", - "json": "string", - "enum": "MeosType" - } - ], - "result": { - "kind": "unsupported" - } - } - }, { "name": "quadbin_set_stbox", "file": "tquadbin_boxops.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -283905,6 +295690,7 @@ "name": "quadbinarr_set_stbox", "file": "tquadbin_boxops.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -283927,6 +295713,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "box" ] @@ -283970,6 +295769,7 @@ "name": "tquadbininst_set_stbox", "file": "tquadbin_boxops.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -284031,6 +295831,7 @@ "name": "tquadbininstarr_set_stbox", "file": "tquadbin_boxops.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -284053,6 +295854,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -284101,6 +295915,7 @@ "name": "tquadbinseq_expand_stbox", "file": "tquadbin_boxops.h", "family": "QUADBIN", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -284150,6 +295965,7 @@ "name": "raquet_set_stbox", "file": "raquet.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -284208,10 +296024,49 @@ } } }, + { + "name": "raquet_pixtype_name", + "file": "raquet.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "const char *", + "canonical": "const char *" + }, + "params": [ + { + "name": "pixtype", + "cType": "MeosPixType", + "canonical": "MeosPixType" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "pixtype", + "kind": "json", + "json": "string", + "enum": "MeosPixType" + } + ], + "result": { + "kind": "json", + "json": "string" + } + } + }, { "name": "raquet_pixel_value", "file": "raquet.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -284239,6 +296094,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "pixels", + "lengthFrom": { + "kind": "param", + "name": "index" + }, + "element": { + "c": "int", + "canonical": "int" + } + } + ], "outParams": [ "result" ] @@ -284280,6 +296148,7 @@ "name": "raquet_pixels_from_host", "file": "raquet.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -284301,6 +296170,21 @@ "canonical": "MeosPixType" } ], + "shape": { + "inputArrays": [ + { + "param": "pixels", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "int", + "canonical": "int" + } + } + ] + }, "api": "internal", "category": "conversion", "network": { @@ -284334,6 +296218,7 @@ "name": "raquet_pixels_size", "file": "raquet.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -284375,6 +296260,7 @@ "name": "raquet_meaningful_size", "file": "raquet.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -284416,6 +296302,7 @@ "name": "raster_quadbin_from_bounds", "file": "raster_quadbin.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -284516,6 +296403,7 @@ "name": "raster_quadbin_bounds", "file": "raster_quadbin.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -284594,6 +296482,7 @@ "name": "raster_quadbin_zoom", "file": "raster_quadbin.h", "family": "RASTER", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -284624,10 +296513,379 @@ } } }, + { + "name": "raster_value_sampler", + "file": "raster_quadbin.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "ops", + "cType": "const RasterGridOps *", + "canonical": "const struct RasterGridOps *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RasterGridOps" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "ops", + "kind": "unsupported" + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "raster_at_value_sampler", + "file": "raster_quadbin.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "ops", + "cType": "const RasterGridOps *", + "canonical": "const struct RasterGridOps *" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RasterGridOps" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "ops", + "kind": "unsupported" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "raster_minus_value_sampler", + "file": "raster_quadbin.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "Temporal *", + "canonical": "struct Temporal *" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "ops", + "cType": "const RasterGridOps *", + "canonical": "const struct RasterGridOps *" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RasterGridOps" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "ops", + "kind": "unsupported" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Temporal *", + "encode": "temporal_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + } + } + }, + { + "name": "eraster_value_sampler", + "file": "raster_quadbin.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "ops", + "cType": "const RasterGridOps *", + "canonical": "const struct RasterGridOps *" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RasterGridOps" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "ops", + "kind": "unsupported" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, + { + "name": "araster_value_sampler", + "file": "raster_quadbin.h", + "family": "RASTER", + "vendored": false, + "returnType": { + "c": "int", + "canonical": "int" + }, + "params": [ + { + "name": "traj", + "cType": "const Temporal *", + "canonical": "const struct Temporal *" + }, + { + "name": "ops", + "cType": "const RasterGridOps *", + "canonical": "const struct RasterGridOps *" + }, + { + "name": "vspan", + "cType": "const Span *", + "canonical": "const struct Span *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:RasterGridOps" + }, + "wire": { + "params": [ + { + "name": "traj", + "kind": "serialized", + "cType": "const struct Temporal *", + "decode": "tbigint_in", + "decode_aux": [], + "encodings": [ + "mfjson", + "text", + "wkb" + ] + }, + { + "name": "ops", + "kind": "unsupported" + }, + { + "name": "vspan", + "kind": "serialized", + "cType": "const struct Span *", + "decode": "bigintspan_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "json", + "json": "integer" + } + } + }, { "name": "ensure_has_geom", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -284664,6 +296922,7 @@ "name": "ensure_valid_trgeo_geo", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -284729,6 +296988,7 @@ "name": "ensure_valid_trgeo_stbox", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -284788,6 +297048,7 @@ "name": "ensure_valid_trgeo_trgeo", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -284848,6 +297109,7 @@ "name": "ensure_valid_trgeo_tpoint", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -284908,6 +297170,7 @@ "name": "trgeo_geom_p", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" @@ -284963,6 +297226,7 @@ "name": "trgeo_wkt_out", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -285026,6 +297290,7 @@ "name": "geo_tposeinst_to_trgeo", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -285100,6 +297365,7 @@ "name": "geo_tposeseq_to_trgeo", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -285168,6 +297434,7 @@ "name": "geo_tposeseqset_to_trgeo", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -285242,6 +297509,7 @@ "name": "geo_tpose_to_trgeo", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -285320,6 +297588,7 @@ "name": "trgeo_value_at_timestamptz", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -285391,6 +297660,7 @@ "name": "trgeometry_restrict_value", "file": "trgeo.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -285466,6 +297736,7 @@ "name": "trgeoinst_geom_p", "file": "trgeo_inst.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" @@ -285519,6 +297790,7 @@ "name": "trgeoinst_pose_varsize", "file": "trgeo_inst.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -285559,6 +297831,7 @@ "name": "trgeoinst_set_pose", "file": "trgeo_inst.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -285599,6 +297872,7 @@ "name": "trgeoinst_tposeinst", "file": "trgeo_inst.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -285651,6 +297925,7 @@ "name": "trgeoinst_make1", "file": "trgeo_inst.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -285735,6 +298010,7 @@ "name": "trgeoseq_as_tinstant", "file": "trgeo_inst.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -285781,6 +298057,7 @@ "name": "trgeoseqset_as_tinstant", "file": "trgeo_inst.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -285833,6 +298110,7 @@ "name": "trgeo_placements", "file": "trgeo_spatialfuncs.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "GSERIALIZED *", "canonical": "GSERIALIZED *" @@ -285888,6 +298166,7 @@ "name": "trgeo_restrict_geom", "file": "trgeo_spatialfuncs.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -285976,6 +298255,7 @@ "name": "trgeo_restrict_stbox", "file": "trgeo_spatialfuncs.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -286068,6 +298348,7 @@ "name": "trgeo_restrict_elevation", "file": "trgeo_spatialfuncs.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -286150,6 +298431,7 @@ "name": "spatialrel_trgeo_trav_geo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286253,6 +298535,7 @@ "name": "ea_contains_geo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286328,6 +298611,7 @@ "name": "ea_contains_trgeo_geo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286403,6 +298687,7 @@ "name": "ea_contains_trgeo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286473,6 +298758,7 @@ "name": "ea_covers_geo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286548,6 +298834,7 @@ "name": "ea_covers_trgeo_geo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286623,6 +298910,7 @@ "name": "ea_covers_trgeo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286693,6 +298981,7 @@ "name": "ea_disjoint_geo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286768,6 +299057,7 @@ "name": "ea_disjoint_trgeo_geo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286843,6 +299133,7 @@ "name": "ea_disjoint_trgeo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286913,6 +299204,7 @@ "name": "ea_intersects_geo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -286988,6 +299280,7 @@ "name": "ea_intersects_trgeo_geo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -287063,6 +299356,7 @@ "name": "ea_intersects_trgeo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -287133,6 +299427,7 @@ "name": "ea_touches_geo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -287208,6 +299503,7 @@ "name": "ea_touches_trgeo_geo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -287283,6 +299579,7 @@ "name": "ea_touches_trgeo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -287353,6 +299650,7 @@ "name": "ea_dwithin_trgeo_geo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -287438,6 +299736,7 @@ "name": "ea_dwithin_trgeo_trgeo", "file": "trgeo_spatialrels.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -287518,6 +299817,7 @@ "name": "trgeoseq_geom_p", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" @@ -287565,6 +299865,7 @@ "name": "trgeoseq_pose_varsize", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -287599,6 +299900,7 @@ "name": "trgeoseq_set_pose", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -287633,6 +299935,7 @@ "name": "trgeoseq_tposeseq", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -287679,6 +299982,7 @@ "name": "trgeoseq_make_valid", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -287715,6 +300019,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -287781,6 +300100,7 @@ "name": "trgeoseq_make1_exp", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -287827,6 +300147,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -287915,6 +300250,7 @@ "name": "trgeoseq_make1", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -287956,6 +300292,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -288039,6 +300390,7 @@ "name": "trgeoseq_make_exp", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -288085,6 +300437,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -288173,6 +300540,7 @@ "name": "trgeoseq_make_free_exp", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -288219,6 +300587,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -288307,6 +300690,7 @@ "name": "trgeoseq_make_free", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -288348,6 +300732,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -288431,6 +300830,7 @@ "name": "trgeoinst_as_tsequence", "file": "trgeo_seq.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -288494,6 +300894,7 @@ "name": "trgeoseqset_geom_p", "file": "trgeo_seqset.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "const GSERIALIZED *", "canonical": "const GSERIALIZED *" @@ -288547,6 +300948,7 @@ "name": "trgeoseqset_tposeseqset", "file": "trgeo_seqset.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -288599,6 +301001,7 @@ "name": "trgeoseqset_make1_exp", "file": "trgeo_seqset.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -288630,6 +301033,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -288697,6 +301115,7 @@ "name": "trgeoseqset_make_exp", "file": "trgeo_seqset.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -288728,6 +301147,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -288795,6 +301229,7 @@ "name": "trgeoseqset_make_free", "file": "trgeo_seqset.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -288821,6 +301256,21 @@ "canonical": "bool" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -288883,6 +301333,7 @@ "name": "trgeoseqset_as_tsequence", "file": "trgeo_seqset.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -288935,6 +301386,7 @@ "name": "trgeoinst_set_stbox", "file": "trgeo_boxops.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -289018,6 +301470,7 @@ "name": "trgeoinstarr_static_stbox", "file": "trgeo_boxops.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -289045,6 +301498,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -289110,6 +301576,7 @@ "name": "trgeoinstarr_rotating_stbox", "file": "trgeo_boxops.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -289137,6 +301604,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -289202,6 +301682,7 @@ "name": "trgeoinstarr_compute_bbox", "file": "trgeo_boxops.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -289234,6 +301715,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -289298,6 +301792,7 @@ "name": "ensure_span_isof_type", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -289351,6 +301846,7 @@ "name": "ensure_span_isof_basetype", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -289404,6 +301900,7 @@ "name": "ensure_same_span_type", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -289462,6 +301959,7 @@ "name": "ensure_valid_span_span", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -289520,6 +302018,7 @@ "name": "span_deserialize", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -289585,6 +302084,7 @@ "name": "span_bound_cmp", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -289629,6 +302129,7 @@ "name": "span_bound_qsort_cmp", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -289673,6 +302174,7 @@ "name": "span_lower_cmp", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -289731,6 +302233,7 @@ "name": "span_upper_cmp", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -289789,6 +302292,7 @@ "name": "span_decr_bound", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -289834,6 +302338,7 @@ "name": "span_incr_bound", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -289879,6 +302384,7 @@ "name": "spanarr_normalize", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -289967,6 +302473,7 @@ "name": "span_bounds_shift_scale_value", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -290059,6 +302566,7 @@ "name": "span_bounds_shift_scale_time", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -290150,6 +302658,7 @@ "name": "floatspan_floor_ceil_iter", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -290201,6 +302710,7 @@ "name": "numspan_delta_scale_iter", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -290280,6 +302790,7 @@ "name": "tstzspan_delta_scale_iter", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -290349,6 +302860,7 @@ "name": "numspan_shift_scale_iter", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -290452,6 +302964,7 @@ "name": "tstzspan_shift_scale1", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -290553,6 +303066,7 @@ "name": "mi_span_value", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -290625,6 +303139,7 @@ "name": "distance_sentinel", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -290661,6 +303176,7 @@ "name": "distance_double", "file": "span.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -290707,6 +303223,7 @@ "name": "trgeo_geom_clip_polygon", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -290787,6 +303304,7 @@ "name": "trgeo_geom_clip_lwpoly", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -290867,6 +303385,7 @@ "name": "trgeo_geom_clip_box", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -290978,6 +303497,7 @@ "name": "trgeo_geom_clip_polygon_posed", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -291072,6 +303592,7 @@ "name": "trgeo_geom_clip_lwpoly_posed", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -291166,6 +303687,7 @@ "name": "trgeo_geom_clip_box_posed", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -291291,6 +303813,7 @@ "name": "trgeo_geom_clip_lwgeom", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -291371,6 +303894,7 @@ "name": "trgeo_geom_clip_lwgeom_posed", "file": "trgeo_geom_clip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -291465,6 +303989,7 @@ "name": "trgeo_parse", "file": "trgeo_parser.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -291524,6 +304049,7 @@ "name": "ensure_same_geom", "file": "trgeo_utils.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -291594,6 +304120,7 @@ "name": "geom_radius", "file": "trgeo_utils.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -291638,10 +304165,171 @@ } } }, + { + "name": "uint_mod_add", + "file": "trgeo_vclip.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "uint32_t", + "canonical": "uint32_t" + }, + "params": [ + { + "name": "i", + "cType": "uint32_t", + "canonical": "uint32_t" + }, + { + "name": "j", + "cType": "uint32_t", + "canonical": "uint32_t" + }, + { + "name": "n", + "cType": "uint32_t", + "canonical": "uint32_t" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint32_t; unsupported-return:uint32_t" + }, + "wire": { + "params": [ + { + "name": "i", + "kind": "unsupported" + }, + { + "name": "j", + "kind": "unsupported" + }, + { + "name": "n", + "kind": "unsupported" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "uint_mod_sub", + "file": "trgeo_vclip.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "uint32_t", + "canonical": "uint32_t" + }, + "params": [ + { + "name": "i", + "cType": "uint32_t", + "canonical": "uint32_t" + }, + { + "name": "j", + "cType": "uint32_t", + "canonical": "uint32_t" + }, + { + "name": "n", + "cType": "uint32_t", + "canonical": "uint32_t" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:uint32_t; unsupported-return:uint32_t" + }, + "wire": { + "params": [ + { + "name": "i", + "kind": "unsupported" + }, + { + "name": "j", + "kind": "unsupported" + }, + { + "name": "n", + "kind": "unsupported" + } + ], + "result": { + "kind": "unsupported" + } + } + }, + { + "name": "compute_s", + "file": "trgeo_vclip.h", + "family": "RGEO", + "vendored": false, + "returnType": { + "c": "double", + "canonical": "double" + }, + "params": [ + { + "name": "p", + "cType": "const POINT2D *", + "canonical": "const POINT2D *" + }, + { + "name": "vs", + "cType": "const POINT2D *", + "canonical": "const POINT2D *" + }, + { + "name": "ve", + "cType": "const POINT2D *", + "canonical": "const POINT2D *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal; no-decoder:POINT2D" + }, + "wire": { + "params": [ + { + "name": "p", + "kind": "unsupported" + }, + { + "name": "vs", + "kind": "unsupported" + }, + { + "name": "ve", + "kind": "unsupported" + } + ], + "result": { + "kind": "json", + "json": "number" + } + } + }, { "name": "v_clip_tpoly_point", "file": "trgeo_vclip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -291720,6 +304408,7 @@ "name": "v_clip_tpoly_tpoly", "file": "trgeo_vclip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -291820,9 +304509,10 @@ } }, { - "name": "apply_pose_point4d", + "name": "apply_pose_point2d", "file": "trgeo_vclip.h", "family": "RGEO", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -291830,8 +304520,8 @@ "params": [ { "name": "p", - "cType": "POINT4D *", - "canonical": "POINT4D *" + "cType": "POINT2D *", + "canonical": "POINT2D *" }, { "name": "pose", @@ -291844,7 +304534,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:POINT4D" + "reason": "internal; no-decoder:POINT2D" }, "wire": { "params": [ @@ -291872,10 +304562,11 @@ { "name": "s2cell_parse", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { - "c": "S2CellId", - "canonical": "int" + "c": "uint64_t", + "canonical": "uint64_t" }, "params": [ { @@ -291889,7 +304580,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; unsupported-return:uint64_t" }, "wire": { "params": [ @@ -291900,15 +304591,15 @@ } ], "result": { - "kind": "json", - "json": "integer" + "kind": "unsupported" } } }, { "name": "s2cell_lsb", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -291916,8 +304607,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -291925,14 +304616,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; unsupported-return:uint64_t" + "reason": "internal; no-decoder:uint64_t; unsupported-return:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -291943,7 +304633,8 @@ { "name": "s2cell_lsb_for_level", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint64_t", "canonical": "uint64_t" @@ -291977,7 +304668,8 @@ { "name": "s2cell_from_face_ij", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -292005,8 +304697,8 @@ }, { "name": "result", - "cType": "S2CellId *", - "canonical": "S2CellId *" + "cType": "uint64_t *", + "canonical": "uint64_t *" } ], "shape": { @@ -292019,7 +304711,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t; no-decoder:S2CellId; unsupported-return:uint32_t" + "reason": "internal; no-decoder:uint32_t; no-decoder:uint64_t; unsupported-return:uint32_t" }, "wire": { "params": [ @@ -292052,7 +304744,8 @@ { "name": "s2cell_to_face_ij", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "uint32_t", "canonical": "uint32_t" @@ -292060,8 +304753,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "i", @@ -292091,14 +304784,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; no-decoder:uint32_t; unsupported-return:uint32_t" + "reason": "internal; no-decoder:uint64_t; no-decoder:uint32_t; unsupported-return:uint32_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "i", @@ -292121,7 +304813,8 @@ { "name": "s2cell_cell_point", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -292129,8 +304822,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "longitude", @@ -292154,14 +304847,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:longitude; array-or-out-param:latitude" + "reason": "internal; no-decoder:uint64_t; array-or-out-param:longitude; array-or-out-param:latitude" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "longitude", @@ -292180,7 +304872,8 @@ { "name": "s2cell_cell_vertices", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -292188,8 +304881,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "longitudes", @@ -292213,14 +304906,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:longitudes; array-or-out-param:latitudes" + "reason": "internal; no-decoder:uint64_t; array-or-out-param:longitudes; array-or-out-param:latitudes" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "longitudes", @@ -292239,7 +304931,8 @@ { "name": "s2cell_cell_bounding_box", "file": "s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -292247,8 +304940,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "xmin", @@ -292276,14 +304969,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal; array-or-out-param:xmin; array-or-out-param:ymin; array-or-out-param:xmax; array-or-out-param:ymax" + "reason": "internal; no-decoder:uint64_t; array-or-out-param:xmin; array-or-out-param:ymin; array-or-out-param:xmax; array-or-out-param:ymax" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "xmin", @@ -292310,7 +305002,8 @@ { "name": "ensure_valid_ts2cell_ts2cell", "file": "ts2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -292370,7 +305063,8 @@ { "name": "ensure_valid_ts2cell_s2cell", "file": "ts2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -292383,8 +305077,8 @@ }, { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" } ], "api": "internal", @@ -292392,7 +305086,7 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ @@ -292410,8 +305104,7 @@ }, { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" } ], "result": { @@ -292423,7 +305116,8 @@ { "name": "ensure_valid_ts2cell_tgeogpoint", "file": "ts2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -292480,118 +305174,11 @@ } } }, - { - "name": "datum2_s2cell_eq", - "file": "ts2cell.h", - "family": "CORE", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "d1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "d2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "type", - "cType": "MeosType", - "canonical": "MeosType" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "d1", - "kind": "unsupported" - }, - { - "name": "d2", - "kind": "unsupported" - }, - { - "name": "type", - "kind": "json", - "json": "string", - "enum": "MeosType" - } - ], - "result": { - "kind": "unsupported" - } - } - }, - { - "name": "datum2_s2cell_ne", - "file": "ts2cell.h", - "family": "CORE", - "returnType": { - "c": "Datum", - "canonical": "Datum" - }, - "params": [ - { - "name": "d1", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "d2", - "cType": "Datum", - "canonical": "Datum" - }, - { - "name": "type", - "cType": "MeosType", - "canonical": "MeosType" - } - ], - "api": "internal", - "category": "predicate", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum; unsupported-return:Datum" - }, - "wire": { - "params": [ - { - "name": "d1", - "kind": "unsupported" - }, - { - "name": "d2", - "kind": "unsupported" - }, - { - "name": "type", - "kind": "json", - "json": "string", - "enum": "MeosType" - } - ], - "result": { - "kind": "unsupported" - } - } - }, { "name": "s2cell_set_stbox", "file": "ts2cell_boxops.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -292599,8 +305186,8 @@ "params": [ { "name": "cell", - "cType": "S2CellId", - "canonical": "int" + "cType": "uint64_t", + "canonical": "uint64_t" }, { "name": "box", @@ -292618,14 +305205,13 @@ "network": { "exposable": false, "method": null, - "reason": "internal" + "reason": "internal; no-decoder:uint64_t" }, "wire": { "params": [ { "name": "cell", - "kind": "json", - "json": "integer" + "kind": "unsupported" }, { "name": "box", @@ -292648,7 +305234,8 @@ { "name": "s2cellarr_set_stbox", "file": "ts2cell_boxops.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -292671,6 +305258,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ], "outParams": [ "box" ] @@ -292713,7 +305313,8 @@ { "name": "ts2cellinst_set_stbox", "file": "ts2cell_boxops.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -292774,7 +305375,8 @@ { "name": "ts2cellinstarr_set_stbox", "file": "ts2cell_boxops.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -292797,6 +305399,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -292844,7 +305459,8 @@ { "name": "ts2cellseq_expand_stbox", "file": "ts2cell_boxops.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -292894,6 +305510,7 @@ "name": "tfunc_tinstant", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -292955,6 +305572,7 @@ "name": "tfunc_tsequence", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -293010,6 +305628,7 @@ "name": "tfunc_tsequenceset", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -293071,6 +305690,7 @@ "name": "tfunc_temporal", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -293136,6 +305756,7 @@ "name": "tfunc_tinstant_base", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -293206,6 +305827,7 @@ "name": "tfunc_tsequence_base", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -293270,6 +305892,7 @@ "name": "tfunc_tsequenceset_base", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -293340,6 +305963,7 @@ "name": "tfunc_temporal_base", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -293414,6 +306038,7 @@ "name": "tfunc_tinstant_tinstant", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -293490,6 +306115,7 @@ "name": "tfunc_tdiscseq_tdiscseq", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -293554,6 +306180,7 @@ "name": "tfunc_tcontseq_tcontseq", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -293620,6 +306247,7 @@ "name": "tfunc_tsequenceset_tsequenceset", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -293696,6 +306324,7 @@ "name": "tfunc_temporal_temporal", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -293778,6 +306407,7 @@ "name": "eafunc_temporal_base", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -293839,6 +306469,7 @@ "name": "eafunc_temporal_temporal", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -293908,6 +306539,7 @@ "name": "lfunc_set", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -293971,6 +306603,7 @@ "name": "lfunc_set_bool", "file": "lifting.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool *", "canonical": "bool *" @@ -294045,6 +306678,7 @@ "name": "set_out_fn", "file": "set.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -294106,6 +306740,7 @@ "name": "ensure_set_isof_type", "file": "set.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294159,6 +306794,7 @@ "name": "ensure_valid_set_set", "file": "set.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294217,6 +306853,7 @@ "name": "set_find_value", "file": "set.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294282,6 +306919,7 @@ "name": "set_unnest_state_make", "file": "set.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SetUnnestState *", "canonical": "SetUnnestState *" @@ -294323,6 +306961,7 @@ "name": "set_unnest_state_next", "file": "set.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -294357,6 +306996,7 @@ "name": "ensure_same_skiplist_subtype", "file": "skiplist.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294402,6 +307042,7 @@ "name": "skiplist_set_extra", "file": "skiplist.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -294454,6 +307095,7 @@ "name": "skiplist_headval", "file": "skiplist.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void *", "canonical": "void *" @@ -294488,6 +307130,7 @@ "name": "common_entry_cmp", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -294532,6 +307175,7 @@ "name": "span_index_leaf_consistent", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294600,6 +307244,7 @@ "name": "span_gist_inner_consistent", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294668,6 +307313,7 @@ "name": "span_index_recheck", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294704,6 +307350,7 @@ "name": "span_lower_qsort_cmp", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -294748,6 +307395,7 @@ "name": "span_upper_qsort_cmp", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -294792,6 +307440,7 @@ "name": "getQuadrant2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -294850,6 +307499,7 @@ "name": "overlap2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294901,6 +307551,7 @@ "name": "contain2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -294952,6 +307603,7 @@ "name": "left2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295003,6 +307655,7 @@ "name": "overLeft2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295054,6 +307707,7 @@ "name": "right2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295105,6 +307759,7 @@ "name": "overRight2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295156,6 +307811,7 @@ "name": "adjacent2D", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295207,6 +307863,7 @@ "name": "distance_span_nodespan", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -295258,6 +307915,7 @@ "name": "span_spgist_get_span", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295320,6 +307978,7 @@ "name": "spannode_init", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -295376,6 +308035,7 @@ "name": "spannode_copy", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanNode *", "canonical": "struct SpanNode *" @@ -295410,6 +308070,7 @@ "name": "spannode_quadtree_next", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -295479,6 +308140,7 @@ "name": "spannode_kdtree_next", "file": "span_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -295558,6 +308220,7 @@ "name": "ensure_spanset_isof_type", "file": "spanset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295611,6 +308274,7 @@ "name": "ensure_same_spanset_type", "file": "spanset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295669,6 +308333,7 @@ "name": "ensure_same_spanset_span_type", "file": "spanset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295727,6 +308392,7 @@ "name": "ensure_valid_spanset_span", "file": "spanset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295785,6 +308451,7 @@ "name": "ensure_valid_spanset_spanset", "file": "spanset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295843,6 +308510,7 @@ "name": "spanset_find_value", "file": "spanset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -295908,6 +308576,7 @@ "name": "datum_and", "file": "tbool_ops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -295951,6 +308620,7 @@ "name": "datum_or", "file": "tbool_ops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -295994,6 +308664,7 @@ "name": "boolop_tbool_bool", "file": "tbool_ops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -296078,6 +308749,7 @@ "name": "boolop_tbool_tbool", "file": "tbool_ops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -296160,6 +308832,7 @@ "name": "ensure_same_dimensionality_tbox", "file": "tbox.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -296215,22 +308888,28 @@ } }, { - "name": "set_tbox", + "name": "ensure_valid_tbox_tbox", "file": "tbox.h", "family": "CORE", + "vendored": false, "returnType": { - "c": "TBox *", - "canonical": "struct TBox *" + "c": "bool", + "canonical": "bool" }, "params": [ { - "name": "s", - "cType": "const Set *", - "canonical": "const struct Set *" + "name": "box1", + "cType": "const TBox *", + "canonical": "const struct TBox *" + }, + { + "name": "box2", + "cType": "const TBox *", + "canonical": "const struct TBox *" } ], "api": "internal", - "category": "transformation", + "category": "predicate", "network": { "exposable": false, "method": null, @@ -296239,10 +308918,21 @@ "wire": { "params": [ { - "name": "s", + "name": "box1", "kind": "serialized", - "cType": "const struct Set *", - "decode": "bigintset_in", + "cType": "const struct TBox *", + "decode": "tbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + }, + { + "name": "box2", + "kind": "serialized", + "cType": "const struct TBox *", + "decode": "tbox_in", "decode_aux": [], "encodings": [ "text", @@ -296251,27 +308941,16 @@ } ], "result": { - "kind": "serialized", - "cType": "struct TBox *", - "encode": "tbox_out", - "encode_aux": [ - { - "name": "maxdd", - "kind": "integer", - "default": 15 - } - ], - "encodings": [ - "text", - "wkb" - ] + "kind": "json", + "json": "boolean" } } }, { - "name": "span_tbox", + "name": "set_tbox", "file": "tbox.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -296279,8 +308958,8 @@ "params": [ { "name": "s", - "cType": "const Span *", - "canonical": "const struct Span *" + "cType": "const Set *", + "canonical": "const struct Set *" } ], "api": "internal", @@ -296295,8 +308974,8 @@ { "name": "s", "kind": "serialized", - "cType": "const struct Span *", - "decode": "bigintspan_in", + "cType": "const struct Set *", + "decode": "bigintset_in", "decode_aux": [], "encodings": [ "text", @@ -296323,18 +309002,19 @@ } }, { - "name": "tbox_tstzspan", + "name": "span_tbox", "file": "tbox.h", "family": "CORE", + "vendored": false, "returnType": { - "c": "Span *", - "canonical": "struct Span *" + "c": "TBox *", + "canonical": "struct TBox *" }, "params": [ { - "name": "box", - "cType": "const TBox *", - "canonical": "const struct TBox *" + "name": "s", + "cType": "const Span *", + "canonical": "const struct Span *" } ], "api": "internal", @@ -296347,10 +309027,10 @@ "wire": { "params": [ { - "name": "box", + "name": "s", "kind": "serialized", - "cType": "const struct TBox *", - "decode": "tbox_in", + "cType": "const struct Span *", + "decode": "bigintspan_in", "decode_aux": [], "encodings": [ "text", @@ -296360,8 +309040,8 @@ ], "result": { "kind": "serialized", - "cType": "struct Span *", - "encode": "span_out", + "cType": "struct TBox *", + "encode": "tbox_out", "encode_aux": [ { "name": "maxdd", @@ -296377,9 +309057,65 @@ } }, { - "name": "tbox_intspan", + "name": "tbox_tstzspan", "file": "tbox.h", "family": "CORE", + "vendored": false, + "returnType": { + "c": "Span *", + "canonical": "struct Span *" + }, + "params": [ + { + "name": "box", + "cType": "const TBox *", + "canonical": "const struct TBox *" + } + ], + "api": "internal", + "category": "transformation", + "network": { + "exposable": false, + "method": null, + "reason": "internal" + }, + "wire": { + "params": [ + { + "name": "box", + "kind": "serialized", + "cType": "const struct TBox *", + "decode": "tbox_in", + "decode_aux": [], + "encodings": [ + "text", + "wkb" + ] + } + ], + "result": { + "kind": "serialized", + "cType": "struct Span *", + "encode": "span_out", + "encode_aux": [ + { + "name": "maxdd", + "kind": "integer", + "default": 15 + } + ], + "encodings": [ + "text", + "wkb" + ] + } + } + }, + { + "name": "tbox_intspan", + "file": "tbox.h", + "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -296434,6 +309170,7 @@ "name": "tbox_floatspan", "file": "tbox.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Span *", "canonical": "struct Span *" @@ -296488,6 +309225,7 @@ "name": "tbox_index_leaf_consistent", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -296556,6 +309294,7 @@ "name": "tbox_gist_inner_consistent", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -296624,6 +309363,7 @@ "name": "tbox_index_recheck", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -296660,6 +309400,7 @@ "name": "tboxnode_init", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -296710,6 +309451,7 @@ "name": "tboxnode_copy", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TboxNode *", "canonical": "struct TboxNode *" @@ -296744,6 +309486,7 @@ "name": "getQuadrant4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -296802,6 +309545,7 @@ "name": "tboxnode_quadtree_next", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -296871,6 +309615,7 @@ "name": "tboxnode_kdtree_next", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -296950,6 +309695,7 @@ "name": "overlap4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297001,6 +309747,7 @@ "name": "contain4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297052,6 +309799,7 @@ "name": "left4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297103,6 +309851,7 @@ "name": "overLeft4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297154,6 +309903,7 @@ "name": "right4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297205,6 +309955,7 @@ "name": "overRight4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297256,6 +310007,7 @@ "name": "before4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297307,6 +310059,7 @@ "name": "overBefore4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297358,6 +310111,7 @@ "name": "after4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297409,6 +310163,7 @@ "name": "overAfter4D", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297460,6 +310215,7 @@ "name": "distance_tbox_nodebox", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -297511,6 +310267,7 @@ "name": "tnumber_spgist_get_tbox", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -297572,6 +310329,7 @@ "name": "tbox_xmin_cmp", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -297630,6 +310388,7 @@ "name": "tbox_xmax_cmp", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -297688,6 +310447,7 @@ "name": "tbox_tmin_cmp", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -297746,6 +310506,7 @@ "name": "tbox_tmax_cmp", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -297804,6 +310565,7 @@ "name": "tbox_level_cmp", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -297872,6 +310634,7 @@ "name": "tcellindex_type", "file": "tcellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297909,6 +310672,7 @@ "name": "ensure_tcellindex_type", "file": "tcellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -297946,6 +310710,7 @@ "name": "dggs_cellops", "file": "tcellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "const DggsCellOps *", "canonical": "const struct DggsCellOps *" @@ -297982,6 +310747,7 @@ "name": "dggs_lonlat_boundary_set_box", "file": "tcellindex.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -298034,6 +310800,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "lons", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + }, + { + "param": "lats", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "double", + "canonical": "double" + } + } + ], "outParams": [ "xmin", "ymin", @@ -298099,6 +310889,7 @@ "name": "datum_min_int32", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298142,6 +310933,7 @@ "name": "datum_max_int32", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298185,6 +310977,7 @@ "name": "datum_min_int64", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298228,6 +311021,7 @@ "name": "datum_max_int64", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298271,6 +311065,7 @@ "name": "datum_min_float8", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298314,6 +311109,7 @@ "name": "datum_max_float8", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298357,6 +311153,7 @@ "name": "datum_sum_int32", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298400,6 +311197,7 @@ "name": "datum_sum_int64", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298443,6 +311241,7 @@ "name": "datum_sum_float8", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298486,6 +311285,7 @@ "name": "datum_min_text", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298529,6 +311329,7 @@ "name": "datum_max_text", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298572,6 +311373,7 @@ "name": "datum_sum_double2", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298615,6 +311417,7 @@ "name": "datum_sum_double3", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298658,6 +311461,7 @@ "name": "datum_sum_double4", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -298701,6 +311505,7 @@ "name": "temporal_skiplist_common", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -298789,6 +311594,7 @@ "name": "temporal_skiplist_merge", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void **", "canonical": "void **" @@ -298908,6 +311714,7 @@ "name": "tinstant_tagg", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant **", "canonical": "struct TInstant **" @@ -298955,6 +311762,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + }, + { + "param": "instants2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "nullable": [ "func" ], @@ -299022,6 +311853,7 @@ "name": "tsequence_tagg", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -299064,6 +311896,30 @@ } ], "shape": { + "inputArrays": [ + { + "param": "sequences1", + "lengthFrom": { + "kind": "param", + "name": "count1" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + }, + { + "param": "sequences2", + "lengthFrom": { + "kind": "param", + "name": "count2" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ], "nullable": [ "func" ], @@ -299121,6 +311977,7 @@ "name": "tcontseq_tagg_transfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -299189,6 +312046,7 @@ "name": "temporal_tagg_combinefn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -299257,6 +312115,7 @@ "name": "tinstant_tagg_transfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -299321,6 +312180,7 @@ "name": "tinstant_tavg_finalfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -299337,6 +312197,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "aggregate", "network": { @@ -299382,6 +312257,7 @@ "name": "tsequence_tavg_finalfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -299398,6 +312274,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "aggregate", "network": { @@ -299438,6 +312329,7 @@ "name": "tnumberinst_transform_tavg", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -299490,6 +312382,7 @@ "name": "temporal_transform_tcount", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -299567,6 +312460,7 @@ "name": "temporal_transform_tagg", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal **", "canonical": "struct Temporal **" @@ -299653,6 +312547,7 @@ "name": "tsequenceset_tagg_transfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -299727,6 +312622,7 @@ "name": "tdiscseq_tagg_transfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -299785,6 +312681,7 @@ "name": "temporal_tagg_transfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -299860,6 +312757,7 @@ "name": "temporal_tagg_transform_transfn", "file": "temporal_aggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -299944,6 +312842,7 @@ "name": "temporal_similarity", "file": "temporal_analytics.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -300015,6 +312914,7 @@ "name": "temporal_similarity_path", "file": "temporal_analytics.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Match *", "canonical": "Match *" @@ -300106,6 +313006,7 @@ "name": "temporal_bbox_size", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -300142,6 +313043,7 @@ "name": "tinstarr_set_bbox", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -300179,6 +313081,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "outParams": [ "box" ] @@ -300236,6 +313151,7 @@ "name": "tsequence_set_bbox_slice", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -300304,6 +313220,7 @@ "name": "tsequence_compute_bbox", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -300338,6 +313255,7 @@ "name": "tseqarr_compute_bbox", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -300359,6 +313277,21 @@ "canonical": "void *" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -300391,6 +313324,7 @@ "name": "tsequenceset_compute_bbox", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -300431,6 +313365,7 @@ "name": "boxop_temporal_tstzspan", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -300509,6 +313444,7 @@ "name": "boxop_temporal_temporal", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -300578,6 +313514,7 @@ "name": "boxop_tnumber_numspan", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -300656,6 +313593,7 @@ "name": "boxop_tnumber_tbox", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -300734,6 +313672,7 @@ "name": "boxop_tnumber_tnumber", "file": "temporal_boxops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -300803,6 +313742,7 @@ "name": "eacomp_base_temporal", "file": "temporal_compops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -300874,6 +313814,7 @@ "name": "eacomp_temporal_base", "file": "temporal_compops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -300945,6 +313886,7 @@ "name": "eacomp_temporal_temporal", "file": "temporal_compops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -301024,6 +313966,7 @@ "name": "tcomp_base_temporal", "file": "temporal_compops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -301098,6 +314041,7 @@ "name": "tcomp_temporal_base", "file": "temporal_compops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -301172,6 +314116,7 @@ "name": "tcomp_temporal_temporal", "file": "temporal_compops.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -301254,6 +314199,7 @@ "name": "tdiscseq_at_timestamptz", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -301309,6 +314255,7 @@ "name": "tdiscseq_restrict_value", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301374,6 +314321,7 @@ "name": "tdiscseq_restrict_values", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301446,6 +314394,7 @@ "name": "tdiscseq_minus_timestamptz", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301501,6 +314450,7 @@ "name": "tdiscseq_restrict_tstzset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301573,6 +314523,7 @@ "name": "tdiscseq_restrict_tstzspanset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301645,6 +314596,7 @@ "name": "tcontseq_restrict_value_iter", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -301723,6 +314675,7 @@ "name": "tcontseq_delete_timestamptz", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301778,6 +314731,7 @@ "name": "tcontseq_delete_tstzset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301840,6 +314794,7 @@ "name": "tcontseq_delete_tstzspanset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301902,6 +314857,7 @@ "name": "tcontseq_at_tstzset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -301964,6 +314920,7 @@ "name": "tcontseq_minus_timestamptz", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -302019,6 +314976,7 @@ "name": "tcontseq_minus_tstzset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -302081,6 +315039,7 @@ "name": "tcontseq_minus_tstzspan", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -302143,6 +315102,7 @@ "name": "tcontseq_restrict_value", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -302208,6 +315168,7 @@ "name": "tcontseq_restrict_values", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -302280,6 +315241,7 @@ "name": "tsequence_at_values_iter", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -302355,6 +315317,7 @@ "name": "tnumberseq_cont_restrict_span_iter", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -302440,6 +315403,7 @@ "name": "tnumberseq_cont_restrict_spanset_iter", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -302525,6 +315489,7 @@ "name": "tsegment_at_timestamptz", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -302612,6 +315577,7 @@ "name": "tcontseq_minus_timestamp_iter", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -302680,6 +315646,7 @@ "name": "tcontseq_minus_tstzset_iter", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -302755,6 +315722,7 @@ "name": "tcontseq_at_tstzspanset1", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -302830,6 +315798,7 @@ "name": "tcontseq_minus_tstzspanset_iter", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -302905,6 +315874,7 @@ "name": "tcontseq_at_tstzspan", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -302967,6 +315937,7 @@ "name": "tcontseq_at_timestamptz", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -303022,6 +315993,7 @@ "name": "tcontseq_restrict_tstzspanset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -303094,6 +316066,7 @@ "name": "tdiscseq_value_at_timestamptz", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -303147,6 +316120,7 @@ "name": "tnumberseq_disc_restrict_span", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -303219,6 +316193,7 @@ "name": "tnumberseq_disc_restrict_spanset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -303291,6 +316266,7 @@ "name": "tnumberseq_cont_restrict_span", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -303363,6 +316339,7 @@ "name": "tnumberseq_cont_restrict_spanset", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -303435,6 +316412,7 @@ "name": "tnumberseq_cont_twavg", "file": "temporal_restrict.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -303470,6 +316448,7 @@ "name": "span_num_bins", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -303554,6 +316533,7 @@ "name": "temporal_time_bin_init", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanBinState *", "canonical": "struct SpanBinState *" @@ -303635,6 +316615,7 @@ "name": "tbox_tile_state_make", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TboxGridState *", "canonical": "struct TboxGridState *" @@ -303741,6 +316722,7 @@ "name": "tbox_tile_state_next", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -303775,6 +316757,7 @@ "name": "tbox_tile_state_set", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -303879,6 +316862,7 @@ "name": "interval_units", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int64_t", "canonical": "int64_t" @@ -303925,6 +316909,7 @@ "name": "timestamptz_bin_start", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -303977,6 +316962,7 @@ "name": "datum_bin", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -304040,6 +317026,7 @@ "name": "tnumber_value_time_tile_init", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TboxGridState *", "canonical": "struct TboxGridState *" @@ -304144,6 +317131,7 @@ "name": "tbox_tile_state_get", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -304200,6 +317188,7 @@ "name": "temporal_transform_wcount", "file": "temporal_waggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -304299,6 +317288,7 @@ "name": "tnumber_transform_wavg", "file": "temporal_waggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -304398,6 +317388,7 @@ "name": "temporal_wagg_transfn", "file": "temporal_waggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -304499,6 +317490,7 @@ "name": "temporal_wagg_transform_transfn", "file": "temporal_waggfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SkipList *", "canonical": "struct SkipList *" @@ -304589,6 +317581,7 @@ "name": "tinstant_set", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -304647,6 +317640,7 @@ "name": "tnumberinst_double", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -304688,6 +317682,7 @@ "name": "tinstant_to_string", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -304748,6 +317743,7 @@ "name": "tinstant_restrict_values_test", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -304815,6 +317811,7 @@ "name": "tnumberinst_restrict_span_test", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -304882,6 +317879,7 @@ "name": "tnumberinst_restrict_spanset_test", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -304949,6 +317947,7 @@ "name": "tinstant_restrict_tstzset_test", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -305016,6 +318015,7 @@ "name": "tinstant_restrict_tstzspanset_test", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -305083,6 +318083,7 @@ "name": "intersection_tinstant_tinstant", "file": "tinstant.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -305163,6 +318164,7 @@ "name": "_mulmat", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305199,6 +318201,43 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "arows" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "b", + "lengthFrom": { + "kind": "param", + "name": "arows" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "c", + "lengthFrom": { + "kind": "param", + "name": "arows" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305245,6 +318284,7 @@ "name": "_mulvec", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305276,6 +318316,43 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "x", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "y", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305317,6 +318394,7 @@ "name": "_transpose", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305343,6 +318421,32 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "at", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305380,6 +318484,7 @@ "name": "_addmat", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305411,6 +318516,43 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "b", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "c", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305452,6 +318594,7 @@ "name": "_negate", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305473,6 +318616,21 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "m" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305506,6 +318664,7 @@ "name": "_addeye", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305522,6 +318681,21 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305550,6 +318724,7 @@ "name": "_choldc1", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -305571,6 +318746,32 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "p", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305604,6 +318805,7 @@ "name": "_choldcsl", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -305630,6 +318832,43 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "A", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "p", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305667,6 +318906,7 @@ "name": "_cholsl", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -305693,6 +318933,43 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "A", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "p", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305730,6 +319007,7 @@ "name": "_addvec", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305756,6 +319034,43 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "b", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "c", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305792,6 +319107,7 @@ "name": "_sub", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305818,6 +319134,43 @@ "canonical": "const int" } ], + "shape": { + "inputArrays": [ + { + "param": "a", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "b", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + }, + { + "param": "c", + "lengthFrom": { + "kind": "param", + "name": "n" + }, + "element": { + "c": "float", + "canonical": "float" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -305854,6 +319207,7 @@ "name": "invert", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -305898,6 +319252,7 @@ "name": "ekf_initialize", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -305942,6 +319297,7 @@ "name": "ekf_predict", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -306006,6 +319362,7 @@ "name": "ekf_update_step3", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -306050,6 +319407,7 @@ "name": "ekf_update", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -306125,6 +319483,7 @@ "name": "tfloat_arithop_turnpt", "file": "tnumber_mathfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -306232,6 +319591,7 @@ "name": "arithop_tnumber_number", "file": "tnumber_mathfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -306327,6 +319687,7 @@ "name": "arithop_tnumber_tnumber", "file": "tnumber_mathfuncs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -306429,6 +319790,7 @@ "name": "float_collinear", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -306495,6 +319857,7 @@ "name": "floatsegm_interpolate", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -306551,6 +319914,7 @@ "name": "floatsegm_locate", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "long double", "canonical": "long double" @@ -306607,6 +319971,7 @@ "name": "tnumbersegm_intersection", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -306722,6 +320087,7 @@ "name": "tsequence_norm_test", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -306824,6 +320190,7 @@ "name": "tsequence_join_test", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -306892,6 +320259,7 @@ "name": "tsequence_join", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -306967,6 +320335,7 @@ "name": "tinstarr_normalize", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant **", "canonical": "struct TInstant **" @@ -307036,6 +320405,7 @@ "name": "tcontseq_find_timestamptz", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -307080,6 +320450,7 @@ "name": "tdiscseq_find_timestamptz", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -307124,6 +320495,7 @@ "name": "tseqarr2_to_tseqarr", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -307150,6 +320522,32 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence **", + "canonical": "struct TSequence **" + } + }, + { + "param": "countseqs", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "int", + "canonical": "int" + } + } + ] + }, "api": "internal", "category": "conversion", "network": { @@ -307187,6 +320585,7 @@ "name": "ensure_valid_tinstarr_common", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -307218,6 +320617,21 @@ "canonical": "interpType" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -307268,6 +320682,7 @@ "name": "tsequence_make_exp1", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -307314,6 +320729,21 @@ "canonical": "void *" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -307389,6 +320819,7 @@ "name": "synchronize_tsequence_tsequence", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -307467,6 +320898,7 @@ "name": "tfloatsegm_intersection_value", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -307552,6 +320984,7 @@ "name": "tsegment_intersection_value", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -307658,6 +321091,7 @@ "name": "tsegment_intersection", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -307773,6 +321207,7 @@ "name": "tsegment_value_at_timestamptz", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -307854,6 +321289,7 @@ "name": "intersection_tdiscseq_tdiscseq", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -307922,6 +321358,7 @@ "name": "intersection_tcontseq_tdiscseq", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -307990,6 +321427,7 @@ "name": "intersection_tdiscseq_tcontseq", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -308058,6 +321496,7 @@ "name": "intersection_tsequence_tinstant", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -308132,6 +321571,7 @@ "name": "intersection_tinstant_tsequence", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -308206,6 +321646,7 @@ "name": "tsequence_to_string", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -308270,6 +321711,7 @@ "name": "ensure_increasing_timestamps", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -308336,6 +321778,7 @@ "name": "bbox_expand", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -308390,6 +321833,7 @@ "name": "ensure_valid_tinstarr", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -308416,6 +321860,21 @@ "canonical": "interpType" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -308461,6 +321920,7 @@ "name": "tsequence_make_valid", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -308492,6 +321952,21 @@ "canonical": "interpType" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -308542,6 +322017,7 @@ "name": "tnumberseq_shift_scale_value_iter", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -308614,6 +322090,7 @@ "name": "tsequence_shift_scale_time_iter", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -308667,6 +322144,7 @@ "name": "tstepseq_to_linear_iter", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -308726,6 +322204,7 @@ "name": "tstepseq_to_linear", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -308772,6 +322251,7 @@ "name": "tsequence_segments_iter", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -308831,6 +322311,7 @@ "name": "tsequence_timestamps_iter", "file": "tsequence.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -308880,6 +322361,7 @@ "name": "tsequenceset_find_timestamptz", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -308944,6 +322426,7 @@ "name": "tseqarr_normalize", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence **", "canonical": "struct TSequence **" @@ -308966,6 +322449,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ], "outParams": [ "newcount" ] @@ -309002,6 +322498,7 @@ "name": "datum_distance", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -309067,6 +322564,7 @@ "name": "ensure_valid_tinstarr_gaps", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int *", "canonical": "int *" @@ -309104,6 +322602,19 @@ } ], "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ], "nullable": [ "maxt" ], @@ -309174,6 +322685,7 @@ "name": "ensure_valid_tseqarr", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309190,6 +322702,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "predicate", "network": { @@ -309219,6 +322746,7 @@ "name": "synchronize_tsequenceset_tsequence", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309304,6 +322832,7 @@ "name": "synchronize_tsequenceset_tsequenceset", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309395,6 +322924,7 @@ "name": "intersection_tsequenceset_tinstant", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309475,6 +323005,7 @@ "name": "intersection_tinstant_tsequenceset", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309555,6 +323086,7 @@ "name": "intersection_tsequenceset_tdiscseq", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309629,6 +323161,7 @@ "name": "intersection_tdiscseq_tsequenceset", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309703,6 +323236,7 @@ "name": "intersection_tsequence_tsequenceset", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -309788,6 +323322,7 @@ "name": "tsequenceset_to_string", "file": "tsequenceset.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -309848,6 +323383,7 @@ "name": "datum_textcat", "file": "ttext_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -309891,6 +323427,7 @@ "name": "datum_lower", "file": "ttext_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -309925,6 +323462,7 @@ "name": "datum_upper", "file": "ttext_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -309959,6 +323497,7 @@ "name": "datum_initcap", "file": "ttext_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -309993,6 +323532,7 @@ "name": "textfunc_ttext", "file": "ttext_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -310059,6 +323599,7 @@ "name": "textfunc_ttext_text", "file": "ttext_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -310143,6 +323684,7 @@ "name": "textfunc_ttext_ttext", "file": "ttext_funcs.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -310225,6 +323767,7 @@ "name": "datum_as_wkb", "file": "type_inout.h", "family": "CORE", + "vendored": false, "returnType": { "c": "uint8_t *", "canonical": "uint8_t *" @@ -310294,6 +323837,7 @@ "name": "datum_as_hexwkb", "file": "type_inout.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -310359,6 +323903,7 @@ "name": "type_from_wkb", "file": "type_inout.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -310380,6 +323925,21 @@ "canonical": "MeosType" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "io", "network": { @@ -310413,6 +323973,7 @@ "name": "type_from_hexwkb", "file": "type_inout.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -310468,6 +324029,7 @@ "name": "ensure_end_input", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310513,6 +324075,7 @@ "name": "p_whitespace", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -310547,6 +324110,7 @@ "name": "p_delimchar", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310592,6 +324156,7 @@ "name": "p_obrace", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310627,6 +324192,7 @@ "name": "ensure_obrace", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310672,6 +324238,7 @@ "name": "p_cbrace", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310707,6 +324274,7 @@ "name": "ensure_cbrace", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310752,6 +324320,7 @@ "name": "p_obracket", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310787,6 +324356,7 @@ "name": "p_cbracket", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310822,6 +324392,7 @@ "name": "p_oparen", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310857,6 +324428,7 @@ "name": "ensure_oparen", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310902,6 +324474,7 @@ "name": "p_cparen", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310937,6 +324510,7 @@ "name": "ensure_cparen", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -310982,6 +324556,7 @@ "name": "p_comma", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -311017,6 +324592,7 @@ "name": "basetype_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -311082,6 +324658,7 @@ "name": "double_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -311125,6 +324702,7 @@ "name": "elem_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -311180,6 +324758,7 @@ "name": "set_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Set *", "canonical": "struct Set *" @@ -311238,6 +324817,7 @@ "name": "span_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -311310,6 +324890,7 @@ "name": "spanset_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "SpanSet *", "canonical": "struct SpanSet *" @@ -311368,6 +324949,7 @@ "name": "tbox_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TBox *", "canonical": "struct TBox *" @@ -311415,6 +324997,7 @@ "name": "timestamp_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TimestampTz", "canonical": "TimestampTz" @@ -311449,6 +325032,7 @@ "name": "tinstant_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TInstant *", "canonical": "struct TInstant *" @@ -311516,6 +325100,7 @@ "name": "tdiscseq_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -311573,6 +325158,7 @@ "name": "tcontseq_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequence *", "canonical": "struct TSequence *" @@ -311651,6 +325237,7 @@ "name": "tsequenceset_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "TSequenceSet *", "canonical": "struct TSequenceSet *" @@ -311719,6 +325306,7 @@ "name": "temporal_parse", "file": "type_parser.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Temporal *", "canonical": "struct Temporal *" @@ -311778,6 +325366,7 @@ "name": "datum_copy", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -311823,6 +325412,7 @@ "name": "datum_double", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -311869,6 +325459,7 @@ "name": "double_datum", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -311915,6 +325506,7 @@ "name": "bstring2bytea", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bytea *", "canonical": "struct varlena *" @@ -311931,6 +325523,21 @@ "canonical": "size_t" } ], + "shape": { + "inputArrays": [ + { + "param": "wkb", + "lengthFrom": { + "kind": "param", + "name": "size" + }, + "element": { + "c": "uint8_t", + "canonical": "uint8_t" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -311954,76 +325561,11 @@ } } }, - { - "name": "basetype_in", - "file": "type_util.h", - "family": "CORE", - "returnType": { - "c": "bool", - "canonical": "bool" - }, - "params": [ - { - "name": "str", - "cType": "const char *", - "canonical": "const char *" - }, - { - "name": "type", - "cType": "MeosType", - "canonical": "MeosType" - }, - { - "name": "end", - "cType": "bool", - "canonical": "bool" - }, - { - "name": "result", - "cType": "Datum *", - "canonical": "Datum *" - } - ], - "api": "internal", - "category": "io", - "network": { - "exposable": false, - "method": null, - "reason": "internal; no-decoder:Datum" - }, - "wire": { - "params": [ - { - "name": "str", - "kind": "json", - "json": "string" - }, - { - "name": "type", - "kind": "json", - "json": "string", - "enum": "MeosType" - }, - { - "name": "end", - "kind": "json", - "json": "boolean" - }, - { - "name": "result", - "kind": "unsupported" - } - ], - "result": { - "kind": "json", - "json": "boolean" - } - } - }, { "name": "basetype_out", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -312080,6 +325622,7 @@ "name": "pfree_array", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -312124,6 +325667,7 @@ "name": "string_escape", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -312184,6 +325728,7 @@ "name": "string_unescape", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "size_t", "canonical": "size_t" @@ -312233,6 +325778,7 @@ "name": "stringarr_to_string", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "char *", "canonical": "char *" @@ -312328,6 +325874,7 @@ "name": "datumarr_sort", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -312349,6 +325896,21 @@ "canonical": "MeosType" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -312383,6 +325945,7 @@ "name": "tstzarr_sort", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -312399,6 +325962,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "times", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TimestampTz", + "canonical": "TimestampTz" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -312427,6 +326005,7 @@ "name": "spanarr_sort", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -312478,6 +326057,7 @@ "name": "tinstarr_sort", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -312494,6 +326074,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -312527,6 +326122,7 @@ "name": "tseqarr_sort", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "void", "canonical": "void" @@ -312543,6 +326139,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "sequences", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TSequence *", + "canonical": "struct TSequence *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -312571,6 +326182,7 @@ "name": "datumarr_remove_duplicates", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -312592,6 +326204,21 @@ "canonical": "MeosType" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "Datum", + "canonical": "Datum" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -312627,6 +326254,7 @@ "name": "tstzarr_remove_duplicates", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -312643,6 +326271,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "values", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TimestampTz", + "canonical": "TimestampTz" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -312672,6 +326315,7 @@ "name": "tinstarr_remove_duplicates", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -312688,6 +326332,21 @@ "canonical": "int" } ], + "shape": { + "inputArrays": [ + { + "param": "instants", + "lengthFrom": { + "kind": "param", + "name": "count" + }, + "element": { + "c": "TInstant *", + "canonical": "struct TInstant *" + } + } + ] + }, "api": "internal", "category": "transformation", "network": { @@ -312722,6 +326381,7 @@ "name": "datum_add", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -312776,6 +326436,7 @@ "name": "datum_sub", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -312830,6 +326491,7 @@ "name": "datum_mul", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -312884,6 +326546,7 @@ "name": "datum_div", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -312938,6 +326601,7 @@ "name": "datum_cmp", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "int", "canonical": "int" @@ -312993,6 +326657,7 @@ "name": "datum_eq", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -313048,6 +326713,7 @@ "name": "datum_ne", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -313103,6 +326769,7 @@ "name": "datum_lt", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -313158,6 +326825,7 @@ "name": "datum_le", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -313213,6 +326881,7 @@ "name": "datum_gt", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -313268,6 +326937,7 @@ "name": "datum_ge", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "bool", "canonical": "bool" @@ -313323,6 +326993,7 @@ "name": "datum2_eq", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -313377,6 +327048,7 @@ "name": "datum2_ne", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -313431,6 +327103,7 @@ "name": "datum2_lt", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -313485,6 +327158,7 @@ "name": "datum2_le", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -313539,6 +327213,7 @@ "name": "datum2_gt", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -313593,6 +327268,7 @@ "name": "datum2_ge", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "Datum", "canonical": "Datum" @@ -313647,6 +327323,7 @@ "name": "hypot3d", "file": "type_util.h", "family": "CORE", + "vendored": false, "returnType": { "c": "double", "canonical": "double" @@ -313705,6 +327382,7 @@ "name": "Set", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "vl_len_", @@ -313755,6 +327433,7 @@ "name": "Span", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "spantype", @@ -313805,6 +327484,7 @@ "name": "SpanSet", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "vl_len_", @@ -313865,6 +327545,7 @@ "name": "TBox", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "period", @@ -313895,6 +327576,7 @@ "name": "STBox", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "period", @@ -313952,36 +327634,108 @@ } }, { - "name": "TileRestrictFn", + "name": "TPCBox", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { - "name": "vl_len_", - "cType": "int", + "name": "period", + "cType": "Span", "offset_bits": -1 }, { - "name": "temptype", - "cType": "int", + "name": "xmin", + "cType": "double", "offset_bits": -1 }, { - "name": "subtype", - "cType": "int", + "name": "ymin", + "cType": "double", + "offset_bits": -1 + }, + { + "name": "zmin", + "cType": "double", + "offset_bits": -1 + }, + { + "name": "xmax", + "cType": "double", + "offset_bits": -1 + }, + { + "name": "ymax", + "cType": "double", + "offset_bits": -1 + }, + { + "name": "zmax", + "cType": "double", + "offset_bits": -1 + }, + { + "name": "srid", + "cType": "int32_t", "offset_bits": -1 }, { "name": "flags", "cType": "int", "offset_bits": -1 + }, + { + "name": "padding", + "cType": "char[2]", + "offset_bits": -1 + }, + { + "name": "pcid", + "cType": "uint32_t", + "offset_bits": -1 } - ] + ], + "serialization": { + "encodings": [ + "text" + ], + "in": "tpcbox_in", + "out": "tpcbox_out" + } }, { - "name": "TInstant", + "name": "TileRestrictFn", "file": "meos.h", "family": "CORE", + "vendored": false, + "fields": [ + { + "name": "vl_len_", + "cType": "int", + "offset_bits": -1 + }, + { + "name": "temptype", + "cType": "int", + "offset_bits": -1 + }, + { + "name": "subtype", + "cType": "int", + "offset_bits": -1 + }, + { + "name": "flags", + "cType": "int", + "offset_bits": -1 + } + ] + }, + { + "name": "TInstant", + "file": "meos.h", + "family": "CORE", + "vendored": false, "fields": [ { "name": "vl_len_", @@ -314027,6 +327781,7 @@ "name": "TSequence", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "vl_len_", @@ -314087,6 +327842,7 @@ "name": "TSequenceSet", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "vl_len_", @@ -314151,6 +327907,7 @@ "name": "Match", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "i", @@ -314168,42 +327925,49 @@ "name": "SkipList", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [] }, { "name": "MeosArray", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [] }, { "name": "RTree", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [] }, { "name": "RTreeNNCursor", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [] }, { "name": "SPTree", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [] }, { "name": "SPNNCursor", "file": "meos.h", "family": "CORE", + "vendored": false, "fields": [] }, { "name": "MvtGeom", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "geom", @@ -314226,6 +327990,7 @@ "name": "SpaceSplit", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "fragments", @@ -314248,6 +328013,7 @@ "name": "SpaceTimeSplit", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "fragments", @@ -314275,6 +328041,7 @@ "name": "Cbuffer", "file": "meos_cbuffer.h", "family": "CBUFFER", + "vendored": false, "fields": [], "serialization": { "encodings": [ @@ -314289,6 +328056,7 @@ "name": "reltype_catalog_struct", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "settype_basetype", @@ -314336,6 +328104,7 @@ "name": "SkipListElem", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "key", @@ -314363,6 +328132,7 @@ "name": "double2", "file": "doublen.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "a", @@ -314387,6 +328157,7 @@ "name": "double3", "file": "doublen.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "a", @@ -314416,6 +328187,7 @@ "name": "double4", "file": "doublen.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "a", @@ -314450,6 +328222,7 @@ "name": "Edge", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "x1", @@ -314552,6 +328325,7 @@ "name": "IntersectResult", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "type", @@ -314570,10 +328344,44 @@ } ] }, + { + "name": "RelateEdges", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "fields": [ + { + "name": "edges", + "cType": "Edge **", + "offset_bits": 0 + }, + { + "name": "nedges", + "cType": "int", + "offset_bits": 64 + }, + { + "name": "index", + "cType": "RTree *", + "offset_bits": 128 + }, + { + "name": "xmax", + "cType": "double", + "offset_bits": 192 + }, + { + "name": "tol", + "cType": "double", + "offset_bits": 256 + } + ] + }, { "name": "STboxNode", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "left", @@ -314591,6 +328399,7 @@ "name": "SortedSTbox", "file": "stbox_index.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "box", @@ -314608,6 +328417,7 @@ "name": "GeoAggregateState", "file": "tgeo_aggfuncs.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "srid", @@ -314625,6 +328435,7 @@ "name": "DistEdge", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "x1", @@ -314712,6 +328523,7 @@ "name": "DistShortLine", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "d", @@ -314749,6 +328561,7 @@ "name": "DistBucket", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "start", @@ -314786,6 +328599,7 @@ "name": "DistGeom", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "segs", @@ -314843,6 +328657,7 @@ "name": "DistNai", "file": "tgeo_distance.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "d", @@ -314865,6 +328680,7 @@ "name": "BitMatrix", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "ndims", @@ -314887,6 +328703,7 @@ "name": "STboxGridState", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "done", @@ -314989,6 +328806,7 @@ "name": "Npoint", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "fields": [ { "name": "rid", @@ -315014,6 +328832,7 @@ "name": "Nsegment", "file": "meos_npoint.h", "family": "NPOINT", + "vendored": false, "fields": [ { "name": "rid", @@ -315043,6 +328862,7 @@ "name": "Pcpoint", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "fields": [], "serialization": { "encodings": [ @@ -315057,6 +328877,7 @@ "name": "Pcpatch", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "fields": [], "serialization": { "encodings": [ @@ -315071,81 +328892,14 @@ "name": "PCSCHEMA", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "fields": [] }, - { - "name": "TPCBox", - "file": "meos_pointcloud.h", - "family": "POINTCLOUD", - "fields": [ - { - "name": "period", - "cType": "Span", - "offset_bits": -1 - }, - { - "name": "xmin", - "cType": "double", - "offset_bits": -1 - }, - { - "name": "ymin", - "cType": "double", - "offset_bits": -1 - }, - { - "name": "zmin", - "cType": "double", - "offset_bits": -1 - }, - { - "name": "xmax", - "cType": "double", - "offset_bits": -1 - }, - { - "name": "ymax", - "cType": "double", - "offset_bits": -1 - }, - { - "name": "zmax", - "cType": "double", - "offset_bits": -1 - }, - { - "name": "srid", - "cType": "int32_t", - "offset_bits": -1 - }, - { - "name": "flags", - "cType": "int16", - "offset_bits": -1 - }, - { - "name": "padding", - "cType": "char[2]", - "offset_bits": -1 - }, - { - "name": "pcid", - "cType": "uint32_t", - "offset_bits": -1 - } - ], - "serialization": { - "encodings": [ - "text" - ], - "in": "tpcbox_in", - "out": "tpcbox_out" - } - }, { "name": "PCDimensionSpec", "file": "meos_pointcloud.h", "family": "POINTCLOUD", + "vendored": false, "fields": [ { "name": "name", @@ -315188,6 +328942,7 @@ "name": "Pose", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "fields": [], "serialization": { "encodings": [ @@ -315202,6 +328957,7 @@ "name": "GeoPoseFrame", "file": "meos_pose.h", "family": "POSE", + "vendored": false, "fields": [ { "name": "frame_id", @@ -315242,8 +328998,9 @@ }, { "name": "PoseChain", - "file": "meos_posechain.h", - "family": "CORE", + "file": "meos_pose.h", + "family": "POSE", + "vendored": false, "fields": [], "serialization": { "encodings": [ @@ -315258,6 +329015,7 @@ "name": "Raquet", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "fields": [], "serialization": { "encodings": [ @@ -315272,6 +329030,7 @@ "name": "Raster", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "fields": [], "serialization": { "encodings": [ @@ -315281,10 +329040,67 @@ "out": null } }, + { + "name": "GeomVal", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "fields": [ + { + "name": "geom", + "cType": "int *", + "offset_bits": -1 + }, + { + "name": "val", + "cType": "double", + "offset_bits": -1 + } + ] + }, + { + "name": "BandStats", + "file": "meos_raster.h", + "family": "RASTER", + "vendored": false, + "fields": [ + { + "name": "count", + "cType": "uint32_t", + "offset_bits": 0 + }, + { + "name": "sum", + "cType": "double", + "offset_bits": 64 + }, + { + "name": "mean", + "cType": "double", + "offset_bits": 128 + }, + { + "name": "stddev", + "cType": "double", + "offset_bits": 192 + }, + { + "name": "min", + "cType": "double", + "offset_bits": 256 + }, + { + "name": "max", + "cType": "double", + "offset_bits": 320 + } + ] + }, { "name": "PcpointInTpcboxArgs", "file": "pcpatch_decompose.h", "family": "POINTCLOUD", + "vendored": false, "fields": [ { "name": "box", @@ -315302,6 +329118,7 @@ "name": "SERIALIZED_POINT", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "fields": [ { "name": "size", @@ -315324,6 +329141,7 @@ "name": "SERIALIZED_PATCH", "file": "pgsql_compat.h", "family": "POINTCLOUD", + "vendored": false, "fields": [ { "name": "size", @@ -315361,6 +329179,7 @@ "name": "AFFINE", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "afac", @@ -315428,6 +329247,7 @@ "name": "BOX3D", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "xmin", @@ -315477,6 +329297,7 @@ "name": "GBOX", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "flags", @@ -315536,6 +329357,7 @@ "name": "SPHEROID", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "a", @@ -315578,6 +329400,7 @@ "name": "POINT2D", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "x", @@ -315595,6 +329418,7 @@ "name": "POINT3DZ", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "x", @@ -315617,6 +329441,7 @@ "name": "POINT3D", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "x", @@ -315639,6 +329464,7 @@ "name": "POINT3DM", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "x", @@ -315661,6 +329487,7 @@ "name": "POINT4D", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "x", @@ -315688,6 +329515,7 @@ "name": "POINTARRAY", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "npoints", @@ -315715,6 +329543,7 @@ "name": "GSERIALIZED", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "size", @@ -315750,6 +329579,7 @@ "name": "LWGEOM", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -315787,6 +329617,7 @@ "name": "LWPOINT", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -315824,6 +329655,7 @@ "name": "LWLINE", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -315861,6 +329693,7 @@ "name": "LWTRIANGLE", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -315898,6 +329731,7 @@ "name": "LWCIRCSTRING", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -315935,6 +329769,7 @@ "name": "LWPOLY", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -315982,6 +329817,7 @@ "name": "LWMPOINT", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316029,6 +329865,7 @@ "name": "LWMLINE", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316076,6 +329913,7 @@ "name": "LWMPOLY", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316123,6 +329961,7 @@ "name": "LWCOLLECTION", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316170,6 +330009,7 @@ "name": "LWCOMPOUND", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316217,6 +330057,7 @@ "name": "LWCURVEPOLY", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316264,6 +330105,7 @@ "name": "LWMCURVE", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316311,6 +330153,7 @@ "name": "LWMSURFACE", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316358,6 +330201,7 @@ "name": "LWPSURFACE", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316405,6 +330249,7 @@ "name": "LWTIN", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "bbox", @@ -316452,12 +330297,14 @@ "name": "PJconsts", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [] }, { "name": "LWPROJ", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "pj", @@ -316490,6 +330337,7 @@ "name": "pg_prng_state", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "s0", @@ -316507,6 +330355,7 @@ "name": "Interval", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "time", @@ -316536,6 +330385,7 @@ "name": "varlena", "file": "postgres_ext_defs.in.h", "family": "CORE", + "vendored": true, "fields": [ { "name": "vl_len_", @@ -316549,10 +330399,59 @@ } ] }, + { + "name": "RasterGridOps", + "file": "raster_quadbin.h", + "family": "RASTER", + "vendored": false, + "fields": [ + { + "name": "grid", + "cType": "raster_grid_fn", + "offset_bits": -1 + }, + { + "name": "pixel", + "cType": "raster_pixel_fn", + "offset_bits": -1 + }, + { + "name": "point", + "cType": "raster_point_fn", + "offset_bits": -1 + }, + { + "name": "cross", + "cType": "raster_cross_fn", + "offset_bits": -1 + }, + { + "name": "ctx", + "cType": "void *", + "offset_bits": -1 + }, + { + "name": "width", + "cType": "int", + "offset_bits": -1 + }, + { + "name": "height", + "cType": "int", + "offset_bits": -1 + }, + { + "name": "box", + "cType": "STBox", + "offset_bits": -1 + } + ] + }, { "name": "cfp_elem", "file": "trgeo_distance.h", "family": "RGEO", + "vendored": false, "fields": [ { "name": "geom_1", @@ -316610,6 +330509,7 @@ "name": "cfp_array", "file": "trgeo_distance.h", "family": "RGEO", + "vendored": false, "fields": [ { "name": "count", @@ -316632,6 +330532,7 @@ "name": "tdist_elem", "file": "trgeo_distance.h", "family": "RGEO", + "vendored": false, "fields": [ { "name": "dist", @@ -316649,6 +330550,7 @@ "name": "tdist_array", "file": "trgeo_distance.h", "family": "RGEO", + "vendored": false, "fields": [ { "name": "count", @@ -316671,6 +330573,7 @@ "name": "SpanBound", "file": "span.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "val", @@ -316703,6 +330606,7 @@ "name": "LiftedFunctionInfo", "file": "lifting.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "func", @@ -316795,6 +330699,7 @@ "name": "SetUnnestState", "file": "set.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "done", @@ -316827,6 +330732,7 @@ "name": "SpanNode", "file": "span_index.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "left", @@ -316844,6 +330750,7 @@ "name": "SortedSpan", "file": "span_index.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "s", @@ -316861,6 +330768,7 @@ "name": "TboxNode", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "left", @@ -316878,6 +330786,7 @@ "name": "SortedTbox", "file": "tbox_index.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "box", @@ -316895,6 +330804,7 @@ "name": "DggsCellOps", "file": "tcellindex.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "celltype", @@ -316967,6 +330877,7 @@ "name": "SimilarityPathState", "file": "temporal_analytics.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "done", @@ -316994,6 +330905,7 @@ "name": "RTreeNode", "file": "temporal_rtree.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "bboxsize", @@ -317021,6 +330933,7 @@ "name": "SPNode", "file": "temporal_sptree.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "id", @@ -317043,6 +330956,7 @@ "name": "SpanBinState", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "done", @@ -317095,6 +331009,7 @@ "name": "TboxGridState", "file": "temporal_tile.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "done", @@ -317157,6 +331072,7 @@ "name": "ekf_t", "file": "tinyekf_meos.h", "family": "CORE", + "vendored": false, "fields": [ { "name": "x", @@ -317176,6 +331092,7 @@ "name": "errorCode", "file": "meos_error.h", "family": "CORE", + "vendored": false, "values": [ { "name": "MEOS_SUCCESS", @@ -317291,6 +331208,7 @@ "name": "tempSubtype", "file": "meos.h", "family": "CORE", + "vendored": false, "values": [ { "name": "ANYTEMPSUBTYPE", @@ -317314,6 +331232,7 @@ "name": "interpType", "file": "meos.h", "family": "CORE", + "vendored": false, "values": [ { "name": "INTERP_NONE", @@ -317337,6 +331256,7 @@ "name": "IndexSearchOp", "file": "meos.h", "family": "CORE", + "vendored": false, "values": [ { "name": "INDEX_OVERLAPS", @@ -317428,6 +331348,7 @@ "name": "SPTreeKind", "file": "meos.h", "family": "CORE", + "vendored": false, "values": [ { "name": "SPTREE_QUADTREE", @@ -317443,6 +331364,7 @@ "name": "spatialRel", "file": "meos_geo.h", "family": "CORE", + "vendored": false, "values": [ { "name": "INTERSECTS", @@ -317466,6 +331388,7 @@ "name": "MeosType", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "values": [ { "name": "T_UNKNOWN", @@ -317829,6 +331752,7 @@ "name": "MeosOper", "file": "meos_catalog.h", "family": "CORE", + "vendored": false, "values": [ { "name": "UNKNOWN_OP", @@ -318016,6 +331940,7 @@ "name": "SkipListType", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "values": [ { "name": "SKIPLIST_TEMPORAL", @@ -318031,6 +331956,7 @@ "name": "SyncMode", "file": "temporal.h", "family": "CORE", + "vendored": false, "values": [ { "name": "SYNCHRONIZE_NOCROSS", @@ -318046,6 +331972,7 @@ "name": "TemporalFamily", "file": "temporal.h", "family": "CORE", + "vendored": false, "values": [ { "name": "TEMPORALTYPE", @@ -318069,6 +331996,7 @@ "name": "SetOper", "file": "temporal.h", "family": "CORE", + "vendored": false, "values": [ { "name": "UNION", @@ -318088,6 +332016,7 @@ "name": "CompOper", "file": "temporal.h", "family": "CORE", + "vendored": false, "values": [ { "name": "EQ", @@ -318119,6 +332048,7 @@ "name": "MEOS_WKB_TSUBTYPE", "file": "temporal.h", "family": "CORE", + "vendored": false, "values": [ { "name": "MEOS_WKB_TINSTANT", @@ -318138,6 +332068,7 @@ "name": "EdgeType", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "values": [ { "name": "EDGE_POINT", @@ -318165,6 +332096,7 @@ "name": "IntersectType", "file": "geo_funcs.h", "family": "CORE", + "vendored": false, "values": [ { "name": "INTERSECT_NONE", @@ -318184,6 +332116,7 @@ "name": "ClipOper", "file": "geo_poly_clip.h", "family": "CORE", + "vendored": false, "values": [ { "name": "CL_INTERSECTION", @@ -318207,6 +332140,7 @@ "name": "H3Unit", "file": "th3index_internal.h", "family": "H3", + "vendored": false, "values": [ { "name": "H3_UNIT_KM", @@ -318238,6 +332172,7 @@ "name": "nullHandleType", "file": "meos_json.h", "family": "JSON", + "vendored": false, "values": [ { "name": "NULL_INVALID", @@ -318265,6 +332200,7 @@ "name": "MeosPixType", "file": "meos_raster.h", "family": "RASTER", + "vendored": false, "values": [ { "name": "MEOS_PT_UINT8", @@ -318316,6 +332252,7 @@ "name": "GeoPoseClass", "file": "pose_geopose.h", "family": "POSE", + "vendored": false, "values": [ { "name": "GEOPOSE_BASIC_QUATERNION", @@ -318335,6 +332272,7 @@ "name": "SimFunc", "file": "temporal_analytics.h", "family": "CORE", + "vendored": false, "values": [ { "name": "FRECHET", @@ -318362,6 +332300,7 @@ "name": "RTreeNodeType", "file": "temporal_rtree.h", "family": "CORE", + "vendored": false, "values": [ { "name": "RTREE_LEAF", @@ -318377,6 +332316,7 @@ "name": "TArithmetic", "file": "tnumber_mathfuncs.h", "family": "CORE", + "vendored": false, "values": [ { "name": "ADD", @@ -318406,630 +332346,742 @@ "name": "MEOS_FLAG_BYVAL", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "MEOS_FLAG_ORDERED", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "MEOS_FLAG_CONTINUOUS", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "MEOS_FLAGS_INTERP", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 12 }, { "name": "MEOS_FLAG_X", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 16 }, { "name": "MEOS_FLAG_Z", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 32 }, { "name": "MEOS_FLAG_T", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 64 }, { "name": "MEOS_FLAG_GEODETIC", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 128 }, { "name": "MEOS_FLAG_GEOM", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 256 }, { "name": "MEOS_ARRAY_INITIAL_SIZE", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 256 }, { "name": "SKIPLIST_MAXLEVEL", "file": "meos_internal.h", "family": "CORE", + "vendored": false, "value": 32 }, { "name": "DEFAULT_COLLATION_OID", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 100 }, { "name": "C_COLLATION_OID", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 950 }, { "name": "POSIX_COLLATION_OID", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 951 }, { "name": "QUOTES_ESCAPE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "QUOTES", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "QUOTES_NO", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 0 }, { "name": "RTOverBeforeStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 28 }, { "name": "RTBeforeStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 29 }, { "name": "RTAfterStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 30 }, { "name": "RTOverAfterStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 31 }, { "name": "RTOverFrontStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 32 }, { "name": "RTFrontStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 33 }, { "name": "RTBackStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 34 }, { "name": "RTOverBackStrategyNumber", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 35 }, { "name": "MEOS_WKB_BYTE_SIZE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "MEOS_WKB_INT2_SIZE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "MEOS_WKB_INT4_SIZE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 4 }, { "name": "MEOS_WKB_INT8_SIZE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 8 }, { "name": "MEOS_WKB_DOUBLE_SIZE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 8 }, { "name": "MEOS_WKB_DATE_SIZE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 4 }, { "name": "MEOS_WKB_TIMESTAMP_SIZE", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 8 }, { "name": "MEOS_WKB_LOWER_INC", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "MEOS_WKB_UPPER_INC", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "XDR", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 0 }, { "name": "NDR", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "MEOS_WKB_ORDERED", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "MEOS_WKB_XFLAG", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "MEOS_WKB_TFLAG", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "MEOS_WKB_INTERPFLAGS", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 12 }, { "name": "MEOS_WKB_ZFLAG", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 16 }, { "name": "MEOS_WKB_GEODETICFLAG", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 32 }, { "name": "MEOS_WKB_SRIDFLAG", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 64 }, { "name": "MEOS_WKB_PCSCHEMAFLAG", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 128 }, { "name": "DELTA_UNIX_POSTGRES_EPOCH", "file": "temporal.h", "family": "CORE", + "vendored": false, "value": 946684800 }, { "name": "MEOS_CLIP_INTERSECTION", "file": "clip_clipper2.h", "family": "CORE", + "vendored": false, "value": 0 }, { "name": "MEOS_CLIP_UNION", "file": "clip_clipper2.h", "family": "CORE", + "vendored": false, "value": 1 }, { "name": "MEOS_CLIP_DIFFERENCE", "file": "clip_clipper2.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "MEOS_CLIP_XOR", "file": "clip_clipper2.h", "family": "CORE", + "vendored": false, "value": 3 }, + { + "name": "RELATE_INDEX_MIN_PAIRS", + "file": "geo_funcs.h", + "family": "CORE", + "vendored": false, + "value": 100000 + }, { "name": "SRID_RESERVE_OFFSET", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999000 }, { "name": "SRID_WORLD_MERCATOR", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999000 }, { "name": "SRID_NORTH_UTM_START", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999001 }, { "name": "SRID_NORTH_UTM_END", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999060 }, { "name": "SRID_NORTH_LAMBERT", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999061 }, { "name": "SRID_NORTH_STEREO", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999062 }, { "name": "SRID_SOUTH_UTM_START", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999101 }, { "name": "SRID_SOUTH_UTM_END", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999160 }, { "name": "SRID_SOUTH_LAMBERT", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999161 }, { "name": "SRID_SOUTH_STEREO", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999162 }, { "name": "SRID_LAEA_START", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999163 }, { "name": "SRID_LAEA_END", "file": "meos_transform.h", "family": "CORE", + "vendored": false, "value": 999283 }, { "name": "MAXDIMS", "file": "tgeo_tile.h", "family": "CORE", + "vendored": false, "value": 4 }, { "name": "JB_PATH_CREATE", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "value": 1 }, { "name": "JB_PATH_DELETE", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "value": 2 }, { "name": "JB_PATH_REPLACE", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "value": 4 }, { "name": "JB_PATH_INSERT_BEFORE", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "value": 8 }, { "name": "JB_PATH_INSERT_AFTER", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "value": 16 }, { "name": "JB_PATH_FILL_GAPS", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "value": 32 }, { "name": "JB_PATH_CONSISTENT_POSITION", "file": "tjsonb.h", "family": "JSON", + "vendored": false, "value": 64 }, { "name": "LWFLAG_VERSBIT2", "file": "meos_internal_geo.h", "family": "CORE", + "vendored": false, "value": 128 }, { "name": "S2_MIN_LEVEL", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "value": 0 }, { "name": "S2_MAX_LEVEL", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "value": 30 }, { "name": "S2_NUM_FACES", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "value": 6 }, { "name": "S2_TOKEN_MAXLEN", "file": "meos_s2cell.h", - "family": "CORE", + "family": "S2CELL", + "vendored": false, "value": 16 }, { "name": "LWFLAG_Z", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 1 }, { "name": "LWFLAG_M", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 2 }, { "name": "LWFLAG_BBOX", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 4 }, { "name": "LWFLAG_GEODETIC", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 8 }, { "name": "LWFLAG_READONLY", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 16 }, { "name": "LWFLAG_SOLID", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 32 }, { "name": "WKB_ISO", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 1 }, { "name": "WKB_SFSQL", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 2 }, { "name": "WKB_EXTENDED", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 4 }, { "name": "WKB_NDR", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 8 }, { "name": "WKB_XDR", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 16 }, { "name": "WKB_HEX", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 32 }, { "name": "WKB_NO_NPOINTS", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 64 }, { "name": "WKB_NO_SRID", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 128 }, { "name": "WKT_ISO", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 1 }, { "name": "WKT_SFSQL", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 2 }, { "name": "WKT_EXTENDED", "file": "postgis_ext_defs.in.h", "family": "CORE", + "vendored": true, "value": 4 }, { "name": "MEOS_ANY", "file": "trgeo_distance.h", "family": "RGEO", + "vendored": false, "value": 0 }, { "name": "MEOS_RIGHT", "file": "trgeo_distance.h", "family": "RGEO", + "vendored": false, "value": 1 }, { "name": "MEOS_LEFT", "file": "trgeo_distance.h", "family": "RGEO", + "vendored": false, "value": 2 }, { "name": "MEOS_MAX_ITERS", "file": "trgeo_vclip.h", "family": "RGEO", + "vendored": false, "value": 1000 }, { "name": "MEOS_CONTINUE", "file": "trgeo_vclip.h", "family": "RGEO", + "vendored": false, "value": 0 }, { "name": "MEOS_DISJOINT", "file": "trgeo_vclip.h", "family": "RGEO", + "vendored": false, "value": 1 }, { "name": "MEOS_INTERSECT", "file": "trgeo_vclip.h", "family": "RGEO", + "vendored": false, "value": -1 }, { "name": "MAX_PARAMS", "file": "lifting.h", "family": "CORE", + "vendored": false, "value": 5 }, { "name": "MAX_ARGS", "file": "lifting.h", "family": "CORE", + "vendored": false, "value": 2 }, { "name": "MINIDX", "file": "set.h", "family": "CORE", + "vendored": false, "value": 0 }, { "name": "MAXITEMS", "file": "temporal_rtree.h", "family": "CORE", + "vendored": false, "value": 64 }, { "name": "MINITEMS_PERCENTAGE", "file": "temporal_rtree.h", "family": "CORE", + "vendored": false, "value": 10 }, { "name": "SPTREE_NODEBOX_MAXSIZE", "file": "temporal_sptree.h", "family": "CORE", + "vendored": false, "value": 512 }, { "name": "OUT_DEFAULT_DECIMAL_DIGITS", "file": "type_inout.h", "family": "CORE", + "vendored": false, "value": 15 } ], @@ -319631,19 +333683,19 @@ }, "enrichment": { "categoryCounts": { - "lifecycle": 88, + "lifecycle": 90, + "transformation": 1879, + "predicate": 1806, "index": 23, - "transformation": 1844, - "accessor": 337, - "predicate": 1790, - "io": 330, + "accessor": 341, + "io": 349, "constructor": 106, - "conversion": 381, + "conversion": 390, "setop": 173, "aggregate": 103 }, "publicFunctions": 0, - "internalFunctions": 5175, + "internalFunctions": 5260, "exposableFunctions": 0 }, "portableAliases": { @@ -319747,79 +333799,79 @@ "temporalComparison": [ { "operator": "#=", - "bareName": "tEq" + "bareName": "tEqual" }, { "operator": "#<>", - "bareName": "tNe" + "bareName": "tNotEqual" }, { "operator": "#<", - "bareName": "tLt" + "bareName": "tLessThan" }, { "operator": "#<=", - "bareName": "tLe" + "bareName": "tLessEqual" }, { "operator": "#>", - "bareName": "tGt" + "bareName": "tGreaterThan" }, { "operator": "#>=", - "bareName": "tGe" + "bareName": "tGreaterEqual" } ], "everComparison": [ { "operator": "?=", - "bareName": "eEq" + "bareName": "eEqual" }, { "operator": "?<>", - "bareName": "eNe" + "bareName": "eNotEqual" }, { "operator": "?<", - "bareName": "eLt" + "bareName": "eLessThan" }, { "operator": "?<=", - "bareName": "eLe" + "bareName": "eLessEqual" }, { "operator": "?>", - "bareName": "eGt" + "bareName": "eGreaterThan" }, { "operator": "?>=", - "bareName": "eGe" + "bareName": "eGreaterEqual" } ], "alwaysComparison": [ { "operator": "%=", - "bareName": "aEq" + "bareName": "aEqual" }, { "operator": "%<>", - "bareName": "aNe" + "bareName": "aNotEqual" }, { "operator": "%<", - "bareName": "aLt" + "bareName": "aLessThan" }, { "operator": "%<=", - "bareName": "aLe" + "bareName": "aLessEqual" }, { "operator": "%>", - "bareName": "aGt" + "bareName": "aGreaterThan" }, { "operator": "%>=", - "bareName": "aGe" + "bareName": "aGreaterEqual" } ], "distance": [ @@ -319893,24 +333945,24 @@ "/>>": "back", "&": "overback", - "#=": "tEq", - "#<>": "tNe", - "#<": "tLt", - "#<=": "tLe", - "#>": "tGt", - "#>=": "tGe", - "?=": "eEq", - "?<>": "eNe", - "?<": "eLt", - "?<=": "eLe", - "?>": "eGt", - "?>=": "eGe", - "%=": "aEq", - "%<>": "aNe", - "%<": "aLt", - "%<=": "aLe", - "%>": "aGt", - "%>=": "aGe", + "#=": "tEqual", + "#<>": "tNotEqual", + "#<": "tLessThan", + "#<=": "tLessEqual", + "#>": "tGreaterThan", + "#>=": "tGreaterEqual", + "?=": "eEqual", + "?<>": "eNotEqual", + "?<": "eLessThan", + "?<=": "eLessEqual", + "?>": "eGreaterThan", + "?>=": "eGreaterEqual", + "%=": "aEqual", + "%<>": "aNotEqual", + "%<": "aLessThan", + "%<=": "aLessEqual", + "%>": "aGreaterThan", + "%>=": "aGreaterEqual", "<->": "tDistance", "|=|": "nearestApproachDistance", "~=": "same" @@ -319936,35 +333988,35 @@ "back": "/>>", "overfront": "&", - "tEq": "#=", - "tNe": "#<>", - "tLt": "#<", - "tLe": "#<=", - "tGt": "#>", - "tGe": "#>=", - "eEq": "?=", - "eNe": "?<>", - "eLt": "?<", - "eLe": "?<=", - "eGt": "?>", - "eGe": "?>=", - "aEq": "%=", - "aNe": "%<>", - "aLt": "%<", - "aLe": "%<=", - "aGt": "%>", - "aGe": "%>=", + "tEqual": "#=", + "tNotEqual": "#<>", + "tLessThan": "#<", + "tLessEqual": "#<=", + "tGreaterThan": "#>", + "tGreaterEqual": "#>=", + "eEqual": "?=", + "eNotEqual": "?<>", + "eLessThan": "?<", + "eLessEqual": "?<=", + "eGreaterThan": "?>", + "eGreaterEqual": "?>=", + "aEqual": "%=", + "aNotEqual": "%<>", + "aLessThan": "%<", + "aLessEqual": "%<=", + "aGreaterThan": "%>", + "aGreaterEqual": "%>=", "tDistance": "<->", "nearestApproachDistance": "|=|", "same": "~=" }, "bareNames": [ - "aEq", - "aGe", - "aGt", - "aLe", - "aLt", - "aNe", + "aEqual", + "aGreaterEqual", + "aGreaterThan", + "aLessEqual", + "aLessThan", + "aNotEqual", "above", "adjacent", "after", @@ -319973,12 +334025,12 @@ "below", "contained", "contains", - "eEq", - "eGe", - "eGt", - "eLe", - "eLt", - "eNe", + "eEqual", + "eGreaterEqual", + "eGreaterThan", + "eLessEqual", + "eLessThan", + "eNotEqual", "front", "left", "nearestApproachDistance", @@ -319994,12 +334046,12 @@ "right", "same", "tDistance", - "tEq", - "tGe", - "tGt", - "tLe", - "tLt", - "tNe" + "tEqual", + "tGreaterEqual", + "tGreaterThan", + "tLessEqual", + "tLessThan", + "tNotEqual" ], "count": 41 }, @@ -320007,10 +334059,11 @@ "provenance": { "rfc": "MobilityDB RFC #870 (TemporalParquet) + #913 (Temporal Data Lake)", "discussion": "MobilityDB#861 (edge-to-cloud SQL portability: one query, three platforms)", - "geoParquet": "GeoParquet 1.1 covering.bbox (geoparquet.org/releases/v1.1.0)", + "temporalParquet": "TemporalParquet 2.0.0 covering columns (github.com/MobilityDB/MobilityLakehouse/blob/main/spec/covering-columns.md)", + "geoParquet": "GeoParquet 2.0 bounding box column, declared under covering.bbox (github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md)", "benchmark": "MVB v3 \u2014 the scalar AND-chain on materialised covering columns prunes row groups identically to the spatial-aware path and ~10x faster, with no DuckDB spatial extension" }, - "version": "1.0.0", + "version": "2.0.0", "valueCodec": { "asHexWkb": "temporal_as_hexwkb", "fromHexWkb": "temporal_from_hexwkb", @@ -320018,12 +334071,11 @@ }, "metadataKeys": { "temporal": "temporal", - "geo": "geo", - "covering": "bbox" + "geo": "geo" }, "classes": { "spatial": { - "doc": "Spatial temporal types \u2014 STBOX covering (x/y[/z] extent + time extent + SRID).", + "doc": "Spatial temporal types \u2014 STBOX covering: a GeoParquet bounding box column, the time extent, and the SRID.", "box": { "type": "STBOX", "from": "tspatial_to_stbox" @@ -320039,57 +334091,71 @@ "tpose", "trgeometry" ], - "columns": [ + "coverings": [ { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, - { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320099,7 +334165,7 @@ ] }, "number": { - "doc": "Numeric temporal types \u2014 TBOX covering (value range + time extent).", + "doc": "Numeric temporal types \u2014 TBOX covering: the value range and the time extent.", "box": { "type": "TBOX", "from": "tnumber_to_tbox" @@ -320110,55 +334176,105 @@ "tfloat", "tbigint" ], - "columns": [ + "coverings": [ { - "name": "vmin", - "sqlType": "double", - "accessor": "tbox_xmin", - "source": "box" - }, - { - "name": "vmax", - "sqlType": "double", - "accessor": "tbox_xmax", - "source": "box" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "tbox_tmin", - "source": "box" + "key": "vspan", + "column": "{col}_vspan", + "byType": { + "tint": [ + { + "name": "vmin", + "sqlType": "int", + "accessor": "tint_min_value", + "source": "value" + }, + { + "name": "vmax", + "sqlType": "int", + "accessor": "tint_max_value", + "source": "value" + } + ], + "tfloat": [ + { + "name": "vmin", + "sqlType": "double", + "accessor": "tfloat_min_value", + "source": "value" + }, + { + "name": "vmax", + "sqlType": "double", + "accessor": "tfloat_max_value", + "source": "value" + } + ], + "tbigint": [ + { + "name": "vmin", + "sqlType": "bigint", + "accessor": "tbigint_min_value", + "source": "value" + }, + { + "name": "vmax", + "sqlType": "bigint", + "accessor": "tbigint_max_value", + "source": "value" + } + ] + } }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "tbox_tmax", - "source": "box" + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "tbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "tbox_tmax", + "source": "box" + } + ] } - ] + ], + "columns": [] }, "timeOnly": { - "doc": "Time-only temporal types \u2014 no spatial box; time extent only.", + "doc": "Time-only temporal types \u2014 no box; the time extent only.", "box": null, "srid": null, "types": [ "tbool", "ttext" ], - "columns": [ + "coverings": [ { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "temporal_start_timestamptz", - "source": "value" - }, - { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "temporal_end_timestamptz", - "source": "value" + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "temporal_start_timestamptz", + "source": "value" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "temporal_end_timestamptz", + "source": "value" + } + ] } - ] + ], + "columns": [] } }, "deferred": { @@ -320174,8 +334290,11 @@ }, "notes": [ "The covering columns are a denormalisation of the value's bounding box; the canonical MEOS-WKB BLOB remains the lossless source of truth.", - "Materialising the covering columns as primitive Parquet columns gives Iceberg manifest-level file pruning and Parquet row-group min/max pruning, with no spatial-aware engine.", - "zmin/zmax are emitted only for 3D values (`when: hasZ`); 2D values omit them or store null.", + "Each covering is a struct column at the root of the schema; `{col}` in its `column` is the name of the temporal column it covers. The statistics of its fields give Iceberg manifest-level file pruning and Parquet row-group min/max pruning, with no spatial-aware engine.", + "The `bbox` covering is a GeoParquet bounding box column: its fields are DOUBLE, in the order xmin, ymin, [zmin,] xmax, ymax[, zmax], it has the repetition of its temporal column, and it holds a value exactly when the temporal column does.", + "zmin/zmax are emitted only for 3D values (`when: hasZ`); the bbox of a 2D value has four fields.", + "The `vspan` bounds are of the base type of each number type (int, bigint, double), read off the value, so a bigint bound stays exact and no bound is rounded inward; a covering whose fields differ by type gives them per type (`byType`), one that holds for the whole class gives them once (`fields`).", + "`columns` are plain columns at the root beside the coverings; the spatial class carries `srid` there.", "`source: box` accessors take the box returned by `class.box.from(value)`; `source: value` accessors take the temporal value directly.", "This descriptor is type-agnostic per class exactly as `portable-aliases.json` is type-agnostic per operator family \u2014 codegen consumes it identically across every binding." ], @@ -320187,57 +334306,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ - { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, - { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, + "coverings": [ { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320253,57 +334386,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ - { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, - { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, + "coverings": [ { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320319,57 +334466,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ - { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, + "coverings": [ { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320385,57 +334546,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ - { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, + "coverings": [ { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320451,57 +334626,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ - { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, + "coverings": [ { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320517,57 +334706,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ - { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, - { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, + "coverings": [ { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320583,57 +334786,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ - { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, + "coverings": [ { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, - { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320649,57 +334866,71 @@ "from": "tspatial_to_stbox" }, "srid": "tspatial_srid", - "columns": [ + "coverings": [ { - "name": "xmin", - "sqlType": "double", - "accessor": "stbox_xmin", - "source": "box" - }, - { - "name": "xmax", - "sqlType": "double", - "accessor": "stbox_xmax", - "source": "box" - }, - { - "name": "ymin", - "sqlType": "double", - "accessor": "stbox_ymin", - "source": "box" - }, - { - "name": "ymax", - "sqlType": "double", - "accessor": "stbox_ymax", - "source": "box" - }, - { - "name": "zmin", - "sqlType": "double", - "accessor": "stbox_zmin", - "source": "box", - "when": "hasZ" - }, - { - "name": "zmax", - "sqlType": "double", - "accessor": "stbox_zmax", - "source": "box", - "when": "hasZ" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "stbox_tmin", - "source": "box" + "key": "bbox", + "column": "{col}_bbox", + "fields": [ + { + "name": "xmin", + "sqlType": "double", + "accessor": "stbox_xmin", + "source": "box" + }, + { + "name": "ymin", + "sqlType": "double", + "accessor": "stbox_ymin", + "source": "box" + }, + { + "name": "zmin", + "sqlType": "double", + "accessor": "stbox_zmin", + "source": "box", + "when": "hasZ" + }, + { + "name": "xmax", + "sqlType": "double", + "accessor": "stbox_xmax", + "source": "box" + }, + { + "name": "ymax", + "sqlType": "double", + "accessor": "stbox_ymax", + "source": "box" + }, + { + "name": "zmax", + "sqlType": "double", + "accessor": "stbox_zmax", + "source": "box", + "when": "hasZ" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "stbox_tmax", - "source": "box" - }, + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "stbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "stbox_tmax", + "source": "box" + } + ] + } + ], + "columns": [ { "name": "srid", "sqlType": "int", @@ -320715,32 +334946,45 @@ "from": "tnumber_to_tbox" }, "srid": null, - "columns": [ - { - "name": "vmin", - "sqlType": "double", - "accessor": "tbox_xmin", - "source": "box" - }, - { - "name": "vmax", - "sqlType": "double", - "accessor": "tbox_xmax", - "source": "box" - }, + "coverings": [ { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "tbox_tmin", - "source": "box" + "key": "vspan", + "column": "{col}_vspan", + "fields": [ + { + "name": "vmin", + "sqlType": "int", + "accessor": "tint_min_value", + "source": "value" + }, + { + "name": "vmax", + "sqlType": "int", + "accessor": "tint_max_value", + "source": "value" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "tbox_tmax", - "source": "box" + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "tbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "tbox_tmax", + "source": "box" + } + ] } - ] + ], + "columns": [] }, "tfloat": { "class": "number", @@ -320749,32 +334993,45 @@ "from": "tnumber_to_tbox" }, "srid": null, - "columns": [ + "coverings": [ { - "name": "vmin", - "sqlType": "double", - "accessor": "tbox_xmin", - "source": "box" - }, - { - "name": "vmax", - "sqlType": "double", - "accessor": "tbox_xmax", - "source": "box" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "tbox_tmin", - "source": "box" + "key": "vspan", + "column": "{col}_vspan", + "fields": [ + { + "name": "vmin", + "sqlType": "double", + "accessor": "tfloat_min_value", + "source": "value" + }, + { + "name": "vmax", + "sqlType": "double", + "accessor": "tfloat_max_value", + "source": "value" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "tbox_tmax", - "source": "box" + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "tbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "tbox_tmax", + "source": "box" + } + ] } - ] + ], + "columns": [] }, "tbigint": { "class": "number", @@ -320783,70 +335040,97 @@ "from": "tnumber_to_tbox" }, "srid": null, - "columns": [ - { - "name": "vmin", - "sqlType": "double", - "accessor": "tbox_xmin", - "source": "box" - }, + "coverings": [ { - "name": "vmax", - "sqlType": "double", - "accessor": "tbox_xmax", - "source": "box" - }, - { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "tbox_tmin", - "source": "box" + "key": "vspan", + "column": "{col}_vspan", + "fields": [ + { + "name": "vmin", + "sqlType": "bigint", + "accessor": "tbigint_min_value", + "source": "value" + }, + { + "name": "vmax", + "sqlType": "bigint", + "accessor": "tbigint_max_value", + "source": "value" + } + ] }, { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "tbox_tmax", - "source": "box" + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "tbox_tmin", + "source": "box" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "tbox_tmax", + "source": "box" + } + ] } - ] + ], + "columns": [] }, "tbool": { "class": "timeOnly", "box": null, "srid": null, - "columns": [ + "coverings": [ { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "temporal_start_timestamptz", - "source": "value" - }, - { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "temporal_end_timestamptz", - "source": "value" + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "temporal_start_timestamptz", + "source": "value" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "temporal_end_timestamptz", + "source": "value" + } + ] } - ] + ], + "columns": [] }, "ttext": { "class": "timeOnly", "box": null, "srid": null, - "columns": [ + "coverings": [ { - "name": "tmin", - "sqlType": "timestamptz", - "accessor": "temporal_start_timestamptz", - "source": "value" - }, - { - "name": "tmax", - "sqlType": "timestamptz", - "accessor": "temporal_end_timestamptz", - "source": "value" + "key": "tspan", + "column": "{col}_tspan", + "fields": [ + { + "name": "tmin", + "sqlType": "timestamptz", + "accessor": "temporal_start_timestamptz", + "source": "value" + }, + { + "name": "tmax", + "sqlType": "timestamptz", + "accessor": "temporal_end_timestamptz", + "source": "value" + } + ] } - ] + ], + "columns": [] } }, "types": [ @@ -320873,14 +335157,18 @@ "stbox_ymin", "stbox_zmax", "stbox_zmin", + "tbigint_max_value", + "tbigint_min_value", "tbox_tmax", "tbox_tmin", - "tbox_xmax", - "tbox_xmin", "temporal_as_hexwkb", "temporal_end_timestamptz", "temporal_from_hexwkb", "temporal_start_timestamptz", + "tfloat_max_value", + "tfloat_min_value", + "tint_max_value", + "tint_min_value", "tnumber_to_tbox", "tspatial_srid", "tspatial_to_stbox" @@ -320894,10 +335182,10 @@ "sourceOfTruth": "MobilityDB meos/src/temporal/meos_catalog.c \u2014 the type-family predicate functions and MEOS_TEMPTYPE_CATALOG are the authoritative membership oracle; meos/include/meos.h \u2014 the tempSubtype and errorCode enums. The regression test re-derives every membership set from these so this file cannot silently drift.", "predicates": { "temporal_type": "meos_catalog.c \u2014 all temporal types (superclass membership)", - "talpha_type": "meos_catalog.c \u2014 {T_TBOOL,T_TTEXT} (+ internal tdoubleN)", - "tnumber_type": "meos_catalog.c \u2014 {T_TINT,T_TFLOAT}", + "talpha_type": "meos_catalog.c \u2014 the types carrying no arithmetic or spatial structure, plus the internal tdoubleN aggregation types", + "tnumber_type": "meos_catalog.c \u2014 the types over a numeric base", "tnumber_basetype": "meos_catalog.c \u2014 {T_INT4,T_FLOAT8}", - "tspatial_type": "meos_catalog.c \u2014 points+geos (+ cbuffer/npoint/pose/rgeo, #if-gated)", + "tspatial_type": "meos_catalog.c \u2014 the types carrying an SRID, i.e. every family whose values sit in space", "tpoint_type": "meos_catalog.c \u2014 {T_TGEOMPOINT,T_TGEOGPOINT}", "tgeo_type": "meos_catalog.c \u2014 {T_TGEOMETRY,T_TGEOGRAPHY}", "tgeo_type_all": "meos_catalog.c \u2014 {T_TGEOMETRY,T_TGEOGRAPHY,T_TGEOMPOINT,T_TGEOGPOINT} (overlap \u2014 see corrections)", @@ -320963,6 +335251,10 @@ "_comment": "The type-family axis \u2014 the inheritance lattice; the leaf's base type is the missing template parameter. Single-inheritance TREE (the geometry/geodetic split is a TRAIT, not a parent, to avoid a diamond \u2014 see traits)." } }, + "membership": { + "status": "derived", + "source": "/tmp/tmp.EPsK3wUl80/mobilitydb/meos/src/temporal/meos_catalog.c" + }, "lattice": { "Temporal": { "kind": "root", @@ -320971,27 +335263,29 @@ "prefixes": [ "temporal" ], + "doc": "Superclass of every temporal type; temporal_* functions are late-bound over `subtype` and `temptype`.", "temptypes": [ "T_TBOOL", - "T_TTEXT", - "T_TJSONB", - "T_TINT", - "T_TBIGINT", "T_TFLOAT", + "T_TINT", + "T_TTEXT", "T_TGEOMPOINT", "T_TGEOGPOINT", - "T_TGEOMETRY", - "T_TGEOGRAPHY", - "T_TCBUFFER", "T_TNPOINT", "T_TPOSE", + "T_TPOSECHAIN", + "T_TCBUFFER", + "T_TGEOMETRY", + "T_TGEOGRAPHY", "T_TRGEOMETRY", + "T_TJSONB", + "T_TBIGINT", "T_TH3INDEX", "T_TQUADBIN", + "T_TS2CELL", "T_TPCPOINT", "T_TPCPATCH" ], - "doc": "Superclass of every temporal type; temporal_* functions are late-bound over `subtype` and `temptype`.", "children": [ "TAlpha", "TNumber", @@ -321007,12 +335301,12 @@ "prefixes": [ "talpha" ], + "doc": "Non-numeric, non-spatial temporal types (step/discrete interpolation only). A real MEOS grouping (talpha_type) with no user-facing class name in PyMEOS \u2014 see corrections.", "temptypes": [ "T_TBOOL", "T_TTEXT", "T_TJSONB" ], - "doc": "Non-numeric, non-spatial temporal types (step/discrete interpolation only). A real MEOS grouping (talpha_type) with no user-facing class name in PyMEOS \u2014 see corrections.", "children": [ "TBool", "TJsonb", @@ -321084,13 +335378,13 @@ "prefixes": [ "tnumber" ], + "basePredicate": "tnumber_basetype", + "doc": "Temporal numbers; supports linear interpolation.", "temptypes": [ + "T_TFLOAT", "T_TINT", - "T_TBIGINT", - "T_TFLOAT" + "T_TBIGINT" ], - "basePredicate": "tnumber_basetype", - "doc": "Temporal numbers; supports linear interpolation.", "children": [ "TBigint", "TFloat", @@ -321162,19 +335456,23 @@ "prefixes": [ "tspatial" ], + "doc": "Temporal types carrying an STBox spatial bounding box.", "temptypes": [ "T_TGEOMPOINT", "T_TGEOGPOINT", - "T_TGEOMETRY", - "T_TGEOGRAPHY", - "T_TCBUFFER", "T_TNPOINT", "T_TPOSE", + "T_TPOSECHAIN", + "T_TCBUFFER", + "T_TGEOMETRY", + "T_TGEOGRAPHY", "T_TRGEOMETRY", "T_TH3INDEX", - "T_TQUADBIN" + "T_TQUADBIN", + "T_TS2CELL", + "T_TPCPOINT", + "T_TPCPATCH" ], - "doc": "Temporal types carrying an STBox spatial bounding box.", "children": [ "TCbuffer", "TGeo", @@ -321196,13 +335494,13 @@ "tgeo" ], "userFacingName": "TGeo", + "doc": "All PostGIS-derived spatiotemporal types (geometry/geography-based). Authoritative parent per MobilityDB manual Ch.7 Figure 7.1 (= the broad C predicate tgeo_type_all). NOTE: the narrower C predicate tgeo_type() and most tgeo_* functions reject points \u2014 class membership (manual) is broader than tgeo_* API applicability; see correction OM-M1.", "temptypes": [ - "T_TGEOMETRY", - "T_TGEOGRAPHY", "T_TGEOMPOINT", - "T_TGEOGPOINT" + "T_TGEOGPOINT", + "T_TGEOMETRY", + "T_TGEOGRAPHY" ], - "doc": "All PostGIS-derived spatiotemporal types (geometry/geography-based). Authoritative parent per MobilityDB manual Ch.7 Figure 7.1 (= the broad C predicate tgeo_type_all). NOTE: the narrower C predicate tgeo_type() and most tgeo_* functions reject points \u2014 class membership (manual) is broader than tgeo_* API applicability; see correction OM-M1.", "children": [ "TGeography", "TGeometry", @@ -321222,11 +335520,11 @@ "tpoint" ], "userFacingName": "TPoint", + "doc": "Temporal points. API-level intermediate (C predicate tpoint_type + the tpoint_* method family); NOT drawn in the manual Figure 7.1 (a conceptual diagram) but required so the tpoint_* methods bind to a class \u2014 see correction OM-M6.", "temptypes": [ "T_TGEOMPOINT", "T_TGEOGPOINT" ], - "doc": "Temporal points. API-level intermediate (C predicate tpoint_type + the tpoint_* method family); NOT drawn in the manual Figure 7.1 (a conceptual diagram) but required so the tpoint_* methods bind to a class \u2014 see correction OM-M6.", "children": [ "TGeogPoint", "TGeomPoint" @@ -321249,10 +335547,10 @@ "temptypes": [ "T_TGEOMPOINT" ], - "cBaseType": "T_GEOMETRY", "traits": [ "geometryBased" ], + "cBaseType": "T_GEOMETRY", "children": [], "ancestors": [ "TPoint", @@ -321273,10 +335571,10 @@ "temptypes": [ "T_TGEOGPOINT" ], - "cBaseType": "T_GEOGRAPHY", "traits": [ "geodetic" ], + "cBaseType": "T_GEOGRAPHY", "children": [], "ancestors": [ "TPoint", @@ -321297,10 +335595,10 @@ "temptypes": [ "T_TGEOMETRY" ], - "cBaseType": "T_GEOMETRY", "traits": [ "geometryBased" ], + "cBaseType": "T_GEOMETRY", "children": [], "ancestors": [ "TGeo", @@ -321320,10 +335618,10 @@ "temptypes": [ "T_TGEOGRAPHY" ], - "cBaseType": "T_GEOGRAPHY", "traits": [ "geodetic" ], + "cBaseType": "T_GEOGRAPHY", "children": [], "ancestors": [ "TGeo", @@ -321343,8 +335641,8 @@ "temptypes": [ "T_TCBUFFER" ], - "cBaseType": "T_CBUFFER", "conditional": "CBUFFER", + "cBaseType": "T_CBUFFER", "children": [], "ancestors": [ "TSpatial", @@ -321363,8 +335661,8 @@ "temptypes": [ "T_TNPOINT" ], - "cBaseType": "T_NPOINT", "conditional": "NPOINT", + "cBaseType": "T_NPOINT", "children": [], "ancestors": [ "TSpatial", @@ -321383,8 +335681,8 @@ "temptypes": [ "T_TPOSE" ], - "cBaseType": "T_POSE", "conditional": "POSE", + "cBaseType": "T_POSE", "children": [], "ancestors": [ "TSpatial", @@ -321405,9 +335703,9 @@ "temptypes": [ "T_TRGEOMETRY" ], - "cBaseType": "T_POSE", "conditional": "RGEO", "note": "Base type is T_POSE, not a geometry \u2014 base != name (see corrections). User-facing API name is `trgeometry`; internal C functions keep the `trgeo_` prefix and must NOT be normalized.", + "cBaseType": "T_POSE", "children": [], "ancestors": [ "TSpatial", @@ -321420,20 +335718,20 @@ "_comment": "Orthogonal boolean axes \u2014 NOT inheritance parents (modelling them as parents would create a diamond TGeomPoint<-{TPoint,TGeometryBased}). Tagged on leaves; each backed by a MEOS predicate, gated against source.", "geometryBased": { "predicate": "tgeometry_type", + "doc": "Cartesian (planar) base \u2014 geometry.", "temptypes": [ "T_TGEOMPOINT", "T_TGEOMETRY" - ], - "doc": "Cartesian (planar) base \u2014 geometry." + ] }, "geodetic": { "predicate": "tgeodetic_type", + "doc": "Ellipsoidal base \u2014 geography; also the H3 DGGS cells (geodetic, SRID 4326).", "temptypes": [ "T_TGEOGPOINT", "T_TGEOGRAPHY", "T_TH3INDEX" - ], - "doc": "Ellipsoidal base \u2014 geography; also the H3 DGGS cells (geodetic, SRID 4326)." + ] } }, "companions": { @@ -321447,7 +335745,8 @@ "doc": "Bounding-box family.", "children": [ "STBox", - "TBox" + "TBox", + "TPCBox" ], "ancestors": [], "depth": 0 @@ -321479,6 +335778,21 @@ "Box" ], "depth": 1 + }, + "TPCBox": { + "kind": "leaf", + "parent": "Box", + "prefixes": [ + "tpcbox" + ], + "temptype": "T_TPCBOX", + "conditional": "POINTCLOUD", + "doc": "Point-cloud x time box (bbox of TPcpoint and TPcpatch).", + "children": [], + "ancestors": [ + "Box" + ], + "depth": 1 } } }, @@ -321794,6 +336108,332 @@ "depth": 2 } } + }, + "Value": { + "_comment": "A value crosses the MEOS boundary as a POINTER unless basetype_byvalue() names its type, and a method taking or answering one cannot be typed without a class for it. To a binding a pointer to a struct is one thing \u2014 an instance it holds and calls through \u2014 whether MEOS publishes the struct's layout or forward-declares it, so the schema, the trees and the array sit here beside the base values rather than in a hierarchy of their own. Parallel hierarchy, as Box and Collection are. temptypes gated against the MeosType enum where MEOS registers one, and the by-reference base types gated for COVERAGE against basetype_byvalue().", + "root": "Value", + "nodes": { + "Value": { + "kind": "root", + "parent": null, + "doc": "Base values MEOS passes by reference.", + "children": [ + "Cbuffer", + "Geo", + "JsonPath", + "Jsonb", + "MeosArray", + "Npoint", + "Nsegment", + "Pcpatch", + "Pcpoint", + "Pcschema", + "Pose", + "PoseChain", + "RTree", + "RTreeNNCursor", + "Raquet", + "SPNNCursor", + "SPTree", + "Text" + ], + "ancestors": [], + "depth": 0 + }, + "Text": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "text" + ], + "temptype": "T_TEXT", + "doc": "PostgreSQL text, the base type of TText and TextSet.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Jsonb": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "jsonb" + ], + "temptype": "T_JSONB", + "conditional": "JSON", + "doc": "PostgreSQL jsonb, the base type of TJsonb and JsonbSet.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "JsonPath": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "jsonpath" + ], + "temptype": "T_JSONPATH", + "conditional": "JSON", + "doc": "A path into a jsonb value. A MeosType no membership predicate admits, as Nsegment and Raquet are; the nine signatures naming it are what need it.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Geo": { + "kind": "abstract", + "parent": "Value", + "prefixes": [ + "geo" + ], + "doc": "PostGIS-derived values, both of them a GSERIALIZED. Parent of Geometry and Geography exactly as TGeo parents TGeometry and TGeography, so a signature naming the C type alone is typed by the parent and the two spellings stay distinct classes.", + "children": [ + "Geography", + "Geometry" + ], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Geometry": { + "kind": "leaf", + "parent": "Geo", + "prefixes": [ + "geom" + ], + "temptype": "T_GEOMETRY", + "traits": [ + "geometryBased" + ], + "children": [], + "ancestors": [ + "Geo", + "Value" + ], + "depth": 2 + }, + "Geography": { + "kind": "leaf", + "parent": "Geo", + "prefixes": [ + "geog" + ], + "temptype": "T_GEOGRAPHY", + "traits": [ + "geodetic" + ], + "children": [], + "ancestors": [ + "Geo", + "Value" + ], + "depth": 2 + }, + "Cbuffer": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "cbuffer" + ], + "temptype": "T_CBUFFER", + "conditional": "CBUFFER", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Npoint": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "npoint" + ], + "temptype": "T_NPOINT", + "conditional": "NPOINT", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Nsegment": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "nsegment" + ], + "temptype": "T_NSEGMENT", + "conditional": "NPOINT", + "doc": "A segment of a network route. A MeosType no membership predicate admits, so the coverage gate does not demand it; the 20 signatures naming it do.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Pose": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "pose" + ], + "temptype": "T_POSE", + "conditional": "POSE", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "PoseChain": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "posechain" + ], + "temptype": "T_POSECHAIN", + "conditional": "POSE", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Pcpoint": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "pcpoint" + ], + "temptype": "T_PCPOINT", + "conditional": "POINTCLOUD", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Pcpatch": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "pcpatch" + ], + "temptype": "T_PCPATCH", + "conditional": "POINTCLOUD", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Raquet": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "raquet" + ], + "temptype": "T_RAQUET", + "conditional": "RASTER", + "doc": "A raster tile. A MeosType no membership predicate admits, as Nsegment is.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "Pcschema": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "meos_pc_schema" + ], + "temptype": null, + "conditional": "POINTCLOUD", + "doc": "The dimension schema a point cloud value is read through. Every pcpoint and pcpatch accessor takes one, and the process-global cache answers it for a pcid. MEOS registers it in no enum, so it names no temptype.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "RTree": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "rtree" + ], + "temptype": null, + "doc": "MEOS's in-memory R-tree over spans, boxes and their kin. MEOS registers it in no enum, so it names no temptype.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "RTreeNNCursor": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "rtree_nn_cursor" + ], + "temptype": null, + "doc": "A walk over an R-tree's entries in order of distance from a query. MEOS registers it in no enum, so it names no temptype.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "SPTree": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "sptree" + ], + "temptype": null, + "doc": "MEOS's in-memory SP-tree, the R-tree's sibling over the same key types. MEOS registers it in no enum, so it names no temptype.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "SPNNCursor": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "sptree_nn_cursor" + ], + "temptype": null, + "doc": "The SP-tree's nearest-neighbour walk, the R-tree cursor's sibling. MEOS registers it in no enum, so it names no temptype.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + }, + "MeosArray": { + "kind": "leaf", + "parent": "Value", + "prefixes": [ + "meos_array" + ], + "temptype": null, + "doc": "The growable array MEOS builds its own results in. MEOS registers it in no enum, so it names no temptype.", + "children": [], + "ancestors": [ + "Value" + ], + "depth": 1 + } + } } }, "algebra": { @@ -321839,7 +336479,7 @@ ] }, "errors": { - "_comment": "The MEOS error/exception contract. MEOS has a single raise mechanism: meos_error(int errlevel, int errcode, const char *fmt, ...) (meos.h). errcode is an `errorCode` enum value. The per-function `raises` set is DERIVED by static scan of the function definition body in MobilityDB meos/src (see derivation) \u2014 never fabricated.", + "_comment": "The MEOS error/exception contract. MEOS has a single raise mechanism: meos_error(int errlevel, int errcode, const char *fmt, ...) (meos_error.h). errcode is an `errorCode` enum value. The per-function `raises` set is DERIVED by static scan of the function definition body in MobilityDB meos/src (see derivation) \u2014 never fabricated.", "enum": "errorCode", "raiseSite": "meos_error(int errlevel, int errcode, const char *format, ...)", "codes": [ @@ -321888,6 +336528,11 @@ "value": 8, "meaning": "Internal file error" }, + { + "name": "MEOS_ERR_OUT_OF_MEMORY", + "value": 9, + "meaning": "Out of memory error" + }, { "name": "MEOS_ERR_INVALID_ARG", "value": 10, @@ -321908,6 +336553,21 @@ "value": 13, "meaning": "Feature not currently supported" }, + { + "name": "MEOS_ERR_INDETERMINATE_COLLATION", + "value": 14, + "meaning": "Indeterminate collation" + }, + { + "name": "MEOS_ERR_SYNTAX_ERROR", + "value": 15, + "meaning": "Syntax error" + }, + { + "name": "MEOS_ERR_NULL_RESULT", + "value": 16, + "meaning": "Operation returned null" + }, { "name": "MEOS_ERR_MFJSON_INPUT", "value": 20, @@ -321947,6 +336607,16 @@ "name": "MEOS_ERR_GEOJSON_OUTPUT", "value": 27, "meaning": "GEOJSON output error" + }, + { + "name": "MEOS_ERR_SQL_JSON_ERROR", + "value": 28, + "meaning": "SQL JSON error" + }, + { + "name": "MEOS_ERR_INVALID_REGULAR_EXPRESSION", + "value": 29, + "meaning": "Regular expression error" } ], "derivation": { @@ -322080,6 +336750,12 @@ "via": "direct" } ], + "bbox_expand": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], "before_tnumber_tnumber": [ { "code": "MEOS_ERR_INVALID_ARG_TYPE", @@ -322171,6 +336847,13 @@ "through": "ensure_not_negative" } ], + "cbuffer_set_srid": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_srid_valid" + } + ], "cbuffer_transform": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -322415,6 +337098,12 @@ "through": "ensure_set_isof_type" } ], + "distance_sentinel": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + } + ], "distance_tstzset_tstzset": [ { "code": "MEOS_ERR_INVALID_ARG_TYPE", @@ -322475,6 +337164,12 @@ "through": "ensure_not_negative_datum" } ], + "ensure_alphanum_basetype": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], "ensure_bbox_temporal_compatible": [ { "code": "MEOS_ERR_INVALID_ARG_TYPE", @@ -322602,6 +337297,12 @@ "via": "direct" } ], + "ensure_index_result": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], "ensure_linear_interp": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -322668,6 +337369,12 @@ "via": "direct" } ], + "ensure_numspanset_type": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], "ensure_one_not_null": [ { "code": "MEOS_ERR_INVALID_ARG", @@ -322795,12 +337502,6 @@ "via": "direct" } ], - "ensure_same_pcid_tpcbox": [ - { - "code": "MEOS_ERR_INVALID_ARG_VALUE", - "via": "direct" - } - ], "ensure_same_rid_tnpointinst": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -322904,6 +337605,12 @@ "via": "direct" } ], + "ensure_srid_valid": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], "ensure_tcellindex_type": [ { "code": "MEOS_ERR_INVALID_ARG_TYPE", @@ -323482,6 +338189,27 @@ "through": "ensure_geodetic_geo" } ], + "geogpoint_make2d": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_srid_valid" + } + ], + "geogpoint_make3dz": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_srid_valid" + } + ], + "geom_area": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_not_geodetic_geo" + } + ], "geom_array_union": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -323618,10 +338346,6 @@ "code": "MEOS_ERR_FEATURE_NOT_SUPPORTED", "via": "direct" }, - { - "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", - "via": "direct" - }, { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "ensure", @@ -323642,6 +338366,12 @@ "through": "ensure_not_geodetic_geo" } ], + "geom_meos_coverage": [ + { + "code": "MEOS_ERR_FEATURE_NOT_SUPPORTED", + "via": "direct" + } + ], "geom_oriented_envelope": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -323723,6 +338453,20 @@ "through": "ensure_not_empty" } ], + "geompoint_make2d": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_srid_valid" + } + ], + "geompoint_make3dz": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_srid_valid" + } + ], "geompoint_to_npoint": [ { "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", @@ -323781,18 +338525,6 @@ "via": "direct" } ], - "h3_cell_to_geom": [ - { - "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", - "via": "direct" - } - ], - "h3_cell_to_geompoint": [ - { - "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", - "via": "direct" - } - ], "h3_cell_to_local_ij_meos": [ { "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", @@ -323881,6 +338613,57 @@ "via": "direct" } ], + "h3index_cell_area": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_h3index_cell" + } + ], + "h3index_cell_to_boundary": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + } + ], + "h3index_cell_to_geog": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + } + ], + "h3index_cell_to_geogpoint": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + } + ], + "h3index_cell_to_parent": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], + "h3index_cell_to_point": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + } + ], + "h3index_get_resolution": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_h3index_cell" + } + ], + "index_result_id": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_index_result" + } + ], "int_extent_transfn": [ { "code": "MEOS_ERR_INVALID_ARG_TYPE", @@ -324441,7 +339224,7 @@ { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "ensure", - "through": "ensure_positive" + "through": "ensure_not_negative" } ], "pcpatch_make": [ @@ -324462,6 +339245,18 @@ "via": "direct" } ], + "pcpatch_point_n": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], + "pcpatch_points": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], "pcpatch_to_geom": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -324486,7 +339281,7 @@ { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "ensure", - "through": "ensure_positive" + "through": "ensure_not_negative" } ], "pcpoint_make": [ @@ -324604,6 +339399,13 @@ "through": "ensure_not_negative" } ], + "posechain_set_srid": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_srid_valid" + } + ], "posechain_transform": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -324671,7 +339473,7 @@ "via": "direct" } ], - "raquet_pixtype": [ + "raquet_band_pixel_type": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "ensure", @@ -324696,24 +339498,10 @@ "via": "direct" } ], - "raster_as_hexwkb": [ + "raster_band_pixel_type": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "direct" - }, - { - "code": "MEOS_ERR_WKB_OUTPUT", - "via": "direct" - } - ], - "raster_as_wkb": [ - { - "code": "MEOS_ERR_INVALID_ARG_VALUE", - "via": "direct" - }, - { - "code": "MEOS_ERR_WKB_OUTPUT", - "via": "direct" } ], "raster_from_hexwkb": [ @@ -324728,7 +339516,7 @@ "via": "direct" } ], - "raster_num_bands": [ + "raster_summary_stats": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "direct" @@ -324741,6 +339529,12 @@ "through": "ensure_positive" } ], + "raster_to_stbox": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], "right_numspan_tnumber": [ { "code": "MEOS_ERR_INVALID_ARG_TYPE", @@ -324966,8 +339760,7 @@ "set_parse": [ { "code": "MEOS_ERR_TEXT_INPUT", - "via": "ensure", - "through": "ensure_cbrace" + "via": "direct" } ], "set_round": [ @@ -325055,6 +339848,18 @@ "through": "ensure_not_negative_datum" } ], + "span_decr_bound": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + } + ], + "span_incr_bound": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + } + ], "span_out": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -325230,6 +340035,13 @@ "through": "ensure_not_null" } ], + "stbox_nad": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "ensure", + "through": "ensure_same_spatial_dimensionality" + } + ], "stbox_out": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -325340,6 +340152,10 @@ } ], "tbox_expand_value": [ + { + "code": "MEOS_ERR_INTERNAL_TYPE_ERROR", + "via": "direct" + }, { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "direct" @@ -325569,6 +340385,18 @@ "through": "ensure_valid_temporal_set" } ], + "temporal_bbox_cmp": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], + "temporal_bbox_eq": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], "temporal_cmp": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -325776,7 +340604,7 @@ { "code": "MEOS_ERR_INVALID_ARG_TYPE", "via": "ensure", - "through": "ensure_tnumber_tpoint_type" + "through": "ensure_tnumber_tgeo_type" } ], "temporal_simplify_max_dist": [ @@ -325788,7 +340616,7 @@ { "code": "MEOS_ERR_INVALID_ARG_TYPE", "via": "ensure", - "through": "ensure_tnumber_tpoint_type" + "through": "ensure_tnumber_tgeo_type" } ], "temporal_simplify_min_dist": [ @@ -325800,7 +340628,7 @@ { "code": "MEOS_ERR_INVALID_ARG_TYPE", "via": "ensure", - "through": "ensure_tnumber_tpoint_type" + "through": "ensure_tnumber_tgeo_type" } ], "temporal_simplify_min_tdelta": [ @@ -325812,7 +340640,7 @@ { "code": "MEOS_ERR_INVALID_ARG_TYPE", "via": "ensure", - "through": "ensure_tnumber_tpoint_type" + "through": "ensure_tnumber_tgeo_type" } ], "temporal_split_n_spans": [ @@ -325995,6 +340823,12 @@ "through": "ensure_not_empty" } ], + "tgeompoint_to_tquadbin": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], "tgeoseq_from_base_tstzset": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -326057,6 +340891,12 @@ "through": "ensure_end_input" } ], + "tinstant_set_bbox": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], "tinstant_to_string": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -326246,10 +341086,17 @@ "through": "ensure_tnumber_type" } ], + "tnumberinst_abs": [ + { + "code": "MEOS_ERR_VALUE_OUT_OF_RANGE", + "via": "direct" + } + ], "tpcbox_extent_transfn": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", - "via": "direct" + "via": "ensure", + "through": "ensure_same_dimensionality" } ], "tpcbox_out": [ @@ -326272,6 +341119,12 @@ "through": "ensure_not_negative" } ], + "tpcbox_set_srid": [ + { + "code": "MEOS_ERR_INVALID_ARG_VALUE", + "via": "direct" + } + ], "tpoint_tcentroid_transfn": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -326511,12 +341364,30 @@ "through": "ensure_not_null" } ], + "tseqarr_compute_bbox": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], + "tsequence_expand_bbox": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], "tsequenceset_as_tsequence": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "direct" } ], + "tsequenceset_expand_bbox": [ + { + "code": "MEOS_ERR_INVALID_ARG_TYPE", + "via": "direct" + } + ], "tsequenceset_make": [ { "code": "MEOS_ERR_INVALID_ARG_VALUE", @@ -326568,7 +341439,7 @@ { "code": "MEOS_ERR_INVALID_ARG_VALUE", "via": "ensure", - "through": "ensure_positive" + "through": "ensure_not_negative" } ], "tspatial_parse": [ @@ -326597,13 +341468,6 @@ "via": "direct" } ], - "tspatial_srid": [ - { - "code": "MEOS_ERR_INVALID_ARG", - "via": "ensure", - "through": "ensure_not_null" - } - ], "tspatial_transform": [ { "code": "MEOS_ERR_INVALID_ARG_TYPE", @@ -326738,7 +341602,7 @@ } ] }, - "raisesCount": 674 + "raisesCount": 706 }, "scope": { "inScopeTypeFamilies": [ @@ -327457,6 +342321,463 @@ } }, "classes": { + "MeosArray": { + "methods": [ + { + "function": "meos_array_create", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_create", + "ooName": "create", + "ooExclude": true + }, + { + "function": "meos_array_add", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_add", + "ooName": "add", + "ooExclude": true + }, + { + "function": "meos_array_get", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_get", + "ooName": "get", + "ooExclude": true + }, + { + "function": "meos_array_count", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_count", + "ooName": "count", + "ooExclude": true + }, + { + "function": "meos_array_reset", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_reset", + "ooName": "reset", + "ooExclude": true + }, + { + "function": "meos_array_reset_free", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_reset_free", + "ooName": "resetFree", + "ooExclude": true + }, + { + "function": "meos_array_destroy", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_destroy", + "ooName": "destroy", + "ooExclude": true + }, + { + "function": "meos_array_destroy_free", + "role": "accessor", + "scope": "companion", + "backing": "meos_array_destroy_free", + "ooName": "destroyFree", + "ooExclude": true + } + ], + "cType": "MeosArray" + }, + "RTree": { + "methods": [ + { + "function": "rtree_create_intspan", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_intspan", + "ooName": "createIntspan", + "ooExclude": true + }, + { + "function": "rtree_create_bigintspan", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_bigintspan", + "ooName": "createBigintspan", + "ooExclude": true + }, + { + "function": "rtree_create_floatspan", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_floatspan", + "ooName": "createFloatspan", + "ooExclude": true + }, + { + "function": "rtree_create_datespan", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_datespan", + "ooName": "createDatespan", + "ooExclude": true + }, + { + "function": "rtree_create_tstzspan", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_tstzspan", + "ooName": "createTstzspan", + "ooExclude": true + }, + { + "function": "rtree_create_tbox", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_tbox", + "ooName": "createTbox", + "ooExclude": true + }, + { + "function": "rtree_create_stbox", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_stbox", + "ooName": "createStbox", + "ooExclude": true + }, + { + "function": "rtree_create_tpcbox", + "role": "accessor", + "scope": "companion", + "backing": "rtree_create_tpcbox", + "ooName": "createTpcbox", + "ooExclude": true + }, + { + "function": "rtree_free", + "role": "accessor", + "scope": "companion", + "backing": "rtree_free", + "ooName": "free", + "ooExclude": true + }, + { + "function": "rtree_num_entries", + "role": "accessor", + "scope": "companion", + "backing": "rtree_num_entries", + "ooName": "numEntries", + "ooExclude": true + }, + { + "function": "rtree_mem_size", + "role": "accessor", + "scope": "companion", + "backing": "rtree_mem_size", + "ooName": "memSize", + "ooExclude": true + }, + { + "function": "rtree_height", + "role": "accessor", + "scope": "companion", + "backing": "rtree_height", + "ooName": "height", + "ooExclude": true + }, + { + "function": "rtree_insert", + "role": "accessor", + "scope": "companion", + "backing": "rtree_insert", + "ooName": "insert", + "ooExclude": true + }, + { + "function": "rtree_load", + "role": "accessor", + "scope": "companion", + "backing": "rtree_load", + "ooName": "load", + "ooExclude": true + }, + { + "function": "rtree_insert_temporal", + "role": "accessor", + "scope": "companion", + "backing": "rtree_insert_temporal", + "ooName": "insertTemporal", + "ooExclude": true + }, + { + "function": "rtree_insert_temporal_split", + "role": "accessor", + "scope": "companion", + "backing": "rtree_insert_temporal_split", + "ooName": "insertTemporalSplit", + "ooExclude": true + }, + { + "function": "rtree_search", + "role": "accessor", + "scope": "companion", + "backing": "rtree_search", + "ooName": "search", + "ooExclude": true + }, + { + "function": "rtree_join", + "role": "accessor", + "scope": "companion", + "backing": "rtree_join", + "ooName": "join", + "ooExclude": true + }, + { + "function": "rtree_search_temporal", + "role": "accessor", + "scope": "companion", + "backing": "rtree_search_temporal", + "ooName": "searchTemporal", + "ooExclude": true + }, + { + "function": "rtree_search_temporal_dedup", + "role": "accessor", + "scope": "companion", + "backing": "rtree_search_temporal_dedup", + "ooName": "searchTemporalDedup", + "ooExclude": true + } + ], + "cType": "RTree" + }, + "RTreeNNCursor": { + "methods": [ + { + "function": "rtree_nn_cursor_open", + "role": "accessor", + "scope": "companion", + "backing": "rtree_nn_cursor_open", + "ooName": "open", + "ooExclude": true + }, + { + "function": "rtree_nn_cursor_next", + "role": "accessor", + "scope": "companion", + "backing": "rtree_nn_cursor_next", + "ooName": "next", + "ooExclude": true + }, + { + "function": "rtree_nn_cursor_close", + "role": "accessor", + "scope": "companion", + "backing": "rtree_nn_cursor_close", + "ooName": "close", + "ooExclude": true + } + ], + "cType": "RTreeNNCursor" + }, + "SPTree": { + "methods": [ + { + "function": "sptree_create_intspan", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_intspan", + "ooName": "createIntspan", + "ooExclude": true + }, + { + "function": "sptree_create_bigintspan", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_bigintspan", + "ooName": "createBigintspan", + "ooExclude": true + }, + { + "function": "sptree_create_floatspan", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_floatspan", + "ooName": "createFloatspan", + "ooExclude": true + }, + { + "function": "sptree_create_datespan", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_datespan", + "ooName": "createDatespan", + "ooExclude": true + }, + { + "function": "sptree_create_tstzspan", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_tstzspan", + "ooName": "createTstzspan", + "ooExclude": true + }, + { + "function": "sptree_create_tbox", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_tbox", + "ooName": "createTbox", + "ooExclude": true + }, + { + "function": "sptree_create_stbox", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_stbox", + "ooName": "createStbox", + "ooExclude": true + }, + { + "function": "sptree_create_tpcbox", + "role": "accessor", + "scope": "companion", + "backing": "sptree_create_tpcbox", + "ooName": "createTpcbox", + "ooExclude": true + }, + { + "function": "sptree_free", + "role": "accessor", + "scope": "companion", + "backing": "sptree_free", + "ooName": "free", + "ooExclude": true + }, + { + "function": "sptree_num_entries", + "role": "accessor", + "scope": "companion", + "backing": "sptree_num_entries", + "ooName": "numEntries", + "ooExclude": true + }, + { + "function": "sptree_mem_size", + "role": "accessor", + "scope": "companion", + "backing": "sptree_mem_size", + "ooName": "memSize", + "ooExclude": true + }, + { + "function": "sptree_height", + "role": "accessor", + "scope": "companion", + "backing": "sptree_height", + "ooName": "height", + "ooExclude": true + }, + { + "function": "sptree_insert", + "role": "accessor", + "scope": "companion", + "backing": "sptree_insert", + "ooName": "insert", + "ooExclude": true + }, + { + "function": "sptree_load", + "role": "accessor", + "scope": "companion", + "backing": "sptree_load", + "ooName": "load", + "ooExclude": true + }, + { + "function": "sptree_insert_temporal", + "role": "accessor", + "scope": "companion", + "backing": "sptree_insert_temporal", + "ooName": "insertTemporal", + "ooExclude": true + }, + { + "function": "sptree_insert_temporal_split", + "role": "accessor", + "scope": "companion", + "backing": "sptree_insert_temporal_split", + "ooName": "insertTemporalSplit", + "ooExclude": true + }, + { + "function": "sptree_search", + "role": "accessor", + "scope": "companion", + "backing": "sptree_search", + "ooName": "search", + "ooExclude": true + }, + { + "function": "sptree_join", + "role": "accessor", + "scope": "companion", + "backing": "sptree_join", + "ooName": "join", + "ooExclude": true + }, + { + "function": "sptree_search_temporal", + "role": "accessor", + "scope": "companion", + "backing": "sptree_search_temporal", + "ooName": "searchTemporal", + "ooExclude": true + }, + { + "function": "sptree_search_temporal_dedup", + "role": "accessor", + "scope": "companion", + "backing": "sptree_search_temporal_dedup", + "ooName": "searchTemporalDedup", + "ooExclude": true + } + ], + "cType": "SPTree" + }, + "SPNNCursor": { + "methods": [ + { + "function": "sptree_nn_cursor_open", + "role": "accessor", + "scope": "companion", + "backing": "sptree_nn_cursor_open", + "ooName": "open", + "ooExclude": true + }, + { + "function": "sptree_nn_cursor_next", + "role": "accessor", + "scope": "companion", + "backing": "sptree_nn_cursor_next", + "ooName": "next", + "ooExclude": true + }, + { + "function": "sptree_nn_cursor_close", + "role": "accessor", + "scope": "companion", + "backing": "sptree_nn_cursor_close", + "ooName": "close", + "ooExclude": true + } + ], + "cType": "SPNNCursor" + }, "BigIntSet": { "methods": [ { @@ -327529,7 +342850,8 @@ "ooName": "shiftScale", "ooExclude": true } - ] + ], + "cType": "Set" }, "BigIntSpan": { "methods": [ @@ -327649,7 +342971,8 @@ "ooName": "setIntspan", "ooExclude": true } - ] + ], + "cType": "Span" }, "BigIntSpanSet": { "methods": [ @@ -327715,7 +343038,8 @@ "ooName": "bins", "ooExclude": true } - ] + ], + "cType": "SpanSet" }, "DateSet": { "methods": [ @@ -327800,7 +343124,8 @@ "ooName": "shiftScale", "ooExclude": true } - ] + ], + "cType": "Set" }, "DateSpan": { "methods": [ @@ -327893,7 +343218,8 @@ "ooName": "setTstzspan", "ooExclude": true } - ] + ], + "cType": "Span" }, "DateSpanSet": { "methods": [ @@ -328010,7 +343336,8 @@ "ooName": "bins", "ooExclude": true } - ] + ], + "cType": "SpanSet" }, "FloatSet": { "methods": [ @@ -328127,7 +343454,8 @@ "ooName": "shiftScale", "ooExclude": true } - ] + ], + "cType": "Set" }, "FloatSpan": { "methods": [ @@ -328303,7 +343631,8 @@ "ooName": "floorCeilIter", "ooExclude": true } - ] + ], + "cType": "Span" }, "FloatSpanSet": { "methods": [ @@ -328420,7 +343749,8 @@ "ooName": "bins", "ooExclude": true } - ] + ], + "cType": "SpanSet" }, "IntSet": { "methods": [ @@ -328505,7 +343835,8 @@ "ooName": "shiftScale", "ooExclude": true } - ] + ], + "cType": "Set" }, "IntSpan": { "methods": [ @@ -328625,7 +343956,8 @@ "ooName": "setFloatspan", "ooExclude": true } - ] + ], + "cType": "Span" }, "IntSpanSet": { "methods": [ @@ -328702,7 +344034,8 @@ "ooName": "bins", "ooExclude": true } - ] + ], + "cType": "SpanSet" }, "Set": { "methods": [ @@ -329121,7 +344454,8 @@ "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "Set" }, "Span": { "methods": [ @@ -329593,7 +344927,8 @@ "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "Span" }, "SpanSet": { "methods": [ @@ -329950,7 +345285,8 @@ "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "SpanSet" }, "TextSet": { "methods": [ @@ -330040,7 +345376,8 @@ "ooName": "upper", "ooExclude": true } - ] + ], + "cType": "Set" }, "TsTzSet": { "methods": [ @@ -330176,7 +345513,8 @@ "ooName": "setStbox", "ooExclude": true } - ] + ], + "cType": "Set" }, "TsTzSpan": { "methods": [ @@ -330344,7 +345682,8 @@ "ooName": "shiftScale1", "ooExclude": true } - ] + ], + "cType": "Span" }, "TsTzSpanSet": { "methods": [ @@ -330504,7 +345843,105 @@ "ooName": "setStbox", "ooExclude": true } - ] + ], + "cType": "SpanSet" + }, + "Text": { + "methods": [ + { + "function": "text_to_set", + "role": "conversion", + "scope": "companion", + "backing": "text_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "text_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "text_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + }, + { + "function": "text_to_cstring", + "role": "conversion", + "scope": "companion", + "backing": "text_to_cstring", + "ooName": "toCstring", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "text_in", + "role": "constructor", + "scope": "companion", + "backing": "text_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "text_out", + "role": "output", + "scope": "companion", + "backing": "text_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "text_cmp", + "role": "predicate", + "scope": "companion", + "backing": "text_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "text_copy", + "role": "constructor", + "scope": "companion", + "backing": "text_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "text_initcap", + "role": "accessor", + "scope": "companion", + "backing": "text_initcap", + "ooName": "initcap", + "ooExclude": true + }, + { + "function": "text_lower", + "role": "accessor", + "scope": "companion", + "backing": "text_lower", + "ooName": "lower", + "ooExclude": true + }, + { + "function": "text_upper", + "role": "accessor", + "scope": "companion", + "backing": "text_upper", + "ooName": "upper", + "ooExclude": true + } + ], + "cType": "text" }, "TBox": { "methods": [ @@ -331078,7 +346515,8 @@ "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "TBox" }, "TBool": { "methods": [ @@ -331227,7 +346665,8 @@ "ooName": "torCombinefn", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "Temporal": { "methods": [ @@ -331874,6 +347313,14 @@ "ooName": "splitNSpans", "ooExclude": true }, + { + "function": "temporal_time_overlaps", + "role": "predicate", + "scope": "superclass", + "backing": "temporal_time_overlaps", + "ooName": "timeOverlaps", + "ooExclude": true + }, { "function": "temporal_derivative", "role": "accessor", @@ -332136,14 +347583,6 @@ "ooName": "setTstzspan", "ooExclude": true }, - { - "function": "temporal_time_overlaps", - "role": "predicate", - "scope": "superclass", - "backing": "temporal_time_overlaps", - "ooName": "timeOverlaps", - "ooExclude": true - }, { "function": "temporal_end_inst", "role": "accessor", @@ -332568,7 +348007,8 @@ "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TFloat": { "methods": [ @@ -332936,7 +348376,8 @@ "ooName": "arithopTurnpt", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TInt": { "methods": [ @@ -333216,7 +348657,8 @@ "ooName": "valueTimeSplit", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TBigint": { "methods": [ @@ -333465,7 +348907,8 @@ "cast" ] } - ] + ], + "cType": "Temporal" }, "TText": { "methods": [ @@ -333646,7 +349089,8 @@ "cast" ] } - ] + ], + "cType": "Temporal" }, "TBoolInst": { "methods": [ @@ -333677,7 +349121,8 @@ "io" ] } - ] + ], + "cType": "TInstant" }, "TBoolSeq": { "methods": [ @@ -333716,7 +349161,8 @@ "io" ] } - ] + ], + "cType": "TSequence" }, "TBoolSeqSet": { "methods": [ @@ -333747,7 +349193,8 @@ "io" ] } - ] + ], + "cType": "TSequenceSet" }, "TFloatInst": { "methods": [ @@ -333778,7 +349225,8 @@ "io" ] } - ] + ], + "cType": "TInstant" }, "TFloatSeq": { "methods": [ @@ -333817,7 +349265,8 @@ "io" ] } - ] + ], + "cType": "TSequence" }, "TFloatSeqSet": { "methods": [ @@ -333848,7 +349297,8 @@ "io" ] } - ] + ], + "cType": "TSequenceSet" }, "TIntInst": { "methods": [ @@ -333879,7 +349329,8 @@ "io" ] } - ] + ], + "cType": "TInstant" }, "TBigintInst": { "methods": [ @@ -333910,7 +349361,8 @@ "io" ] } - ] + ], + "cType": "TInstant" }, "TIntSeq": { "methods": [ @@ -333949,7 +349401,8 @@ "io" ] } - ] + ], + "cType": "TSequence" }, "TBigintSeq": { "methods": [ @@ -333977,7 +349430,8 @@ "ooName": "fromMFJSON", "ooExclude": true } - ] + ], + "cType": "TSequence" }, "TIntSeqSet": { "methods": [ @@ -334008,7 +349462,8 @@ "io" ] } - ] + ], + "cType": "TSequenceSet" }, "TBigintSeqSet": { "methods": [ @@ -334039,7 +349494,8 @@ "io" ] } - ] + ], + "cType": "TSequenceSet" }, "TSequence": { "methods": [ @@ -334586,7 +350042,8 @@ "ooName": "timestampsIter", "ooExclude": true } - ] + ], + "cType": "TSequence" }, "TSequenceSet": { "methods": [ @@ -335160,7 +350617,8 @@ "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "TSequenceSet" }, "TTextInst": { "methods": [ @@ -335191,7 +350649,8 @@ "io" ] } - ] + ], + "cType": "TInstant" }, "TTextSeq": { "methods": [ @@ -335230,7 +350689,8 @@ "io" ] } - ] + ], + "cType": "TSequence" }, "TTextSeqSet": { "methods": [ @@ -335261,7 +350721,8 @@ "io" ] } - ] + ], + "cType": "TSequenceSet" }, "TNumber": { "methods": [ @@ -335583,7 +351044,1187 @@ "ooName": "transformWavg", "ooExclude": true } - ] + ], + "cType": "Temporal" + }, + "Geo": { + "methods": [ + { + "function": "geo_as_ewkb", + "role": "accessor", + "scope": "companion", + "backing": "geo_as_ewkb", + "ooName": "asEWKB", + "ooExclude": true + }, + { + "function": "geo_as_ewkt", + "role": "output", + "scope": "companion", + "backing": "geo_as_ewkt", + "ooName": "asEWKT", + "ooExclude": true + }, + { + "function": "geo_as_geojson", + "role": "accessor", + "scope": "companion", + "backing": "geo_as_geojson", + "ooName": "asGEOJSON", + "ooExclude": true + }, + { + "function": "geo_as_hexewkb", + "role": "accessor", + "scope": "companion", + "backing": "geo_as_hexewkb", + "ooName": "asHexewkb", + "ooExclude": true + }, + { + "function": "geo_as_text", + "role": "output", + "scope": "companion", + "backing": "geo_as_text", + "ooName": "asText", + "ooExclude": true + }, + { + "function": "geo_from_ewkb", + "role": "accessor", + "scope": "companion", + "backing": "geo_from_ewkb", + "ooName": "fromEWKB", + "ooExclude": true + }, + { + "function": "geo_from_geojson", + "role": "accessor", + "scope": "companion", + "backing": "geo_from_geojson", + "ooName": "fromGEOJSON", + "ooExclude": true + }, + { + "function": "geo_from_text", + "role": "accessor", + "scope": "companion", + "backing": "geo_from_text", + "ooName": "fromText", + "ooExclude": true + }, + { + "function": "geo_out", + "role": "output", + "scope": "companion", + "backing": "geo_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "geo_copy", + "role": "constructor", + "scope": "companion", + "backing": "geo_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "geo_is_empty", + "role": "accessor", + "scope": "companion", + "backing": "geo_is_empty", + "ooName": "isEmpty", + "ooExclude": true + }, + { + "function": "geo_is_unitary", + "role": "accessor", + "scope": "companion", + "backing": "geo_is_unitary", + "ooName": "isUnitary", + "ooExclude": true + }, + { + "function": "geo_typename", + "role": "accessor", + "scope": "companion", + "backing": "geo_typename", + "ooName": "typename", + "ooExclude": true + }, + { + "function": "geo_reverse", + "role": "accessor", + "scope": "companion", + "backing": "geo_reverse", + "ooName": "reverse", + "ooExclude": true + }, + { + "function": "geo_round", + "role": "accessor", + "scope": "companion", + "backing": "geo_round", + "ooName": "round", + "ooExclude": true + }, + { + "function": "geo_set_srid", + "role": "accessor", + "scope": "companion", + "backing": "geo_set_srid", + "ooName": "setSRID", + "ooExclude": true + }, + { + "function": "geo_srid", + "role": "accessor", + "scope": "companion", + "backing": "geo_srid", + "ooName": "SRID", + "ooExclude": true + }, + { + "function": "geo_transform", + "role": "accessor", + "scope": "companion", + "backing": "geo_transform", + "ooName": "transform", + "ooExclude": true + }, + { + "function": "geo_transform_pipeline", + "role": "accessor", + "scope": "companion", + "backing": "geo_transform_pipeline", + "ooName": "transformPipeline", + "ooExclude": true + }, + { + "function": "geo_collect_garray", + "role": "accessor", + "scope": "companion", + "backing": "geo_collect_garray", + "ooName": "collectGarray", + "ooExclude": true + }, + { + "function": "geo_makeline_garray", + "role": "accessor", + "scope": "companion", + "backing": "geo_makeline_garray", + "ooName": "makelineGarray", + "ooExclude": true + }, + { + "function": "geo_num_points", + "role": "accessor", + "scope": "companion", + "backing": "geo_num_points", + "ooName": "numPoints", + "ooExclude": true + }, + { + "function": "geo_num_geos", + "role": "accessor", + "scope": "companion", + "backing": "geo_num_geos", + "ooName": "numGeos", + "ooExclude": true + }, + { + "function": "geo_geo_n", + "role": "accessor", + "scope": "companion", + "backing": "geo_geo_n", + "ooName": "geoN", + "ooExclude": true + }, + { + "function": "geo_pointarr", + "role": "accessor", + "scope": "companion", + "backing": "geo_pointarr", + "ooName": "pointarr", + "ooExclude": true + }, + { + "function": "geo_points", + "role": "accessor", + "scope": "companion", + "backing": "geo_points", + "ooName": "points", + "ooExclude": true + }, + { + "function": "geo_stboxes", + "role": "accessor", + "scope": "companion", + "backing": "geo_stboxes", + "ooName": "stboxes", + "ooExclude": true + }, + { + "function": "geo_split_each_n_stboxes", + "role": "accessor", + "scope": "companion", + "backing": "geo_split_each_n_stboxes", + "ooName": "splitEachNStboxes", + "ooExclude": true + }, + { + "function": "geo_split_n_stboxes", + "role": "accessor", + "scope": "companion", + "backing": "geo_split_n_stboxes", + "ooName": "splitNStboxes", + "ooExclude": true + }, + { + "function": "geo_equals", + "role": "accessor", + "scope": "companion", + "backing": "geo_equals", + "ooName": "equals", + "ooExclude": true + }, + { + "function": "geo_same", + "role": "accessor", + "scope": "companion", + "backing": "geo_same", + "ooName": "same", + "ooExclude": true + }, + { + "function": "geo_to_set", + "role": "conversion", + "scope": "companion", + "backing": "geo_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "geo_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + }, + { + "function": "geo_timestamptz_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "geo_timestamptz_to_stbox", + "ooName": "timestamptzToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_tstzspan_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "geo_tstzspan_to_stbox", + "ooName": "tstzspanToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "geo_to_stbox", + "ooName": "toStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_cluster_kmeans", + "role": "accessor", + "scope": "companion", + "backing": "geo_cluster_kmeans", + "ooName": "clusterKmeans", + "ooExclude": true + }, + { + "function": "geo_cluster_dbscan", + "role": "accessor", + "scope": "companion", + "backing": "geo_cluster_dbscan", + "ooName": "clusterDbscan", + "ooExclude": true + }, + { + "function": "geo_cluster_intersecting", + "role": "accessor", + "scope": "companion", + "backing": "geo_cluster_intersecting", + "ooName": "clusterIntersecting", + "ooExclude": true + }, + { + "function": "geo_cluster_within", + "role": "accessor", + "scope": "companion", + "backing": "geo_cluster_within", + "ooName": "clusterWithin", + "ooExclude": true + }, + { + "function": "geo_basetype", + "role": "accessor", + "scope": "companion", + "backing": "geo_basetype", + "ooName": "basetype", + "ooExclude": true + }, + { + "function": "geo_union_dbscan", + "role": "accessor", + "scope": "companion", + "backing": "geo_union_dbscan", + "ooName": "unionDbscan", + "ooExclude": true + }, + { + "function": "geo_combine_clusters", + "role": "accessor", + "scope": "companion", + "backing": "geo_combine_clusters", + "ooName": "combineClusters", + "ooExclude": true + }, + { + "function": "geo_cluster_within_distance", + "role": "accessor", + "scope": "companion", + "backing": "geo_cluster_within_distance", + "ooName": "clusterWithinDistance", + "ooExclude": true + }, + { + "function": "geo_union_intersecting", + "role": "accessor", + "scope": "companion", + "backing": "geo_union_intersecting", + "ooName": "unionIntersecting", + "ooExclude": true + }, + { + "function": "geo_cluster_intersecting_geoms", + "role": "accessor", + "scope": "companion", + "backing": "geo_cluster_intersecting_geoms", + "ooName": "clusterIntersectingGeoms", + "ooExclude": true + }, + { + "function": "geo_extract_elements", + "role": "accessor", + "scope": "companion", + "backing": "geo_extract_elements", + "ooName": "extractElements", + "ooExclude": true + }, + { + "function": "geo_serialize", + "role": "accessor", + "scope": "companion", + "backing": "geo_serialize", + "ooName": "serialize", + "ooExclude": true + }, + { + "function": "geo_as_wkt", + "role": "accessor", + "scope": "companion", + "backing": "geo_as_wkt", + "ooName": "asWKT", + "ooExclude": true + }, + { + "function": "geo_stbox", + "role": "accessor", + "scope": "companion", + "backing": "geo_stbox", + "ooName": "stbox", + "ooExclude": true + }, + { + "function": "geo_values_collect", + "role": "accessor", + "scope": "companion", + "backing": "geo_values_collect", + "ooName": "valuesCollect", + "ooExclude": true + }, + { + "function": "geo_distance_fn", + "role": "accessor", + "scope": "companion", + "backing": "geo_distance_fn", + "ooName": "distanceFn", + "ooExclude": true + }, + { + "function": "geo_disjoint_fn", + "role": "accessor", + "scope": "companion", + "backing": "geo_disjoint_fn", + "ooName": "disjointFn", + "ooExclude": true + }, + { + "function": "geo_disjoint_fn_geo", + "role": "accessor", + "scope": "companion", + "backing": "geo_disjoint_fn_geo", + "ooName": "disjointFnGeo", + "ooExclude": true + }, + { + "function": "geo_intersects_fn", + "role": "accessor", + "scope": "companion", + "backing": "geo_intersects_fn", + "ooName": "intersectsFn", + "ooExclude": true + }, + { + "function": "geo_intersects_fn_geo", + "role": "accessor", + "scope": "companion", + "backing": "geo_intersects_fn_geo", + "ooName": "intersectsFnGeo", + "ooExclude": true + }, + { + "function": "geo_dwithin_fn", + "role": "accessor", + "scope": "companion", + "backing": "geo_dwithin_fn", + "ooName": "dwithinFn", + "ooExclude": true + }, + { + "function": "geo_dwithin_fn_geo", + "role": "accessor", + "scope": "companion", + "backing": "geo_dwithin_fn_geo", + "ooName": "dwithinFnGeo", + "ooExclude": true + }, + { + "function": "geo_parse", + "role": "accessor", + "scope": "companion", + "backing": "geo_parse", + "ooName": "parse", + "ooExclude": true + }, + { + "function": "geo_to_h3index_cell", + "role": "conversion", + "scope": "companion", + "backing": "geo_to_h3index_cell", + "ooName": "toH3indexCell", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_to_h3index_set", + "role": "conversion", + "scope": "companion", + "backing": "geo_to_h3index_set", + "ooName": "toH3indexSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "geo_set_stbox", + "ooName": "setStbox", + "ooExclude": true + }, + { + "function": "geo_edge_ctx_make", + "role": "constructor", + "scope": "companion", + "backing": "geo_edge_ctx_make", + "ooName": "edgeCtxMake", + "ooExclude": true + }, + { + "function": "geo_is_planar_linear", + "role": "accessor", + "scope": "companion", + "backing": "geo_is_planar_linear", + "ooName": "isPlanarLinear", + "ooExclude": true + }, + { + "function": "geo_clip_subject", + "role": "accessor", + "scope": "companion", + "backing": "geo_clip_subject", + "ooName": "clipSubject", + "ooExclude": true + }, + { + "function": "geo_is_planar_areal", + "role": "accessor", + "scope": "companion", + "backing": "geo_is_planar_areal", + "ooName": "isPlanarAreal", + "ooExclude": true + }, + { + "function": "geo_every_part_bounds_area", + "role": "accessor", + "scope": "companion", + "backing": "geo_every_part_bounds_area", + "ooName": "everyPartBoundsArea", + "ooExclude": true + }, + { + "function": "geo_is_point_set", + "role": "accessor", + "scope": "companion", + "backing": "geo_is_point_set", + "ooName": "isPointSet", + "ooExclude": true + }, + { + "function": "geo_meos_coverage", + "role": "accessor", + "scope": "companion", + "backing": "geo_meos_coverage", + "ooName": "meosCoverage", + "ooExclude": true + }, + { + "function": "geo_points_covered", + "role": "accessor", + "scope": "companion", + "backing": "geo_points_covered", + "ooName": "pointsCovered", + "ooExclude": true + }, + { + "function": "geo_clip_linear_geom", + "role": "accessor", + "scope": "companion", + "backing": "geo_clip_linear_geom", + "ooName": "clipLinearGeom", + "ooExclude": true + }, + { + "function": "geo_edge_ctx_free", + "role": "accessor", + "scope": "companion", + "backing": "geo_edge_ctx_free", + "ooName": "edgeCtxFree", + "ooExclude": true + }, + { + "function": "geo_intersects2d", + "role": "accessor", + "scope": "companion", + "backing": "geo_intersects2d", + "ooName": "intersects2d", + "ooExclude": true + }, + { + "function": "geo_intersects2d_ctx", + "role": "accessor", + "scope": "companion", + "backing": "geo_intersects2d_ctx", + "ooName": "intersects2dCtx", + "ooExclude": true + }, + { + "function": "geo_covers2d", + "role": "accessor", + "scope": "companion", + "backing": "geo_covers2d", + "ooName": "covers2d", + "ooExclude": true + }, + { + "function": "geo_to_quadbin_cell", + "role": "conversion", + "scope": "companion", + "backing": "geo_to_quadbin_cell", + "ooName": "toQuadbinCell", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_to_s2cell_cell", + "role": "conversion", + "scope": "companion", + "backing": "geo_to_s2cell_cell", + "ooName": "toS2cellCell", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_tposeinst_to_trgeo", + "role": "conversion", + "scope": "companion", + "backing": "geo_tposeinst_to_trgeo", + "ooName": "tposeinstToTrgeo", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_tposeseq_to_trgeo", + "role": "conversion", + "scope": "companion", + "backing": "geo_tposeseq_to_trgeo", + "ooName": "tposeseqToTrgeo", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_tposeseqset_to_trgeo", + "role": "conversion", + "scope": "companion", + "backing": "geo_tposeseqset_to_trgeo", + "ooName": "tposeseqsetToTrgeo", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geo_tpose_to_trgeo", + "role": "conversion", + "scope": "companion", + "backing": "geo_tpose_to_trgeo", + "ooName": "tposeToTrgeo", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + } + ], + "cType": "GSERIALIZED" + }, + "Geography": { + "methods": [ + { + "function": "geog_from_hexewkb", + "role": "accessor", + "scope": "companion", + "backing": "geog_from_hexewkb", + "ooName": "fromHexewkb", + "ooExclude": true + }, + { + "function": "geog_in", + "role": "constructor", + "scope": "companion", + "backing": "geog_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "geog_to_geom", + "role": "conversion", + "scope": "companion", + "backing": "geog_to_geom", + "ooName": "toGeom", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geog_area", + "role": "accessor", + "scope": "companion", + "backing": "geog_area", + "ooName": "area", + "ooExclude": true + }, + { + "function": "geog_centroid", + "role": "accessor", + "scope": "companion", + "backing": "geog_centroid", + "ooName": "centroid", + "ooExclude": true + }, + { + "function": "geog_length", + "role": "accessor", + "scope": "companion", + "backing": "geog_length", + "ooName": "length", + "ooExclude": true + }, + { + "function": "geog_perimeter", + "role": "accessor", + "scope": "companion", + "backing": "geog_perimeter", + "ooName": "perimeter", + "ooExclude": true + }, + { + "function": "geog_array_union", + "role": "accessor", + "scope": "companion", + "backing": "geog_array_union", + "ooName": "arrayUnion", + "ooExclude": true + }, + { + "function": "geog_dwithin", + "role": "accessor", + "scope": "companion", + "backing": "geog_dwithin", + "ooName": "dwithin", + "ooExclude": true + }, + { + "function": "geog_intersects", + "role": "predicate", + "scope": "companion", + "backing": "geog_intersects", + "ooName": "intersects", + "ooExclude": true + }, + { + "function": "geog_distance", + "role": "accessor", + "scope": "companion", + "backing": "geog_distance", + "ooName": "distance", + "ooExclude": true + }, + { + "function": "geog_serialize", + "role": "accessor", + "scope": "companion", + "backing": "geog_serialize", + "ooName": "serialize", + "ooExclude": true + } + ], + "cType": "GSERIALIZED" + }, + "Geometry": { + "methods": [ + { + "function": "geom_from_hexewkb", + "role": "accessor", + "scope": "companion", + "backing": "geom_from_hexewkb", + "ooName": "fromHexewkb", + "ooExclude": true + }, + { + "function": "geom_in", + "role": "constructor", + "scope": "companion", + "backing": "geom_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "geom_to_geog", + "role": "conversion", + "scope": "companion", + "backing": "geom_to_geog", + "ooName": "toGeog", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geom_azimuth", + "role": "accessor", + "scope": "companion", + "backing": "geom_azimuth", + "ooName": "azimuth", + "ooExclude": true + }, + { + "function": "geom_area", + "role": "accessor", + "scope": "companion", + "backing": "geom_area", + "ooName": "area", + "ooExclude": true + }, + { + "function": "geom_length", + "role": "accessor", + "scope": "companion", + "backing": "geom_length", + "ooName": "length", + "ooExclude": true + }, + { + "function": "geom_perimeter", + "role": "accessor", + "scope": "companion", + "backing": "geom_perimeter", + "ooName": "perimeter", + "ooExclude": true + }, + { + "function": "geom_array_union", + "role": "accessor", + "scope": "companion", + "backing": "geom_array_union", + "ooName": "arrayUnion", + "ooExclude": true + }, + { + "function": "geom_boundary", + "role": "accessor", + "scope": "companion", + "backing": "geom_boundary", + "ooName": "boundary", + "ooExclude": true + }, + { + "function": "geom_buffer", + "role": "accessor", + "scope": "companion", + "backing": "geom_buffer", + "ooName": "buffer", + "ooExclude": true + }, + { + "function": "geom_centroid", + "role": "accessor", + "scope": "companion", + "backing": "geom_centroid", + "ooName": "centroid", + "ooExclude": true + }, + { + "function": "geom_convex_hull", + "role": "accessor", + "scope": "companion", + "backing": "geom_convex_hull", + "ooName": "convexHull", + "ooExclude": true + }, + { + "function": "geom_difference2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_difference2d", + "ooName": "difference2d", + "ooExclude": true + }, + { + "function": "geom_is_simple", + "role": "accessor", + "scope": "companion", + "backing": "geom_is_simple", + "ooName": "isSimple", + "ooExclude": true + }, + { + "function": "geom_intersection2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_intersection2d", + "ooName": "intersection2d", + "ooExclude": true + }, + { + "function": "geom_intersection2d_coll", + "role": "accessor", + "scope": "companion", + "backing": "geom_intersection2d_coll", + "ooName": "intersection2dColl", + "ooExclude": true + }, + { + "function": "geom_min_bounding_radius", + "role": "accessor", + "scope": "companion", + "backing": "geom_min_bounding_radius", + "ooName": "minBoundingRadius", + "ooExclude": true + }, + { + "function": "geom_oriented_envelope", + "role": "accessor", + "scope": "companion", + "backing": "geom_oriented_envelope", + "ooName": "orientedEnvelope", + "ooExclude": true + }, + { + "function": "geom_shortestline2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_shortestline2d", + "ooName": "shortestline2d", + "ooExclude": true + }, + { + "function": "geom_shortestline3d", + "role": "accessor", + "scope": "companion", + "backing": "geom_shortestline3d", + "ooName": "shortestline3d", + "ooExclude": true + }, + { + "function": "geom_unary_union", + "role": "accessor", + "scope": "companion", + "backing": "geom_unary_union", + "ooName": "unaryUnion", + "ooExclude": true + }, + { + "function": "geom_contains", + "role": "predicate", + "scope": "companion", + "backing": "geom_contains", + "ooName": "contains", + "ooExclude": true + }, + { + "function": "geom_covers", + "role": "accessor", + "scope": "companion", + "backing": "geom_covers", + "ooName": "covers", + "ooExclude": true + }, + { + "function": "geom_disjoint2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_disjoint2d", + "ooName": "disjoint2d", + "ooExclude": true + }, + { + "function": "geom_dwithin", + "role": "accessor", + "scope": "companion", + "backing": "geom_dwithin", + "ooName": "dwithin", + "ooExclude": true + }, + { + "function": "geom_dwithin2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_dwithin2d", + "ooName": "dwithin2d", + "ooExclude": true + }, + { + "function": "geom_dwithin3d", + "role": "accessor", + "scope": "companion", + "backing": "geom_dwithin3d", + "ooName": "dwithin3d", + "ooExclude": true + }, + { + "function": "geom_intersects", + "role": "predicate", + "scope": "companion", + "backing": "geom_intersects", + "ooName": "intersects", + "ooExclude": true + }, + { + "function": "geom_intersects2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_intersects2d", + "ooName": "intersects2d", + "ooExclude": true + }, + { + "function": "geom_intersects3d", + "role": "accessor", + "scope": "companion", + "backing": "geom_intersects3d", + "ooName": "intersects3d", + "ooExclude": true + }, + { + "function": "geom_relate", + "role": "accessor", + "scope": "companion", + "backing": "geom_relate", + "ooName": "relate", + "ooExclude": true + }, + { + "function": "geom_relate_pattern", + "role": "accessor", + "scope": "companion", + "backing": "geom_relate_pattern", + "ooName": "relatePattern", + "ooExclude": true + }, + { + "function": "geom_touches", + "role": "accessor", + "scope": "companion", + "backing": "geom_touches", + "ooName": "touches", + "ooExclude": true + }, + { + "function": "geom_distance2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_distance2d", + "ooName": "distance2d", + "ooExclude": true + }, + { + "function": "geom_max_distance2d", + "role": "accessor", + "scope": "companion", + "backing": "geom_max_distance2d", + "ooName": "maxDistance2d", + "ooExclude": true + }, + { + "function": "geom_distance3d", + "role": "accessor", + "scope": "companion", + "backing": "geom_distance3d", + "ooName": "distance3d", + "ooExclude": true + }, + { + "function": "geom_to_cbuffer", + "role": "conversion", + "scope": "companion", + "backing": "geom_to_cbuffer", + "ooName": "toCbuffer", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geom_ring_is_convex", + "role": "accessor", + "scope": "companion", + "backing": "geom_ring_is_convex", + "ooName": "ringIsConvex", + "ooExclude": true + }, + { + "function": "geom_extract_edges", + "role": "accessor", + "scope": "companion", + "backing": "geom_extract_edges", + "ooName": "extractEdges", + "ooExclude": true + }, + { + "function": "geom_serialize", + "role": "accessor", + "scope": "companion", + "backing": "geom_serialize", + "ooName": "serialize", + "ooExclude": true + }, + { + "function": "geom_spatialrel", + "role": "accessor", + "scope": "companion", + "backing": "geom_spatialrel", + "ooName": "spatialrel", + "ooExclude": true + }, + { + "function": "geom_meos_coverage", + "role": "accessor", + "scope": "companion", + "backing": "geom_meos_coverage", + "ooName": "meosCoverage", + "ooExclude": true + }, + { + "function": "geom_to_nsegment", + "role": "conversion", + "scope": "companion", + "backing": "geom_to_nsegment", + "ooName": "toNsegment", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geometry_tpose_to_trgeometry", + "role": "conversion", + "scope": "companion", + "backing": "geometry_tpose_to_trgeometry", + "ooName": "tposeToTrgeometry", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "geom_radius", + "role": "accessor", + "scope": "companion", + "backing": "geom_radius", + "ooName": "radius", + "ooExclude": true + } + ], + "cType": "GSERIALIZED" }, "GeogSet": { "methods": [ @@ -335598,7 +352239,8 @@ "io" ] } - ] + ], + "cType": "Set" }, "GeomSet": { "methods": [ @@ -335618,7 +352260,7 @@ "role": "constructor", "scope": "companion", "backing": "geoset_make", - "ooName": "geosetMake", + "ooName": "make", "ooExclude": true }, { @@ -335626,7 +352268,7 @@ "role": "accessor", "scope": "companion", "backing": "geoset_end_value", - "ooName": "geosetEndValue", + "ooName": "endValue", "ooExclude": true }, { @@ -335634,7 +352276,7 @@ "role": "accessor", "scope": "companion", "backing": "geoset_start_value", - "ooName": "geosetStartValue", + "ooName": "startValue", "ooExclude": true }, { @@ -335642,7 +352284,7 @@ "role": "accessor", "scope": "companion", "backing": "geoset_value_n", - "ooName": "geosetValueN", + "ooName": "valueN", "ooExclude": true }, { @@ -335650,7 +352292,7 @@ "role": "accessor", "scope": "companion", "backing": "geoset_values", - "ooName": "geosetValues", + "ooName": "values", "ooExclude": true }, { @@ -335658,10 +352300,11 @@ "role": "accessor", "scope": "companion", "backing": "geoset_type", - "ooName": "geosetType", + "ooName": "type", "ooExclude": true } - ] + ], + "cType": "Set" }, "STBox": { "methods": [ @@ -336426,8 +353069,17 @@ "backing": "stbox_overafter", "ooName": "overafter", "ooExclude": true + }, + { + "function": "stbox_nad", + "role": "accessor", + "scope": "companion", + "backing": "stbox_nad", + "ooName": "nad", + "ooExclude": true } - ] + ], + "cType": "STBox" }, "TSpatial": { "methods": [ @@ -336557,7 +353209,8 @@ "ooName": "setStbox", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TGeogPoint": { "methods": [ @@ -336603,30 +353256,15 @@ ] }, { - "function": "tgeogpoint_great_circle_distance_km", + "function": "tgeogpoint_great_circle_distance", "role": "accessor", "scope": "exact", - "backing": "tgeogpoint_great_circle_distance_km", - "ooName": "greatCircleDistanceKm", - "ooExclude": true - }, - { - "function": "tgeogpoint_great_circle_distance_m", - "role": "accessor", - "scope": "exact", - "backing": "tgeogpoint_great_circle_distance_m", - "ooName": "greatCircleDistanceM", - "ooExclude": true - }, - { - "function": "tgeogpoint_great_circle_distance_rads", - "role": "accessor", - "scope": "exact", - "backing": "tgeogpoint_great_circle_distance_rads", - "ooName": "greatCircleDistanceRads", + "backing": "tgeogpoint_great_circle_distance", + "ooName": "greatCircleDistance", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TGeography": { "methods": [ @@ -336671,7 +353309,8 @@ "cast" ] } - ] + ], + "cType": "Temporal" }, "TGeometry": { "methods": [ @@ -336735,7 +353374,8 @@ "ooName": "type", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TGeomPoint": { "methods": [ @@ -336790,8 +353430,20 @@ "ooSugar": [ "cast" ] + }, + { + "function": "tgeompoint_to_tquadbin", + "role": "conversion", + "scope": "exact", + "backing": "tgeompoint_to_tquadbin", + "ooName": "toTquadbin", + "ooExclude": true, + "ooSugar": [ + "cast" + ] } - ] + ], + "cType": "Temporal" }, "TGeo": { "methods": [ @@ -337043,7 +353695,8 @@ "ooName": "tpoint", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TPoint": { "methods": [ @@ -337338,7 +353991,461 @@ "ooName": "linearRestrictGeom", "ooExclude": true } - ] + ], + "cType": "Temporal" + }, + "Cbuffer": { + "methods": [ + { + "function": "cbuffer_as_ewkt", + "role": "output", + "scope": "companion", + "backing": "cbuffer_as_ewkt", + "ooName": "asEWKT", + "ooExclude": true + }, + { + "function": "cbuffer_as_hexwkb", + "role": "output", + "scope": "companion", + "backing": "cbuffer_as_hexwkb", + "ooName": "asHEXWKB", + "ooExclude": true + }, + { + "function": "cbuffer_as_text", + "role": "output", + "scope": "companion", + "backing": "cbuffer_as_text", + "ooName": "asText", + "ooExclude": true + }, + { + "function": "cbuffer_as_wkb", + "role": "output", + "scope": "companion", + "backing": "cbuffer_as_wkb", + "ooName": "asWKB", + "ooExclude": true + }, + { + "function": "cbuffer_from_hexwkb", + "role": "constructor", + "scope": "companion", + "backing": "cbuffer_from_hexwkb", + "ooName": "fromHEXWKB", + "ooExclude": true + }, + { + "function": "cbuffer_from_wkb", + "role": "constructor", + "scope": "companion", + "backing": "cbuffer_from_wkb", + "ooName": "fromWKB", + "ooExclude": true + }, + { + "function": "cbuffer_in", + "role": "constructor", + "scope": "companion", + "backing": "cbuffer_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "cbuffer_out", + "role": "output", + "scope": "companion", + "backing": "cbuffer_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "cbuffer_copy", + "role": "constructor", + "scope": "companion", + "backing": "cbuffer_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "cbuffer_make", + "role": "constructor", + "scope": "companion", + "backing": "cbuffer_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "cbuffer_to_geom", + "role": "conversion", + "scope": "companion", + "backing": "cbuffer_to_geom", + "ooName": "toGeom", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "cbuffer_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "cbuffer_to_stbox", + "ooName": "toStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "cbuffer_hash", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_hash", + "ooName": "hash", + "ooExclude": true + }, + { + "function": "cbuffer_hash_extended", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_hash_extended", + "ooName": "hashExtended", + "ooExclude": true + }, + { + "function": "cbuffer_point", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_point", + "ooName": "point", + "ooExclude": true + }, + { + "function": "cbuffer_radius", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_radius", + "ooName": "radius", + "ooExclude": true + }, + { + "function": "cbuffer_round", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_round", + "ooName": "round", + "ooExclude": true + }, + { + "function": "cbuffer_set_srid", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_set_srid", + "ooName": "setSRID", + "ooExclude": true + }, + { + "function": "cbuffer_srid", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_srid", + "ooName": "SRID", + "ooExclude": true + }, + { + "function": "cbuffer_transform", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_transform", + "ooName": "transform", + "ooExclude": true + }, + { + "function": "cbuffer_transform_pipeline", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_transform_pipeline", + "ooName": "transformPipeline", + "ooExclude": true + }, + { + "function": "cbuffer_tstzspan_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "cbuffer_tstzspan_to_stbox", + "ooName": "tstzspanToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "cbuffer_timestamptz_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "cbuffer_timestamptz_to_stbox", + "ooName": "timestamptzToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "cbuffer_cmp", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "cbuffer_eq", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "cbuffer_ge", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "cbuffer_gt", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "cbuffer_le", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "cbuffer_lt", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "cbuffer_ne", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "cbuffer_nsame", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_nsame", + "ooName": "nsame", + "ooExclude": true + }, + { + "function": "cbuffer_same", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_same", + "ooName": "same", + "ooExclude": true + }, + { + "function": "cbuffer_to_set", + "role": "conversion", + "scope": "companion", + "backing": "cbuffer_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "cbuffer_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "cbuffer_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + }, + { + "function": "cbuffer_collinear", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_collinear", + "ooName": "collinear", + "ooExclude": true + }, + { + "function": "cbuffer_parse", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_parse", + "ooName": "parse", + "ooExclude": true + }, + { + "function": "cbuffer_wkt_out", + "role": "output", + "scope": "companion", + "backing": "cbuffer_wkt_out", + "ooName": "WKTOut", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "cbuffer_point2d_p", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_point2d_p", + "ooName": "point2dP", + "ooExclude": true + }, + { + "function": "cbuffer_make_coords", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_make_coords", + "ooName": "makeCoords", + "ooExclude": true + }, + { + "function": "cbuffer_transf_pj", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_transf_pj", + "ooName": "transfPj", + "ooExclude": true + }, + { + "function": "cbuffer_set_srid_int", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_set_srid_int", + "ooName": "setSRIDInt", + "ooExclude": true + }, + { + "function": "cbuffer_distance", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_distance", + "ooName": "distance", + "ooExclude": true + }, + { + "function": "cbuffer_contains", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_contains", + "ooName": "contains", + "ooExclude": true + }, + { + "function": "cbuffer_covers", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_covers", + "ooName": "covers", + "ooExclude": true + }, + { + "function": "cbuffer_disjoint", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_disjoint", + "ooName": "disjoint", + "ooExclude": true + }, + { + "function": "cbuffer_intersects", + "role": "predicate", + "scope": "companion", + "backing": "cbuffer_intersects", + "ooName": "intersects", + "ooExclude": true + }, + { + "function": "cbuffer_dwithin", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_dwithin", + "ooName": "dwithin", + "ooExclude": true + }, + { + "function": "cbuffer_touches", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_touches", + "ooName": "touches", + "ooExclude": true + }, + { + "function": "cbuffer_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_set_stbox", + "ooName": "setStbox", + "ooExclude": true + }, + { + "function": "cbuffer_timestamptz_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_timestamptz_set_stbox", + "ooName": "timestamptzSetStbox", + "ooExclude": true + }, + { + "function": "cbuffer_tstzspan_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_tstzspan_set_stbox", + "ooName": "tstzspanSetStbox", + "ooExclude": true + }, + { + "function": "cbuffer_covers_geo", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_covers_geo", + "ooName": "coversGeo", + "ooExclude": true + }, + { + "function": "cbuffer_contains_geo", + "role": "accessor", + "scope": "companion", + "backing": "cbuffer_contains_geo", + "ooName": "containsGeo", + "ooExclude": true + } + ], + "cType": "Cbuffer" }, "CbufferSet": { "methods": [ @@ -337404,7 +354511,8 @@ "ooName": "values", "ooExclude": true } - ] + ], + "cType": "Set" }, "TCbuffer": { "methods": [ @@ -337689,7 +354797,8 @@ "ooName": "restrictGeom", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TCbufferInst": { "methods": [ @@ -337717,7 +354826,8 @@ "ooName": "traversedArea", "ooExclude": true } - ] + ], + "cType": "TInstant" }, "TCbufferSeq": { "methods": [ @@ -337753,7 +354863,8 @@ "ooName": "traversedArea", "ooExclude": true } - ] + ], + "cType": "TSequence" }, "TCbufferSeqSet": { "methods": [ @@ -337773,7 +354884,8 @@ "ooName": "traversedArea", "ooExclude": true } - ] + ], + "cType": "TSequenceSet" }, "TAlpha": { "methods": [ @@ -337785,7 +354897,8 @@ "ooName": "type", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TInstant": { "methods": [ @@ -338145,7 +355258,8 @@ "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "TInstant" }, "TJsonbInst": { "methods": [ @@ -338176,7 +355290,8 @@ "ooName": "make", "ooExclude": true } - ] + ], + "cType": "TInstant" }, "TJsonbSeq": { "methods": [ @@ -338215,7 +355330,8 @@ "ooName": "fromBaseTstzspan", "ooExclude": true } - ] + ], + "cType": "TSequence" }, "TJsonbSeqSet": { "methods": [ @@ -338246,7 +355362,540 @@ "ooName": "fromBaseTstzspanset", "ooExclude": true } - ] + ], + "cType": "TSequenceSet" + }, + "Jsonb": { + "methods": [ + { + "function": "jsonb_from_text", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_from_text", + "ooName": "fromText", + "ooExclude": true + }, + { + "function": "jsonb_in", + "role": "constructor", + "scope": "companion", + "backing": "jsonb_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "jsonb_out", + "role": "output", + "scope": "companion", + "backing": "jsonb_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "jsonb_copy", + "role": "constructor", + "scope": "companion", + "backing": "jsonb_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "jsonb_make", + "role": "constructor", + "scope": "companion", + "backing": "jsonb_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "jsonb_make_two_arg", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_make_two_arg", + "ooName": "makeTwoArg", + "ooExclude": true + }, + { + "function": "jsonb_to_bool", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_bool", + "ooName": "toBool", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_cstring", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_cstring", + "ooName": "toCstring", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_float4", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_float4", + "ooName": "toFloat4", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_float8", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_float8", + "ooName": "toFloat8", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_int16", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_int16", + "ooName": "toInt16", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_int32", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_int32", + "ooName": "toInt32", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_int64", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_int64", + "ooName": "toInt64", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_numeric", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_numeric", + "ooName": "toNumeric", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_to_text", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_text", + "ooName": "toText", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_array_element", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_array_element", + "ooName": "arrayElement", + "ooExclude": true + }, + { + "function": "jsonb_array_element_text", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_array_element_text", + "ooName": "arrayElementText", + "ooExclude": true + }, + { + "function": "jsonb_array_elements", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_array_elements", + "ooName": "arrayElements", + "ooExclude": true + }, + { + "function": "jsonb_array_elements_text", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_array_elements_text", + "ooName": "arrayElementsText", + "ooExclude": true + }, + { + "function": "jsonb_array_length", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_array_length", + "ooName": "arrayLength", + "ooExclude": true + }, + { + "function": "jsonb_contained", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_contained", + "ooName": "contained", + "ooExclude": true + }, + { + "function": "jsonb_contains", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_contains", + "ooName": "contains", + "ooExclude": true + }, + { + "function": "jsonb_each", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_each", + "ooName": "each", + "ooExclude": true + }, + { + "function": "jsonb_each_text", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_each_text", + "ooName": "eachText", + "ooExclude": true + }, + { + "function": "jsonb_exists", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_exists", + "ooName": "exists", + "ooExclude": true + }, + { + "function": "jsonb_exists_array", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_exists_array", + "ooName": "existsArray", + "ooExclude": true + }, + { + "function": "jsonb_extract_path", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_extract_path", + "ooName": "extractPath", + "ooExclude": true + }, + { + "function": "jsonb_extract_path_text", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_extract_path_text", + "ooName": "extractPathText", + "ooExclude": true + }, + { + "function": "jsonb_hash", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_hash", + "ooName": "hash", + "ooExclude": true + }, + { + "function": "jsonb_hash_extended", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_hash_extended", + "ooName": "hashExtended", + "ooExclude": true + }, + { + "function": "jsonb_object_field", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_object_field", + "ooName": "objectField", + "ooExclude": true + }, + { + "function": "jsonb_object_field_text", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_object_field_text", + "ooName": "objectFieldText", + "ooExclude": true + }, + { + "function": "jsonb_object_keys", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_object_keys", + "ooName": "objectKeys", + "ooExclude": true + }, + { + "function": "jsonb_concat", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_concat", + "ooName": "concat", + "ooExclude": true + }, + { + "function": "jsonb_delete", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_delete", + "ooName": "delete", + "ooExclude": true + }, + { + "function": "jsonb_delete_array", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_delete_array", + "ooName": "deleteArray", + "ooExclude": true + }, + { + "function": "jsonb_delete_index", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_delete_index", + "ooName": "deleteIndex", + "ooExclude": true + }, + { + "function": "jsonb_delete_path", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_delete_path", + "ooName": "deletePath", + "ooExclude": true + }, + { + "function": "jsonb_insert", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_insert", + "ooName": "insert", + "ooExclude": true + }, + { + "function": "jsonb_pretty", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_pretty", + "ooName": "pretty", + "ooExclude": true + }, + { + "function": "jsonb_set", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_set", + "ooName": "set", + "ooExclude": true + }, + { + "function": "jsonb_set_lax", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_set_lax", + "ooName": "setLax", + "ooExclude": true + }, + { + "function": "jsonb_strip_nulls", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_strip_nulls", + "ooName": "stripNulls", + "ooExclude": true + }, + { + "function": "jsonb_cmp", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "jsonb_eq", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "jsonb_ge", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "jsonb_gt", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "jsonb_le", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "jsonb_lt", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "jsonb_ne", + "role": "predicate", + "scope": "companion", + "backing": "jsonb_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "jsonb_path_exists", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_path_exists", + "ooName": "pathExists", + "ooExclude": true + }, + { + "function": "jsonb_path_match", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_path_match", + "ooName": "pathMatch", + "ooExclude": true + }, + { + "function": "jsonb_path_query_all", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_path_query_all", + "ooName": "pathQueryAll", + "ooExclude": true + }, + { + "function": "jsonb_path_query_array", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_path_query_array", + "ooName": "pathQueryArray", + "ooExclude": true + }, + { + "function": "jsonb_path_query_first", + "role": "accessor", + "scope": "companion", + "backing": "jsonb_path_query_first", + "ooName": "pathQueryFirst", + "ooExclude": true + }, + { + "function": "jsonb_to_set", + "role": "conversion", + "scope": "companion", + "backing": "jsonb_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "jsonb_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "jsonb_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + } + ], + "cType": "Jsonb" + }, + "JsonPath": { + "methods": [ + { + "function": "jsonpath_in", + "role": "constructor", + "scope": "companion", + "backing": "jsonpath_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "jsonpath_copy", + "role": "constructor", + "scope": "companion", + "backing": "jsonpath_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "jsonpath_out", + "role": "output", + "scope": "companion", + "backing": "jsonpath_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "JsonPath" }, "TJsonb": { "methods": [ @@ -338308,577 +355957,2687 @@ "ooExclude": true }, { - "function": "tjsonb_start_value", + "function": "tjsonb_start_value", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_start_value", + "ooName": "startValue", + "ooExclude": true + }, + { + "function": "tjsonb_value_at_timestamptz", + "role": "restriction", + "scope": "exact", + "backing": "tjsonb_value_at_timestamptz", + "ooName": "valueAtTimestamptz", + "ooExclude": true + }, + { + "function": "tjsonb_value_n", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_value_n", + "ooName": "valueN", + "ooExclude": true + }, + { + "function": "tjsonb_values", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_values", + "ooName": "values", + "ooExclude": true + }, + { + "function": "tjsonb_array_element", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_array_element", + "ooName": "arrayElement", + "ooExclude": true + }, + { + "function": "tjsonb_array_length", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_array_length", + "ooName": "arrayLength", + "ooExclude": true + }, + { + "function": "tjsonb_delete", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_delete", + "ooName": "delete", + "ooExclude": true + }, + { + "function": "tjsonb_delete_array", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_delete_array", + "ooName": "deleteArray", + "ooExclude": true + }, + { + "function": "tjsonb_delete_index", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_delete_index", + "ooName": "deleteIndex", + "ooExclude": true + }, + { + "function": "tjsonb_delete_path", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_delete_path", + "ooName": "deletePath", + "ooExclude": true + }, + { + "function": "tjsonb_exists", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_exists", + "ooName": "exists", + "ooExclude": true + }, + { + "function": "tjsonb_exists_all", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_exists_all", + "ooName": "existsAll", + "ooExclude": true + }, + { + "function": "tjsonb_exists_any", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_exists_any", + "ooName": "existsAny", + "ooExclude": true + }, + { + "function": "tjsonb_exists_array", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_exists_array", + "ooName": "existsArray", + "ooExclude": true + }, + { + "function": "tjsonb_extract_path", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_extract_path", + "ooName": "extractPath", + "ooExclude": true + }, + { + "function": "tjsonb_insert", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_insert", + "ooName": "insert", + "ooExclude": true + }, + { + "function": "tjsonb_object_field", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_object_field", + "ooName": "objectField", + "ooExclude": true + }, + { + "function": "tjsonb_path_exists", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_path_exists", + "ooName": "pathExists", + "ooExclude": true + }, + { + "function": "tjsonb_path_match", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_path_match", + "ooName": "pathMatch", + "ooExclude": true + }, + { + "function": "tjsonb_path_query_array", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_path_query_array", + "ooName": "pathQueryArray", + "ooExclude": true + }, + { + "function": "tjsonb_path_query_first", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_path_query_first", + "ooName": "pathQueryFirst", + "ooExclude": true + }, + { + "function": "tjsonb_pretty", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_pretty", + "ooName": "pretty", + "ooExclude": true + }, + { + "function": "tjsonb_set", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_set", + "ooName": "set", + "ooExclude": true + }, + { + "function": "tjsonb_strip_nulls", + "role": "accessor", + "scope": "exact", + "backing": "tjsonb_strip_nulls", + "ooName": "stripNulls", + "ooExclude": true + }, + { + "function": "tjsonb_to_tbool", + "role": "conversion", + "scope": "exact", + "backing": "tjsonb_to_tbool", + "ooName": "toTbool", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "tjsonb_to_tfloat", + "role": "conversion", + "scope": "exact", + "backing": "tjsonb_to_tfloat", + "ooName": "toTfloat", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "tjsonb_to_tint", + "role": "conversion", + "scope": "exact", + "backing": "tjsonb_to_tint", + "ooName": "toTint", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "tjsonb_to_ttext_key", + "role": "conversion", + "scope": "exact", + "backing": "tjsonb_to_ttext_key", + "ooName": "toTtextKey", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "tjsonb_at_value", + "role": "restriction", + "scope": "exact", + "backing": "tjsonb_at_value", + "ooName": "atValue", + "ooExclude": true + }, + { + "function": "tjsonb_minus_value", + "role": "restriction", + "scope": "exact", + "backing": "tjsonb_minus_value", + "ooName": "minusValue", + "ooExclude": true + }, + { + "function": "tjsonb_to_talphanum", + "role": "conversion", + "scope": "exact", + "backing": "tjsonb_to_talphanum", + "ooName": "toTalphanum", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + } + ], + "cType": "Temporal" + }, + "TGeogPointInst": { + "methods": [ + { + "function": "tgeogpointinst_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeogpointinst_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeogpointinst_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeogpointinst_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TInstant" + }, + "TGeogPointSeq": { + "methods": [ + { + "function": "tgeogpointseq_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeogpointseq_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeogpointseq_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeogpointseq_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TSequence" + }, + "TGeogPointSeqSet": { + "methods": [ + { + "function": "tgeogpointseqset_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeogpointseqset_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeogpointseqset_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeogpointseqset_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TSequenceSet" + }, + "TGeomPointInst": { + "methods": [ + { + "function": "tgeompointinst_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeompointinst_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeompointinst_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeompointinst_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "tgeompointinst_tnpointinst", + "role": "accessor", + "scope": "constructor", + "backing": "tgeompointinst_tnpointinst", + "ooName": "tnpointinst", + "ooExclude": true + } + ], + "cType": "TInstant" + }, + "TGeomPointSeq": { + "methods": [ + { + "function": "tgeompointseq_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeompointseq_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeompointseq_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeompointseq_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "tgeompointseq_tnpointseq", + "role": "accessor", + "scope": "constructor", + "backing": "tgeompointseq_tnpointseq", + "ooName": "tnpointseq", + "ooExclude": true + } + ], + "cType": "TSequence" + }, + "TGeomPointSeqSet": { + "methods": [ + { + "function": "tgeompointseqset_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeompointseqset_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeompointseqset_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeompointseqset_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "tgeompointseqset_tnpointseqset", + "role": "accessor", + "scope": "constructor", + "backing": "tgeompointseqset_tnpointseqset", + "ooName": "tnpointseqset", + "ooExclude": true + } + ], + "cType": "TSequenceSet" + }, + "TGeographyInst": { + "methods": [ + { + "function": "tgeographyinst_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeographyinst_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeographyinst_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeographyinst_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TInstant" + }, + "TGeographySeq": { + "methods": [ + { + "function": "tgeographyseq_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeographyseq_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeographyseq_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeographyseq_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TSequence" + }, + "TGeographySeqSet": { + "methods": [ + { + "function": "tgeographyseqset_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeographyseqset_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeographyseqset_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeographyseqset_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TSequenceSet" + }, + "TGeometryInst": { + "methods": [ + { + "function": "tgeometryinst_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeometryinst_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeometryinst_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeometryinst_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TInstant" + }, + "TGeometrySeq": { + "methods": [ + { + "function": "tgeometryseq_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeometryseq_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeometryseq_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeometryseq_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TSequence" + }, + "TGeometrySeqSet": { + "methods": [ + { + "function": "tgeometryseqset_from_mfjson", + "role": "constructor", + "scope": "constructor", + "backing": "tgeometryseqset_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tgeometryseqset_in", + "role": "constructor", + "scope": "constructor", + "backing": "tgeometryseqset_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + } + ], + "cType": "TSequenceSet" + }, + "Npoint": { + "methods": [ + { + "function": "npoint_as_ewkt", + "role": "output", + "scope": "companion", + "backing": "npoint_as_ewkt", + "ooName": "asEWKT", + "ooExclude": true + }, + { + "function": "npoint_as_hexwkb", + "role": "output", + "scope": "companion", + "backing": "npoint_as_hexwkb", + "ooName": "asHEXWKB", + "ooExclude": true + }, + { + "function": "npoint_as_text", + "role": "output", + "scope": "companion", + "backing": "npoint_as_text", + "ooName": "asText", + "ooExclude": true + }, + { + "function": "npoint_as_wkb", + "role": "output", + "scope": "companion", + "backing": "npoint_as_wkb", + "ooName": "asWKB", + "ooExclude": true + }, + { + "function": "npoint_from_hexwkb", + "role": "constructor", + "scope": "companion", + "backing": "npoint_from_hexwkb", + "ooName": "fromHEXWKB", + "ooExclude": true + }, + { + "function": "npoint_from_wkb", + "role": "constructor", + "scope": "companion", + "backing": "npoint_from_wkb", + "ooName": "fromWKB", + "ooExclude": true + }, + { + "function": "npoint_in", + "role": "constructor", + "scope": "companion", + "backing": "npoint_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "npoint_out", + "role": "output", + "scope": "companion", + "backing": "npoint_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "npoint_make", + "role": "constructor", + "scope": "companion", + "backing": "npoint_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "npoint_to_geompoint", + "role": "conversion", + "scope": "companion", + "backing": "npoint_to_geompoint", + "ooName": "toGeompoint", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "npoint_to_nsegment", + "role": "conversion", + "scope": "companion", + "backing": "npoint_to_nsegment", + "ooName": "toNsegment", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "npoint_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "npoint_to_stbox", + "ooName": "toStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "npoint_hash", + "role": "accessor", + "scope": "companion", + "backing": "npoint_hash", + "ooName": "hash", + "ooExclude": true + }, + { + "function": "npoint_hash_extended", + "role": "accessor", + "scope": "companion", + "backing": "npoint_hash_extended", + "ooName": "hashExtended", + "ooExclude": true + }, + { + "function": "npoint_position", + "role": "accessor", + "scope": "companion", + "backing": "npoint_position", + "ooName": "position", + "ooExclude": true + }, + { + "function": "npoint_route", + "role": "accessor", + "scope": "companion", + "backing": "npoint_route", + "ooName": "route", + "ooExclude": true + }, + { + "function": "npoint_round", + "role": "accessor", + "scope": "companion", + "backing": "npoint_round", + "ooName": "round", + "ooExclude": true + }, + { + "function": "npoint_srid", + "role": "accessor", + "scope": "companion", + "backing": "npoint_srid", + "ooName": "SRID", + "ooExclude": true + }, + { + "function": "npoint_timestamptz_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "npoint_timestamptz_to_stbox", + "ooName": "timestamptzToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "npoint_tstzspan_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "npoint_tstzspan_to_stbox", + "ooName": "tstzspanToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "npoint_cmp", + "role": "predicate", + "scope": "companion", + "backing": "npoint_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "npoint_eq", + "role": "predicate", + "scope": "companion", + "backing": "npoint_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "npoint_ge", + "role": "predicate", + "scope": "companion", + "backing": "npoint_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "npoint_gt", + "role": "predicate", + "scope": "companion", + "backing": "npoint_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "npoint_le", + "role": "predicate", + "scope": "companion", + "backing": "npoint_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "npoint_lt", + "role": "predicate", + "scope": "companion", + "backing": "npoint_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "npoint_ne", + "role": "predicate", + "scope": "companion", + "backing": "npoint_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "npoint_same", + "role": "accessor", + "scope": "companion", + "backing": "npoint_same", + "ooName": "same", + "ooExclude": true + }, + { + "function": "npoint_to_set", + "role": "conversion", + "scope": "companion", + "backing": "npoint_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "npoint_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "npoint_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + }, + { + "function": "npoint_collinear", + "role": "accessor", + "scope": "companion", + "backing": "npoint_collinear", + "ooName": "collinear", + "ooExclude": true + }, + { + "function": "npoint_wkt_out", + "role": "output", + "scope": "companion", + "backing": "npoint_wkt_out", + "ooName": "WKTOut", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "npoint_set", + "role": "accessor", + "scope": "companion", + "backing": "npoint_set", + "ooName": "set", + "ooExclude": true + }, + { + "function": "npoint_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "npoint_set_stbox", + "ooName": "setStbox", + "ooExclude": true + }, + { + "function": "npoint_timestamptz_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "npoint_timestamptz_set_stbox", + "ooName": "timestamptzSetStbox", + "ooExclude": true + }, + { + "function": "npoint_tstzspan_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "npoint_tstzspan_set_stbox", + "ooName": "tstzspanSetStbox", + "ooExclude": true + }, + { + "function": "npoint_parse", + "role": "accessor", + "scope": "companion", + "backing": "npoint_parse", + "ooName": "parse", + "ooExclude": true + } + ], + "cType": "Npoint" + }, + "Nsegment": { + "methods": [ + { + "function": "nsegment_in", + "role": "constructor", + "scope": "companion", + "backing": "nsegment_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "nsegment_out", + "role": "output", + "scope": "companion", + "backing": "nsegment_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "nsegment_make", + "role": "constructor", + "scope": "companion", + "backing": "nsegment_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "nsegment_to_geom", + "role": "conversion", + "scope": "companion", + "backing": "nsegment_to_geom", + "ooName": "toGeom", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "nsegment_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "nsegment_to_stbox", + "ooName": "toStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "nsegment_end_position", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_end_position", + "ooName": "endPosition", + "ooExclude": true + }, + { + "function": "nsegment_route", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_route", + "ooName": "route", + "ooExclude": true + }, + { + "function": "nsegment_start_position", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_start_position", + "ooName": "startPosition", + "ooExclude": true + }, + { + "function": "nsegment_round", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_round", + "ooName": "round", + "ooExclude": true + }, + { + "function": "nsegment_srid", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_srid", + "ooName": "SRID", + "ooExclude": true + }, + { + "function": "nsegment_cmp", + "role": "predicate", + "scope": "companion", + "backing": "nsegment_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "nsegment_eq", + "role": "predicate", + "scope": "companion", + "backing": "nsegment_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "nsegment_ge", + "role": "predicate", + "scope": "companion", + "backing": "nsegment_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "nsegment_gt", + "role": "predicate", + "scope": "companion", + "backing": "nsegment_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "nsegment_le", + "role": "predicate", + "scope": "companion", + "backing": "nsegment_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "nsegment_lt", + "role": "predicate", + "scope": "companion", + "backing": "nsegment_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "nsegment_ne", + "role": "predicate", + "scope": "companion", + "backing": "nsegment_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "nsegment_set", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_set", + "ooName": "set", + "ooExclude": true + }, + { + "function": "nsegment_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_set_stbox", + "ooName": "setStbox", + "ooExclude": true + }, + { + "function": "nsegment_parse", + "role": "accessor", + "scope": "companion", + "backing": "nsegment_parse", + "ooName": "parse", + "ooExclude": true + } + ], + "cType": "Nsegment" + }, + "NpointSet": { + "methods": [ + { + "function": "npointset_in", + "role": "constructor", + "scope": "companion", + "backing": "npointset_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "npointset_out", + "role": "output", + "scope": "companion", + "backing": "npointset_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "npointset_make", + "role": "constructor", + "scope": "companion", + "backing": "npointset_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "npointset_end_value", + "role": "accessor", + "scope": "companion", + "backing": "npointset_end_value", + "ooName": "endValue", + "ooExclude": true + }, + { + "function": "npointset_routes", + "role": "accessor", + "scope": "companion", + "backing": "npointset_routes", + "ooName": "routes", + "ooExclude": true + }, + { + "function": "npointset_start_value", + "role": "accessor", + "scope": "companion", + "backing": "npointset_start_value", + "ooName": "startValue", + "ooExclude": true + }, + { + "function": "npointset_value_n", + "role": "accessor", + "scope": "companion", + "backing": "npointset_value_n", + "ooName": "valueN", + "ooExclude": true + }, + { + "function": "npointset_values", + "role": "accessor", + "scope": "companion", + "backing": "npointset_values", + "ooName": "values", + "ooExclude": true + } + ], + "cType": "Set" + }, + "TNpoint": { + "methods": [ + { + "function": "tnpoint_in", + "role": "constructor", + "scope": "exact", + "backing": "tnpoint_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "tnpoint_from_mfjson", + "role": "constructor", + "scope": "exact", + "backing": "tnpoint_from_mfjson", + "ooName": "fromMFJSON", + "ooExclude": true + }, + { + "function": "tnpoint_out", + "role": "output", + "scope": "exact", + "backing": "tnpoint_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "tnpoint_from_base_temp", + "role": "constructor", + "scope": "exact", + "backing": "tnpoint_from_base_temp", + "ooName": "fromBaseTemp", + "ooExclude": true + }, + { + "function": "tnpoint_to_tgeompoint", + "role": "conversion", + "scope": "exact", + "backing": "tnpoint_to_tgeompoint", + "ooName": "toTgeompoint", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "tnpoint_cumulative_length", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_cumulative_length", + "ooName": "cumulativeLength", + "ooExclude": true + }, + { + "function": "tnpoint_end_value", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_end_value", + "ooName": "endValue", + "ooExclude": true + }, + { + "function": "tnpoint_length", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_length", + "ooName": "length", + "ooExclude": true + }, + { + "function": "tnpoint_positions", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_positions", + "ooName": "positions", + "ooExclude": true + }, + { + "function": "tnpoint_route", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_route", + "ooName": "route", + "ooExclude": true + }, + { + "function": "tnpoint_routes", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_routes", + "ooName": "routes", + "ooExclude": true + }, + { + "function": "tnpoint_speed", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_speed", + "ooName": "speed", + "ooExclude": true + }, + { + "function": "tnpoint_start_value", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_start_value", + "ooName": "startValue", + "ooExclude": true + }, + { + "function": "tnpoint_trajectory", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_trajectory", + "ooName": "trajectory", + "ooExclude": true + }, + { + "function": "tnpoint_value_at_timestamptz", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_value_at_timestamptz", + "ooName": "valueAtTimestamptz", + "ooExclude": true + }, + { + "function": "tnpoint_value_n", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_value_n", + "ooName": "valueN", + "ooExclude": true + }, + { + "function": "tnpoint_values", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_values", + "ooName": "values", + "ooExclude": true + }, + { + "function": "tnpoint_twcentroid", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_twcentroid", + "ooName": "twcentroid", + "ooExclude": true + }, + { + "function": "tnpoint_at_geom", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_at_geom", + "ooName": "atGeom", + "ooExclude": true + }, + { + "function": "tnpoint_at_npoint", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_at_npoint", + "ooName": "atNpoint", + "ooExclude": true + }, + { + "function": "tnpoint_at_npointset", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_at_npointset", + "ooName": "atNpointset", + "ooExclude": true + }, + { + "function": "tnpoint_at_stbox", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_at_stbox", + "ooName": "atStbox", + "ooExclude": true + }, + { + "function": "tnpoint_minus_geom", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_minus_geom", + "ooName": "minusGeom", + "ooExclude": true + }, + { + "function": "tnpoint_minus_npoint", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_minus_npoint", + "ooName": "minusNpoint", + "ooExclude": true + }, + { + "function": "tnpoint_minus_npointset", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_minus_npointset", + "ooName": "minusNpointset", + "ooExclude": true + }, + { + "function": "tnpoint_minus_stbox", + "role": "restriction", + "scope": "exact", + "backing": "tnpoint_minus_stbox", + "ooName": "minusStbox", + "ooExclude": true + }, + { + "function": "tnpoint_tcentroid_transfn", + "role": "aggregate", + "scope": "exact", + "backing": "tnpoint_tcentroid_transfn", + "ooName": "tcentroidTransfn", + "ooExclude": true + }, + { + "function": "tnpoint_restrict_stbox", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_restrict_stbox", + "ooName": "restrictStbox", + "ooExclude": true + }, + { + "function": "tnpoint_restrict_npoint", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_restrict_npoint", + "ooName": "restrictNpoint", + "ooExclude": true + }, + { + "function": "tnpoint_restrict_npointset", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_restrict_npointset", + "ooName": "restrictNpointset", + "ooExclude": true + }, + { + "function": "tnpoint_restrict_geom", + "role": "accessor", + "scope": "exact", + "backing": "tnpoint_restrict_geom", + "ooName": "restrictGeom", + "ooExclude": true + } + ], + "cType": "Temporal" + }, + "TNpointInst": { + "methods": [ + { + "function": "tnpointinst_make", + "role": "constructor", + "scope": "constructor", + "backing": "tnpointinst_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "tnpointinst_tgeompointinst", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointinst_tgeompointinst", + "ooName": "tgeompointinst", + "ooExclude": true + }, + { + "function": "tnpointinst_positions", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointinst_positions", + "ooName": "positions", + "ooExclude": true + }, + { + "function": "tnpointinst_route", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointinst_route", + "ooName": "route", + "ooExclude": true + }, + { + "function": "tnpointinst_routes", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointinst_routes", + "ooName": "routes", + "ooExclude": true + }, + { + "function": "tnpointinst_set_stbox", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointinst_set_stbox", + "ooName": "setStbox", + "ooExclude": true + } + ], + "cType": "TInstant" + }, + "TNpointSeq": { + "methods": [ + { + "function": "tnpointseq_from_base_tstzset", + "role": "constructor", + "scope": "constructor", + "backing": "tnpointseq_from_base_tstzset", + "ooName": "fromBaseTstzset", + "ooExclude": true + }, + { + "function": "tnpointseq_from_base_tstzspan", + "role": "constructor", + "scope": "constructor", + "backing": "tnpointseq_from_base_tstzspan", + "ooName": "fromBaseTstzspan", + "ooExclude": true + }, + { + "function": "tnpointseq_tgeompointseq_disc", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseq_tgeompointseq_disc", + "ooName": "tgeompointseqDisc", + "ooExclude": true + }, + { + "function": "tnpointseq_tgeompointseq_cont", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseq_tgeompointseq_cont", + "ooName": "tgeompointseqCont", + "ooExclude": true + }, + { + "function": "tnpointseq_positions", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseq_positions", + "ooName": "positions", + "ooExclude": true + }, + { + "function": "tnpointseq_disc_routes", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseq_disc_routes", + "ooName": "discRoutes", + "ooExclude": true + }, + { + "function": "tnpointseq_cont_routes", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseq_cont_routes", + "ooName": "contRoutes", + "ooExclude": true + }, + { + "function": "tnpointseq_linear_positions", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseq_linear_positions", + "ooName": "linearPositions", + "ooExclude": true + }, + { + "function": "tnpointseq_expand_stbox", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseq_expand_stbox", + "ooName": "expandStbox", + "ooExclude": true + } + ], + "cType": "TSequence" + }, + "TNpointSeqSet": { + "methods": [ + { + "function": "tnpointseqset_from_base_tstzspanset", + "role": "constructor", + "scope": "constructor", + "backing": "tnpointseqset_from_base_tstzspanset", + "ooName": "fromBaseTstzspanset", + "ooExclude": true + }, + { + "function": "tnpointseqset_tgeompointseqset", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseqset_tgeompointseqset", + "ooName": "tgeompointseqset", + "ooExclude": true + }, + { + "function": "tnpointseqset_positions", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseqset_positions", + "ooName": "positions", + "ooExclude": true + }, + { + "function": "tnpointseqset_routes", + "role": "accessor", + "scope": "constructor", + "backing": "tnpointseqset_routes", + "ooName": "routes", + "ooExclude": true + } + ], + "cType": "TSequenceSet" + }, + "Pcpoint": { + "methods": [ + { + "function": "pcpoint_hex_in", + "role": "constructor", + "scope": "companion", + "backing": "pcpoint_hex_in", + "ooName": "hexIn", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "pcpoint_hex_out", + "role": "output", + "scope": "companion", + "backing": "pcpoint_hex_out", + "ooName": "hexOut", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "pcpoint_from_hexwkb", + "role": "constructor", + "scope": "companion", + "backing": "pcpoint_from_hexwkb", + "ooName": "fromHEXWKB", + "ooExclude": true + }, + { + "function": "pcpoint_as_hexwkb", + "role": "output", + "scope": "companion", + "backing": "pcpoint_as_hexwkb", + "ooName": "asHEXWKB", + "ooExclude": true + }, + { + "function": "pcpoint_make", + "role": "constructor", + "scope": "companion", + "backing": "pcpoint_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "pcpoint_copy", + "role": "constructor", + "scope": "companion", + "backing": "pcpoint_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "pcpoint_get_pcid", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_get_pcid", + "ooName": "getPcid", + "ooExclude": true + }, + { + "function": "pcpoint_hash", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_hash", + "ooName": "hash", + "ooExclude": true + }, + { + "function": "pcpoint_hash_extended", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_hash_extended", + "ooName": "hashExtended", + "ooExclude": true + }, + { + "function": "pcpoint_get_x", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_get_x", + "ooName": "getX", + "ooExclude": true + }, + { + "function": "pcpoint_get_y", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_get_y", + "ooName": "getY", + "ooExclude": true + }, + { + "function": "pcpoint_get_z", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_get_z", + "ooName": "getZ", + "ooExclude": true + }, + { + "function": "pcpoint_get_dim", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_get_dim", + "ooName": "getDim", + "ooExclude": true + }, + { + "function": "pcpoint_to_tpcbox", + "role": "conversion", + "scope": "companion", + "backing": "pcpoint_to_tpcbox", + "ooName": "toTpcbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "pcpoint_cmp", + "role": "predicate", + "scope": "companion", + "backing": "pcpoint_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "pcpoint_eq", + "role": "predicate", + "scope": "companion", + "backing": "pcpoint_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "pcpoint_ne", + "role": "predicate", + "scope": "companion", + "backing": "pcpoint_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "pcpoint_lt", + "role": "predicate", + "scope": "companion", + "backing": "pcpoint_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "pcpoint_le", + "role": "predicate", + "scope": "companion", + "backing": "pcpoint_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "pcpoint_gt", + "role": "predicate", + "scope": "companion", + "backing": "pcpoint_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "pcpoint_ge", + "role": "predicate", + "scope": "companion", + "backing": "pcpoint_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "pcpoint_to_set", + "role": "conversion", + "scope": "companion", + "backing": "pcpoint_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "pcpoint_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "pcpoint_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + }, + { + "function": "pcpoint_in_tpcbox", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_in_tpcbox", + "ooName": "inTpcbox", + "ooExclude": true + }, + { + "function": "pcpoint_intersects_geometry", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_intersects_geometry", + "ooName": "intersectsGeometry", + "ooExclude": true + }, + { + "function": "pcpoint_parse", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_parse", + "ooName": "parse", + "ooExclude": true + }, + { + "function": "pcpoint_meaningful_size", + "role": "accessor", + "scope": "companion", + "backing": "pcpoint_meaningful_size", + "ooName": "meaningfulSize", + "ooExclude": true + } + ], + "cType": "Pcpoint" + }, + "Pcschema": { + "methods": [ + { + "function": "meos_pc_schema", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema", + "ooName": "get", + "ooExclude": true + }, + { + "function": "meos_pc_schema_register", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_register", + "ooName": "register", + "ooExclude": true + }, + { + "function": "meos_pc_schema_from_dims", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_from_dims", + "ooName": "fromDims", + "ooExclude": true + }, + { + "function": "meos_pc_schema_register_dims", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_register_dims", + "ooName": "registerDims", + "ooExclude": true + }, + { + "function": "meos_pc_schema_register_xml", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_register_xml", + "ooName": "registerXml", + "ooExclude": true + }, + { + "function": "meos_pc_schema_xml", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_xml", + "ooName": "xml", + "ooExclude": true + }, + { + "function": "meos_pc_schema_clear", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_clear", + "ooName": "clear", + "ooExclude": true + }, + { + "function": "meos_pc_schema_srid", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_srid", + "ooName": "SRID", + "ooExclude": true + }, + { + "function": "meos_pc_schema_compression", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_compression", + "ooName": "compression", + "ooExclude": true + }, + { + "function": "meos_pc_schema_ndims", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_ndims", + "ooName": "ndims", + "ooExclude": true + }, + { + "function": "meos_pc_schema_lookup", + "role": "accessor", + "scope": "companion", + "backing": "meos_pc_schema_lookup", + "ooName": "lookup", + "ooExclude": true + } + ], + "cType": "PCSCHEMA" + }, + "Pcpatch": { + "methods": [ + { + "function": "pcpatch_hex_in", + "role": "constructor", + "scope": "companion", + "backing": "pcpatch_hex_in", + "ooName": "hexIn", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "pcpatch_hex_out", + "role": "output", + "scope": "companion", + "backing": "pcpatch_hex_out", + "ooName": "hexOut", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "pcpatch_from_hexwkb", + "role": "constructor", + "scope": "companion", + "backing": "pcpatch_from_hexwkb", + "ooName": "fromHEXWKB", + "ooExclude": true + }, + { + "function": "pcpatch_as_hexwkb", + "role": "output", + "scope": "companion", + "backing": "pcpatch_as_hexwkb", + "ooName": "asHEXWKB", + "ooExclude": true + }, + { + "function": "pcpatch_make", + "role": "constructor", + "scope": "companion", + "backing": "pcpatch_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "pcpatch_make_coords", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_make_coords", + "ooName": "makeCoords", + "ooExclude": true + }, + { + "function": "pcpatch_copy", + "role": "constructor", + "scope": "companion", + "backing": "pcpatch_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "pcpatch_get_pcid", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_get_pcid", + "ooName": "getPcid", + "ooExclude": true + }, + { + "function": "pcpatch_npoints", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_npoints", + "ooName": "npoints", + "ooExclude": true + }, + { + "function": "pcpatch_point_n", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_point_n", + "ooName": "pointN", + "ooExclude": true + }, + { + "function": "pcpatch_points", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_points", + "ooName": "points", + "ooExclude": true + }, + { + "function": "pcpatch_hash", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_hash", + "ooName": "hash", + "ooExclude": true + }, + { + "function": "pcpatch_hash_extended", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_hash_extended", + "ooName": "hashExtended", + "ooExclude": true + }, + { + "function": "pcpatch_to_geom", + "role": "conversion", + "scope": "companion", + "backing": "pcpatch_to_geom", + "ooName": "toGeom", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "pcpatch_cmp", + "role": "predicate", + "scope": "companion", + "backing": "pcpatch_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "pcpatch_eq", + "role": "predicate", + "scope": "companion", + "backing": "pcpatch_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "pcpatch_ne", + "role": "predicate", + "scope": "companion", + "backing": "pcpatch_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "pcpatch_lt", + "role": "predicate", + "scope": "companion", + "backing": "pcpatch_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "pcpatch_le", + "role": "predicate", + "scope": "companion", + "backing": "pcpatch_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "pcpatch_gt", + "role": "predicate", + "scope": "companion", + "backing": "pcpatch_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "pcpatch_ge", + "role": "predicate", + "scope": "companion", + "backing": "pcpatch_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "pcpatch_to_set", + "role": "conversion", + "scope": "companion", + "backing": "pcpatch_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "pcpatch_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "pcpatch_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + }, + { + "function": "pcpatch_to_tpcbox", + "role": "conversion", + "scope": "companion", + "backing": "pcpatch_to_tpcbox", + "ooName": "toTpcbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "pcpatch_parse", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_parse", + "ooName": "parse", + "ooExclude": true + }, + { + "function": "pcpatch_filter_per_point", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_filter_per_point", + "ooName": "filterPerPoint", + "ooExclude": true + }, + { + "function": "pcpatch_any_point_matches", + "role": "accessor", + "scope": "companion", + "backing": "pcpatch_any_point_matches", + "ooName": "anyPointMatches", + "ooExclude": true + } + ], + "cType": "Pcpatch" + }, + "TPCBox": { + "methods": [ + { + "function": "tpcbox_in", + "role": "constructor", + "scope": "companion", + "backing": "tpcbox_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "tpcbox_out", + "role": "output", + "scope": "companion", + "backing": "tpcbox_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "tpcbox_make", + "role": "constructor", + "scope": "companion", + "backing": "tpcbox_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "tpcbox_copy", + "role": "constructor", + "scope": "companion", + "backing": "tpcbox_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "tpcbox_hasx", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_hasx", + "ooName": "hasx", + "ooExclude": true + }, + { + "function": "tpcbox_hasz", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_hasz", + "ooName": "hasz", + "ooExclude": true + }, + { + "function": "tpcbox_hast", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_hast", + "ooName": "hast", + "ooExclude": true + }, + { + "function": "tpcbox_geodetic", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_geodetic", + "ooName": "geodetic", + "ooExclude": true + }, + { + "function": "tpcbox_xmin", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_xmin", + "ooName": "xmin", + "ooExclude": true + }, + { + "function": "tpcbox_xmax", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_start_value", - "ooName": "startValue", + "scope": "companion", + "backing": "tpcbox_xmax", + "ooName": "xmax", "ooExclude": true }, { - "function": "tjsonb_value_at_timestamptz", - "role": "restriction", - "scope": "exact", - "backing": "tjsonb_value_at_timestamptz", - "ooName": "valueAtTimestamptz", + "function": "tpcbox_ymin", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_ymin", + "ooName": "ymin", "ooExclude": true }, { - "function": "tjsonb_value_n", + "function": "tpcbox_ymax", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_value_n", - "ooName": "valueN", + "scope": "companion", + "backing": "tpcbox_ymax", + "ooName": "ymax", "ooExclude": true }, { - "function": "tjsonb_values", + "function": "tpcbox_zmin", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_values", - "ooName": "values", + "scope": "companion", + "backing": "tpcbox_zmin", + "ooName": "zmin", "ooExclude": true }, { - "function": "tjsonb_array_element", + "function": "tpcbox_zmax", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_array_element", - "ooName": "arrayElement", + "scope": "companion", + "backing": "tpcbox_zmax", + "ooName": "zmax", "ooExclude": true }, { - "function": "tjsonb_array_length", + "function": "tpcbox_tmin", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_array_length", - "ooName": "arrayLength", + "scope": "companion", + "backing": "tpcbox_tmin", + "ooName": "tmin", "ooExclude": true }, { - "function": "tjsonb_delete", + "function": "tpcbox_tmin_inc", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_delete", - "ooName": "delete", + "scope": "companion", + "backing": "tpcbox_tmin_inc", + "ooName": "tminInc", "ooExclude": true }, { - "function": "tjsonb_delete_array", + "function": "tpcbox_tmax", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_delete_array", - "ooName": "deleteArray", + "scope": "companion", + "backing": "tpcbox_tmax", + "ooName": "tmax", "ooExclude": true }, { - "function": "tjsonb_delete_index", + "function": "tpcbox_tmax_inc", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_delete_index", - "ooName": "deleteIndex", + "scope": "companion", + "backing": "tpcbox_tmax_inc", + "ooName": "tmaxInc", "ooExclude": true }, { - "function": "tjsonb_delete_path", + "function": "tpcbox_srid", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_delete_path", - "ooName": "deletePath", + "scope": "companion", + "backing": "tpcbox_srid", + "ooName": "SRID", "ooExclude": true }, { - "function": "tjsonb_exists", + "function": "tpcbox_pcid", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_exists", - "ooName": "exists", + "scope": "companion", + "backing": "tpcbox_pcid", + "ooName": "pcid", "ooExclude": true }, { - "function": "tjsonb_exists_all", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_exists_all", - "ooName": "existsAll", - "ooExclude": true + "function": "tpcbox_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "tpcbox_to_stbox", + "ooName": "toStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tjsonb_exists_any", + "function": "tpcbox_round", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_exists_any", - "ooName": "existsAny", + "scope": "companion", + "backing": "tpcbox_round", + "ooName": "round", "ooExclude": true }, { - "function": "tjsonb_exists_array", + "function": "tpcbox_set_srid", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_exists_array", - "ooName": "existsArray", + "scope": "companion", + "backing": "tpcbox_set_srid", + "ooName": "setSRID", "ooExclude": true }, { - "function": "tjsonb_extract_path", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_extract_path", - "ooName": "extractPath", + "function": "tpcbox_cmp", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_cmp", + "ooName": "cmp", "ooExclude": true }, { - "function": "tjsonb_insert", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_insert", - "ooName": "insert", + "function": "tpcbox_eq", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_eq", + "ooName": "eq", "ooExclude": true }, { - "function": "tjsonb_object_field", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_object_field", - "ooName": "objectField", + "function": "tpcbox_ne", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_ne", + "ooName": "ne", "ooExclude": true }, { - "function": "tjsonb_path_exists", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_path_exists", - "ooName": "pathExists", + "function": "tpcbox_lt", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_lt", + "ooName": "lt", "ooExclude": true }, { - "function": "tjsonb_path_match", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_path_match", - "ooName": "pathMatch", + "function": "tpcbox_le", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_le", + "ooName": "le", "ooExclude": true }, { - "function": "tjsonb_path_query_array", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_path_query_array", - "ooName": "pathQueryArray", + "function": "tpcbox_gt", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_gt", + "ooName": "gt", "ooExclude": true }, { - "function": "tjsonb_path_query_first", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_path_query_first", - "ooName": "pathQueryFirst", + "function": "tpcbox_ge", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_ge", + "ooName": "ge", "ooExclude": true }, { - "function": "tjsonb_pretty", + "function": "tpcbox_expand", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_pretty", - "ooName": "pretty", + "scope": "companion", + "backing": "tpcbox_expand", + "ooName": "expand", "ooExclude": true }, { - "function": "tjsonb_set", - "role": "accessor", - "scope": "exact", - "backing": "tjsonb_set", - "ooName": "set", + "function": "tpcbox_extent_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "tpcbox_extent_transfn", + "ooName": "extentTransfn", "ooExclude": true }, { - "function": "tjsonb_strip_nulls", + "function": "tpcbox_set_stbox", "role": "accessor", - "scope": "exact", - "backing": "tjsonb_strip_nulls", - "ooName": "stripNulls", + "scope": "companion", + "backing": "tpcbox_set_stbox", + "ooName": "setStbox", "ooExclude": true }, { - "function": "tjsonb_to_tbool", - "role": "conversion", - "scope": "exact", - "backing": "tjsonb_to_tbool", - "ooName": "toTbool", - "ooExclude": true, - "ooSugar": [ - "cast" - ] + "function": "tpcbox_contains", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_contains", + "ooName": "contains", + "ooExclude": true }, { - "function": "tjsonb_to_tfloat", - "role": "conversion", - "scope": "exact", - "backing": "tjsonb_to_tfloat", - "ooName": "toTfloat", - "ooExclude": true, - "ooSugar": [ - "cast" - ] + "function": "tpcbox_contained", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_contained", + "ooName": "contained", + "ooExclude": true }, { - "function": "tjsonb_to_tint", - "role": "conversion", - "scope": "exact", - "backing": "tjsonb_to_tint", - "ooName": "toTint", - "ooExclude": true, - "ooSugar": [ - "cast" - ] + "function": "tpcbox_overlaps", + "role": "predicate", + "scope": "companion", + "backing": "tpcbox_overlaps", + "ooName": "overlaps", + "ooExclude": true }, { - "function": "tjsonb_to_ttext_key", - "role": "conversion", - "scope": "exact", - "backing": "tjsonb_to_ttext_key", - "ooName": "toTtextKey", - "ooExclude": true, - "ooSugar": [ - "cast" - ] + "function": "tpcbox_same", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_same", + "ooName": "same", + "ooExclude": true }, { - "function": "tjsonb_at_value", - "role": "restriction", - "scope": "exact", - "backing": "tjsonb_at_value", - "ooName": "atValue", + "function": "tpcbox_adjacent", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_adjacent", + "ooName": "adjacent", "ooExclude": true }, { - "function": "tjsonb_minus_value", - "role": "restriction", - "scope": "exact", - "backing": "tjsonb_minus_value", - "ooName": "minusValue", + "function": "tpcbox_left", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_left", + "ooName": "left", "ooExclude": true }, { - "function": "tjsonb_to_talphanum", - "role": "conversion", - "scope": "exact", - "backing": "tjsonb_to_talphanum", - "ooName": "toTalphanum", - "ooExclude": true, - "ooSugar": [ - "cast" - ] - } - ] - }, - "TGeogPointInst": { - "methods": [ - { - "function": "tgeogpointinst_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeogpointinst_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_right", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_right", + "ooName": "right", "ooExclude": true }, { - "function": "tgeogpointinst_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeogpointinst_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "TGeogPointSeq": { - "methods": [ - { - "function": "tgeogpointseq_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeogpointseq_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_overleft", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_overleft", + "ooName": "overleft", "ooExclude": true }, { - "function": "tgeogpointseq_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeogpointseq_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "TGeogPointSeqSet": { - "methods": [ - { - "function": "tgeogpointseqset_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeogpointseqset_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_overright", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_overright", + "ooName": "overright", "ooExclude": true }, { - "function": "tgeogpointseqset_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeogpointseqset_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "TGeomPointInst": { - "methods": [ + "function": "tpcbox_below", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_below", + "ooName": "below", + "ooExclude": true + }, { - "function": "tgeompointinst_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeompointinst_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_above", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_above", + "ooName": "above", "ooExclude": true }, { - "function": "tgeompointinst_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeompointinst_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] + "function": "tpcbox_overbelow", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_overbelow", + "ooName": "overbelow", + "ooExclude": true }, { - "function": "tgeompointinst_tnpointinst", + "function": "tpcbox_overabove", "role": "accessor", - "scope": "constructor", - "backing": "tgeompointinst_tnpointinst", - "ooName": "tnpointinst", + "scope": "companion", + "backing": "tpcbox_overabove", + "ooName": "overabove", "ooExclude": true - } - ] - }, - "TGeomPointSeq": { - "methods": [ + }, { - "function": "tgeompointseq_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeompointseq_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_front", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_front", + "ooName": "front", "ooExclude": true }, { - "function": "tgeompointseq_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeompointseq_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] + "function": "tpcbox_back", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_back", + "ooName": "back", + "ooExclude": true }, { - "function": "tgeompointseq_tnpointseq", + "function": "tpcbox_overfront", "role": "accessor", - "scope": "constructor", - "backing": "tgeompointseq_tnpointseq", - "ooName": "tnpointseq", + "scope": "companion", + "backing": "tpcbox_overfront", + "ooName": "overfront", "ooExclude": true - } - ] - }, - "TGeomPointSeqSet": { - "methods": [ + }, { - "function": "tgeompointseqset_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeompointseqset_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_overback", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_overback", + "ooName": "overback", "ooExclude": true }, { - "function": "tgeompointseqset_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeompointseqset_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] + "function": "tpcbox_before", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_before", + "ooName": "before", + "ooExclude": true }, { - "function": "tgeompointseqset_tnpointseqset", + "function": "tpcbox_after", "role": "accessor", - "scope": "constructor", - "backing": "tgeompointseqset_tnpointseqset", - "ooName": "tnpointseqset", + "scope": "companion", + "backing": "tpcbox_after", + "ooName": "after", "ooExclude": true - } - ] - }, - "TGeographyInst": { - "methods": [ + }, { - "function": "tgeographyinst_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeographyinst_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_overbefore", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_overbefore", + "ooName": "overbefore", "ooExclude": true }, { - "function": "tgeographyinst_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeographyinst_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "TGeographySeq": { - "methods": [ + "function": "tpcbox_overafter", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_overafter", + "ooName": "overafter", + "ooExclude": true + }, { - "function": "tgeographyseq_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeographyseq_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_parse", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_parse", + "ooName": "parse", "ooExclude": true }, { - "function": "tgeographyseq_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeographyseq_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "TGeographySeqSet": { - "methods": [ + "function": "tpcbox_index_leaf_consistent", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_index_leaf_consistent", + "ooName": "indexLeafConsistent", + "ooExclude": true + }, { - "function": "tgeographyseqset_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeographyseqset_from_mfjson", - "ooName": "fromMFJSON", + "function": "tpcbox_gist_inner_consistent", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_gist_inner_consistent", + "ooName": "gistInnerConsistent", "ooExclude": true }, { - "function": "tgeographyseqset_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeographyseqset_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] + "function": "tpcbox_index_recheck", + "role": "accessor", + "scope": "companion", + "backing": "tpcbox_index_recheck", + "ooName": "indexRecheck", + "ooExclude": true } - ] + ], + "cType": "TPCBox" }, - "TGeometryInst": { + "Pose": { "methods": [ { - "function": "tgeometryinst_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeometryinst_from_mfjson", - "ooName": "fromMFJSON", + "function": "pose_as_ewkt", + "role": "output", + "scope": "companion", + "backing": "pose_as_ewkt", + "ooName": "asEWKT", "ooExclude": true }, { - "function": "tgeometryinst_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeometryinst_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "TGeometrySeq": { - "methods": [ + "function": "pose_as_hexwkb", + "role": "output", + "scope": "companion", + "backing": "pose_as_hexwkb", + "ooName": "asHEXWKB", + "ooExclude": true + }, { - "function": "tgeometryseq_from_mfjson", - "role": "constructor", - "scope": "constructor", - "backing": "tgeometryseq_from_mfjson", - "ooName": "fromMFJSON", + "function": "pose_as_text", + "role": "output", + "scope": "companion", + "backing": "pose_as_text", + "ooName": "asText", "ooExclude": true }, { - "function": "tgeometryseq_in", - "role": "constructor", - "scope": "constructor", - "backing": "tgeometryseq_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "TGeometrySeqSet": { - "methods": [ + "function": "pose_as_wkb", + "role": "output", + "scope": "companion", + "backing": "pose_as_wkb", + "ooName": "asWKB", + "ooExclude": true + }, { - "function": "tgeometryseqset_from_mfjson", + "function": "pose_from_wkb", "role": "constructor", - "scope": "constructor", - "backing": "tgeometryseqset_from_mfjson", - "ooName": "fromMFJSON", + "scope": "companion", + "backing": "pose_from_wkb", + "ooName": "fromWKB", "ooExclude": true }, { - "function": "tgeometryseqset_in", + "function": "pose_from_hexwkb", "role": "constructor", - "scope": "constructor", - "backing": "tgeometryseqset_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] - } - ] - }, - "NpointSet": { - "methods": [ + "scope": "companion", + "backing": "pose_from_hexwkb", + "ooName": "fromHEXWKB", + "ooExclude": true + }, { - "function": "npointset_in", + "function": "pose_in", "role": "constructor", "scope": "companion", - "backing": "npointset_in", + "backing": "pose_in", "ooName": "in", "ooExclude": true, "ooSugar": [ @@ -338886,10 +358645,10 @@ ] }, { - "function": "npointset_out", + "function": "pose_out", "role": "output", "scope": "companion", - "backing": "npointset_out", + "backing": "pose_out", "ooName": "out", "ooExclude": true, "ooSugar": [ @@ -338897,479 +358656,485 @@ ] }, { - "function": "npointset_make", - "role": "constructor", + "function": "pose_from_geopose", + "role": "accessor", "scope": "companion", - "backing": "npointset_make", - "ooName": "make", + "backing": "pose_from_geopose", + "ooName": "fromGeopose", "ooExclude": true }, { - "function": "npointset_end_value", + "function": "pose_as_geopose", "role": "accessor", "scope": "companion", - "backing": "npointset_end_value", - "ooName": "endValue", + "backing": "pose_as_geopose", + "ooName": "asGeopose", "ooExclude": true }, { - "function": "npointset_routes", + "function": "pose_apply_geo", "role": "accessor", "scope": "companion", - "backing": "npointset_routes", - "ooName": "routes", + "backing": "pose_apply_geo", + "ooName": "applyGeo", "ooExclude": true }, { - "function": "npointset_start_value", + "function": "pose_compose_tpose", "role": "accessor", "scope": "companion", - "backing": "npointset_start_value", - "ooName": "startValue", + "backing": "pose_compose_tpose", + "ooName": "composeTpose", "ooExclude": true }, { - "function": "npointset_value_n", + "function": "pose_copy", + "role": "constructor", + "scope": "companion", + "backing": "pose_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "pose_make_2d", "role": "accessor", "scope": "companion", - "backing": "npointset_value_n", - "ooName": "valueN", + "backing": "pose_make_2d", + "ooName": "make2d", "ooExclude": true }, { - "function": "npointset_values", + "function": "pose_make_3d", "role": "accessor", "scope": "companion", - "backing": "npointset_values", - "ooName": "values", + "backing": "pose_make_3d", + "ooName": "make3d", "ooExclude": true - } - ] - }, - "TNpoint": { - "methods": [ + }, { - "function": "tnpoint_in", - "role": "constructor", - "scope": "exact", - "backing": "tnpoint_in", - "ooName": "in", - "ooExclude": true, - "ooSugar": [ - "io" - ] + "function": "pose_make_point2d", + "role": "accessor", + "scope": "companion", + "backing": "pose_make_point2d", + "ooName": "makePoint2d", + "ooExclude": true }, { - "function": "tnpoint_from_mfjson", - "role": "constructor", - "scope": "exact", - "backing": "tnpoint_from_mfjson", - "ooName": "fromMFJSON", + "function": "pose_make_point3d", + "role": "accessor", + "scope": "companion", + "backing": "pose_make_point3d", + "ooName": "makePoint3d", "ooExclude": true }, { - "function": "tnpoint_out", - "role": "output", - "scope": "exact", - "backing": "tnpoint_out", - "ooName": "out", + "function": "pose_make_point3d_ypr", + "role": "accessor", + "scope": "companion", + "backing": "pose_make_point3d_ypr", + "ooName": "makePoint3dYpr", + "ooExclude": true + }, + { + "function": "pose_to_point", + "role": "conversion", + "scope": "companion", + "backing": "pose_to_point", + "ooName": "toPoint", "ooExclude": true, "ooSugar": [ - "io" + "cast" ] }, { - "function": "tnpoint_from_base_temp", - "role": "constructor", - "scope": "exact", - "backing": "tnpoint_from_base_temp", - "ooName": "fromBaseTemp", - "ooExclude": true - }, - { - "function": "tnpoint_to_tgeompoint", + "function": "pose_to_stbox", "role": "conversion", - "scope": "exact", - "backing": "tnpoint_to_tgeompoint", - "ooName": "toTgeompoint", + "scope": "companion", + "backing": "pose_to_stbox", + "ooName": "toStbox", "ooExclude": true, "ooSugar": [ "cast" ] }, { - "function": "tnpoint_cumulative_length", + "function": "pose_hash", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_cumulative_length", - "ooName": "cumulativeLength", + "scope": "companion", + "backing": "pose_hash", + "ooName": "hash", "ooExclude": true }, { - "function": "tnpoint_end_value", + "function": "pose_hash_extended", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_end_value", - "ooName": "endValue", + "scope": "companion", + "backing": "pose_hash_extended", + "ooName": "hashExtended", "ooExclude": true }, { - "function": "tnpoint_length", + "function": "pose_quaternion", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_length", - "ooName": "length", + "scope": "companion", + "backing": "pose_quaternion", + "ooName": "quaternion", "ooExclude": true }, { - "function": "tnpoint_positions", + "function": "pose_ypr", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_positions", - "ooName": "positions", + "scope": "companion", + "backing": "pose_ypr", + "ooName": "ypr", "ooExclude": true }, { - "function": "tnpoint_route", + "function": "pose_yaw", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_route", - "ooName": "route", + "scope": "companion", + "backing": "pose_yaw", + "ooName": "yaw", "ooExclude": true }, { - "function": "tnpoint_routes", + "function": "pose_pitch", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_routes", - "ooName": "routes", + "scope": "companion", + "backing": "pose_pitch", + "ooName": "pitch", "ooExclude": true }, { - "function": "tnpoint_speed", + "function": "pose_roll", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_speed", - "ooName": "speed", + "scope": "companion", + "backing": "pose_roll", + "ooName": "roll", "ooExclude": true }, { - "function": "tnpoint_start_value", + "function": "pose_angular_distance", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_start_value", - "ooName": "startValue", + "scope": "companion", + "backing": "pose_angular_distance", + "ooName": "angularDistance", "ooExclude": true }, { - "function": "tnpoint_trajectory", + "function": "pose_compose", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_trajectory", - "ooName": "trajectory", + "scope": "companion", + "backing": "pose_compose", + "ooName": "compose", "ooExclude": true }, { - "function": "tnpoint_value_at_timestamptz", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_value_at_timestamptz", - "ooName": "valueAtTimestamptz", + "function": "pose_inverse", + "role": "accessor", + "scope": "companion", + "backing": "pose_inverse", + "ooName": "inverse", "ooExclude": true }, { - "function": "tnpoint_value_n", + "function": "pose_normalize", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_value_n", - "ooName": "valueN", + "scope": "companion", + "backing": "pose_normalize", + "ooName": "normalize", "ooExclude": true }, { - "function": "tnpoint_values", + "function": "pose_round", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_values", - "ooName": "values", + "scope": "companion", + "backing": "pose_round", + "ooName": "round", "ooExclude": true }, { - "function": "tnpoint_twcentroid", + "function": "pose_set_srid", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_twcentroid", - "ooName": "twcentroid", + "scope": "companion", + "backing": "pose_set_srid", + "ooName": "setSRID", "ooExclude": true }, { - "function": "tnpoint_at_geom", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_at_geom", - "ooName": "atGeom", + "function": "pose_srid", + "role": "accessor", + "scope": "companion", + "backing": "pose_srid", + "ooName": "SRID", "ooExclude": true }, { - "function": "tnpoint_at_npoint", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_at_npoint", - "ooName": "atNpoint", + "function": "pose_transform", + "role": "accessor", + "scope": "companion", + "backing": "pose_transform", + "ooName": "transform", "ooExclude": true }, { - "function": "tnpoint_at_npointset", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_at_npointset", - "ooName": "atNpointset", + "function": "pose_transform_pipeline", + "role": "accessor", + "scope": "companion", + "backing": "pose_transform_pipeline", + "ooName": "transformPipeline", "ooExclude": true }, { - "function": "tnpoint_at_stbox", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_at_stbox", - "ooName": "atStbox", - "ooExclude": true + "function": "pose_tstzspan_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "pose_tstzspan_to_stbox", + "ooName": "tstzspanToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tnpoint_minus_geom", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_minus_geom", - "ooName": "minusGeom", - "ooExclude": true + "function": "pose_timestamptz_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "pose_timestamptz_to_stbox", + "ooName": "timestamptzToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tnpoint_minus_npoint", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_minus_npoint", - "ooName": "minusNpoint", + "function": "pose_cmp", + "role": "predicate", + "scope": "companion", + "backing": "pose_cmp", + "ooName": "cmp", "ooExclude": true }, { - "function": "tnpoint_minus_npointset", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_minus_npointset", - "ooName": "minusNpointset", + "function": "pose_eq", + "role": "predicate", + "scope": "companion", + "backing": "pose_eq", + "ooName": "eq", "ooExclude": true }, { - "function": "tnpoint_minus_stbox", - "role": "restriction", - "scope": "exact", - "backing": "tnpoint_minus_stbox", - "ooName": "minusStbox", + "function": "pose_ge", + "role": "predicate", + "scope": "companion", + "backing": "pose_ge", + "ooName": "ge", "ooExclude": true }, { - "function": "tnpoint_tcentroid_transfn", - "role": "aggregate", - "scope": "exact", - "backing": "tnpoint_tcentroid_transfn", - "ooName": "tcentroidTransfn", + "function": "pose_gt", + "role": "predicate", + "scope": "companion", + "backing": "pose_gt", + "ooName": "gt", "ooExclude": true }, { - "function": "tnpoint_restrict_stbox", - "role": "accessor", - "scope": "exact", - "backing": "tnpoint_restrict_stbox", - "ooName": "restrictStbox", + "function": "pose_le", + "role": "predicate", + "scope": "companion", + "backing": "pose_le", + "ooName": "le", "ooExclude": true }, { - "function": "tnpoint_restrict_npoint", - "role": "accessor", - "scope": "exact", - "backing": "tnpoint_restrict_npoint", - "ooName": "restrictNpoint", + "function": "pose_lt", + "role": "predicate", + "scope": "companion", + "backing": "pose_lt", + "ooName": "lt", "ooExclude": true }, { - "function": "tnpoint_restrict_npointset", - "role": "accessor", - "scope": "exact", - "backing": "tnpoint_restrict_npointset", - "ooName": "restrictNpointset", + "function": "pose_ne", + "role": "predicate", + "scope": "companion", + "backing": "pose_ne", + "ooName": "ne", "ooExclude": true }, { - "function": "tnpoint_restrict_geom", + "function": "pose_nsame", "role": "accessor", - "scope": "exact", - "backing": "tnpoint_restrict_geom", - "ooName": "restrictGeom", - "ooExclude": true - } - ] - }, - "TNpointInst": { - "methods": [ - { - "function": "tnpointinst_make", - "role": "constructor", - "scope": "constructor", - "backing": "tnpointinst_make", - "ooName": "make", + "scope": "companion", + "backing": "pose_nsame", + "ooName": "nsame", "ooExclude": true }, { - "function": "tnpointinst_tgeompointinst", + "function": "pose_same", "role": "accessor", - "scope": "constructor", - "backing": "tnpointinst_tgeompointinst", - "ooName": "tgeompointinst", + "scope": "companion", + "backing": "pose_same", + "ooName": "same", "ooExclude": true }, { - "function": "tnpointinst_positions", - "role": "accessor", - "scope": "constructor", - "backing": "tnpointinst_positions", - "ooName": "positions", - "ooExclude": true + "function": "pose_to_set", + "role": "conversion", + "scope": "companion", + "backing": "pose_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tnpointinst_route", - "role": "accessor", - "scope": "constructor", - "backing": "tnpointinst_route", - "ooName": "route", + "function": "pose_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "pose_union_transfn", + "ooName": "unionTransfn", "ooExclude": true }, { - "function": "tnpointinst_routes", - "role": "accessor", - "scope": "constructor", - "backing": "tnpointinst_routes", - "ooName": "routes", - "ooExclude": true + "function": "pose_to_posechain", + "role": "conversion", + "scope": "companion", + "backing": "pose_to_posechain", + "ooName": "toPosechain", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tnpointinst_set_stbox", + "function": "pose_compose_values", "role": "accessor", - "scope": "constructor", - "backing": "tnpointinst_set_stbox", - "ooName": "setStbox", + "scope": "companion", + "backing": "pose_compose_values", + "ooName": "composeValues", "ooExclude": true - } - ] - }, - "TNpointSeq": { - "methods": [ + }, { - "function": "tnpointseq_from_base_tstzset", - "role": "constructor", - "scope": "constructor", - "backing": "tnpointseq_from_base_tstzset", - "ooName": "fromBaseTstzset", + "function": "pose_collinear", + "role": "accessor", + "scope": "companion", + "backing": "pose_collinear", + "ooName": "collinear", "ooExclude": true }, { - "function": "tnpointseq_from_base_tstzspan", - "role": "constructor", - "scope": "constructor", - "backing": "tnpointseq_from_base_tstzspan", - "ooName": "fromBaseTstzspan", - "ooExclude": true + "function": "pose_wkt_out", + "role": "output", + "scope": "companion", + "backing": "pose_wkt_out", + "ooName": "WKTOut", + "ooExclude": true, + "ooSugar": [ + "io" + ] }, { - "function": "tnpointseq_tgeompointseq_disc", + "function": "pose_parse", "role": "accessor", - "scope": "constructor", - "backing": "tnpointseq_tgeompointseq_disc", - "ooName": "tgeompointseqDisc", + "scope": "companion", + "backing": "pose_parse", + "ooName": "parse", "ooExclude": true }, { - "function": "tnpointseq_tgeompointseq_cont", + "function": "pose_quaternion_mul", "role": "accessor", - "scope": "constructor", - "backing": "tnpointseq_tgeompointseq_cont", - "ooName": "tgeompointseqCont", + "scope": "companion", + "backing": "pose_quaternion_mul", + "ooName": "quaternionMul", "ooExclude": true }, { - "function": "tnpointseq_positions", - "role": "accessor", - "scope": "constructor", - "backing": "tnpointseq_positions", - "ooName": "positions", - "ooExclude": true + "function": "pose_ypr_to_quaternion", + "role": "conversion", + "scope": "companion", + "backing": "pose_ypr_to_quaternion", + "ooName": "yprToQuaternion", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tnpointseq_disc_routes", - "role": "accessor", - "scope": "constructor", - "backing": "tnpointseq_disc_routes", - "ooName": "discRoutes", - "ooExclude": true + "function": "pose_quaternion_to_ypr", + "role": "conversion", + "scope": "companion", + "backing": "pose_quaternion_to_ypr", + "ooName": "quaternionToYpr", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tnpointseq_cont_routes", - "role": "accessor", - "scope": "constructor", - "backing": "tnpointseq_cont_routes", - "ooName": "contRoutes", - "ooExclude": true + "function": "pose_enu_to_ecef_quaternion", + "role": "conversion", + "scope": "companion", + "backing": "pose_enu_to_ecef_quaternion", + "ooName": "enuToEcefQuaternion", + "ooExclude": true, + "ooSugar": [ + "cast" + ] }, { - "function": "tnpointseq_linear_positions", + "function": "pose_transf_pj", "role": "accessor", - "scope": "constructor", - "backing": "tnpointseq_linear_positions", - "ooName": "linearPositions", + "scope": "companion", + "backing": "pose_transf_pj", + "ooName": "transfPj", "ooExclude": true }, { - "function": "tnpointseq_expand_stbox", + "function": "pose_set_srid_int", "role": "accessor", - "scope": "constructor", - "backing": "tnpointseq_expand_stbox", - "ooName": "expandStbox", + "scope": "companion", + "backing": "pose_set_srid_int", + "ooName": "setSRIDInt", "ooExclude": true - } - ] - }, - "TNpointSeqSet": { - "methods": [ + }, { - "function": "tnpointseqset_from_base_tstzspanset", - "role": "constructor", - "scope": "constructor", - "backing": "tnpointseqset_from_base_tstzspanset", - "ooName": "fromBaseTstzspanset", + "function": "pose_distance", + "role": "accessor", + "scope": "companion", + "backing": "pose_distance", + "ooName": "distance", "ooExclude": true }, { - "function": "tnpointseqset_tgeompointseqset", + "function": "pose_set_stbox", "role": "accessor", - "scope": "constructor", - "backing": "tnpointseqset_tgeompointseqset", - "ooName": "tgeompointseqset", + "scope": "companion", + "backing": "pose_set_stbox", + "ooName": "setStbox", "ooExclude": true }, { - "function": "tnpointseqset_positions", + "function": "pose_timestamptz_set_stbox", "role": "accessor", - "scope": "constructor", - "backing": "tnpointseqset_positions", - "ooName": "positions", + "scope": "companion", + "backing": "pose_timestamptz_set_stbox", + "ooName": "timestamptzSetStbox", "ooExclude": true }, { - "function": "tnpointseqset_routes", + "function": "pose_tstzspan_set_stbox", "role": "accessor", - "scope": "constructor", - "backing": "tnpointseqset_routes", - "ooName": "routes", + "scope": "companion", + "backing": "pose_tstzspan_set_stbox", + "ooName": "tstzspanSetStbox", "ooExclude": true } - ] + ], + "cType": "Pose" }, "TPose": { "methods": [ @@ -339675,7 +359440,8 @@ "ooName": "restrictElevation", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "PoseSet": { "methods": [ @@ -339741,7 +359507,8 @@ "ooName": "values", "ooExclude": true } - ] + ], + "cType": "Set" }, "TPoseInst": { "methods": [ @@ -339761,7 +359528,8 @@ "ooName": "setStbox", "ooExclude": true } - ] + ], + "cType": "TInstant" }, "TPoseSeq": { "methods": [ @@ -339789,7 +359557,8 @@ "ooName": "expandStbox", "ooExclude": true } - ] + ], + "cType": "TSequence" }, "TPoseSeqSet": { "methods": [ @@ -339801,7 +359570,702 @@ "ooName": "fromBaseTstzspanset", "ooExclude": true } - ] + ], + "cType": "TSequenceSet" + }, + "PoseChain": { + "methods": [ + { + "function": "posechain_in", + "role": "constructor", + "scope": "companion", + "backing": "posechain_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "posechain_out", + "role": "output", + "scope": "companion", + "backing": "posechain_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "posechain_as_text", + "role": "output", + "scope": "companion", + "backing": "posechain_as_text", + "ooName": "asText", + "ooExclude": true + }, + { + "function": "posechain_as_ewkt", + "role": "output", + "scope": "companion", + "backing": "posechain_as_ewkt", + "ooName": "asEWKT", + "ooExclude": true + }, + { + "function": "posechain_as_wkb", + "role": "output", + "scope": "companion", + "backing": "posechain_as_wkb", + "ooName": "asWKB", + "ooExclude": true + }, + { + "function": "posechain_as_hexwkb", + "role": "output", + "scope": "companion", + "backing": "posechain_as_hexwkb", + "ooName": "asHEXWKB", + "ooExclude": true + }, + { + "function": "posechain_from_wkb", + "role": "constructor", + "scope": "companion", + "backing": "posechain_from_wkb", + "ooName": "fromWKB", + "ooExclude": true + }, + { + "function": "posechain_from_hexwkb", + "role": "constructor", + "scope": "companion", + "backing": "posechain_from_hexwkb", + "ooName": "fromHEXWKB", + "ooExclude": true + }, + { + "function": "posechain_make", + "role": "constructor", + "scope": "companion", + "backing": "posechain_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "posechain_copy", + "role": "constructor", + "scope": "companion", + "backing": "posechain_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "posechain_append", + "role": "accessor", + "scope": "companion", + "backing": "posechain_append", + "ooName": "append", + "ooExclude": true + }, + { + "function": "posechain_to_pose", + "role": "conversion", + "scope": "companion", + "backing": "posechain_to_pose", + "ooName": "toPose", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "posechain_prefix_pose", + "role": "accessor", + "scope": "companion", + "backing": "posechain_prefix_pose", + "ooName": "prefixPose", + "ooExclude": true + }, + { + "function": "posechain_to_point", + "role": "conversion", + "scope": "companion", + "backing": "posechain_to_point", + "ooName": "toPoint", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "posechain_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "posechain_to_stbox", + "ooName": "toStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "posechain_timestamptz_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "posechain_timestamptz_to_stbox", + "ooName": "timestamptzToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "posechain_tstzspan_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "posechain_tstzspan_to_stbox", + "ooName": "tstzspanToStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "posechain_num_poses", + "role": "accessor", + "scope": "companion", + "backing": "posechain_num_poses", + "ooName": "numPoses", + "ooExclude": true + }, + { + "function": "posechain_start_pose", + "role": "accessor", + "scope": "companion", + "backing": "posechain_start_pose", + "ooName": "startPose", + "ooExclude": true + }, + { + "function": "posechain_end_pose", + "role": "accessor", + "scope": "companion", + "backing": "posechain_end_pose", + "ooName": "endPose", + "ooExclude": true + }, + { + "function": "posechain_pose_n", + "role": "accessor", + "scope": "companion", + "backing": "posechain_pose_n", + "ooName": "poseN", + "ooExclude": true + }, + { + "function": "posechain_poses", + "role": "accessor", + "scope": "companion", + "backing": "posechain_poses", + "ooName": "poses", + "ooExclude": true + }, + { + "function": "posechain_hash", + "role": "accessor", + "scope": "companion", + "backing": "posechain_hash", + "ooName": "hash", + "ooExclude": true + }, + { + "function": "posechain_hash_extended", + "role": "accessor", + "scope": "companion", + "backing": "posechain_hash_extended", + "ooName": "hashExtended", + "ooExclude": true + }, + { + "function": "posechain_round", + "role": "accessor", + "scope": "companion", + "backing": "posechain_round", + "ooName": "round", + "ooExclude": true + }, + { + "function": "posechain_srid", + "role": "accessor", + "scope": "companion", + "backing": "posechain_srid", + "ooName": "SRID", + "ooExclude": true + }, + { + "function": "posechain_set_srid", + "role": "accessor", + "scope": "companion", + "backing": "posechain_set_srid", + "ooName": "setSRID", + "ooExclude": true + }, + { + "function": "posechain_transform", + "role": "accessor", + "scope": "companion", + "backing": "posechain_transform", + "ooName": "transform", + "ooExclude": true + }, + { + "function": "posechain_transform_pipeline", + "role": "accessor", + "scope": "companion", + "backing": "posechain_transform_pipeline", + "ooName": "transformPipeline", + "ooExclude": true + }, + { + "function": "posechain_eq", + "role": "predicate", + "scope": "companion", + "backing": "posechain_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "posechain_ne", + "role": "predicate", + "scope": "companion", + "backing": "posechain_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "posechain_same", + "role": "accessor", + "scope": "companion", + "backing": "posechain_same", + "ooName": "same", + "ooExclude": true + }, + { + "function": "posechain_nsame", + "role": "accessor", + "scope": "companion", + "backing": "posechain_nsame", + "ooName": "nsame", + "ooExclude": true + }, + { + "function": "posechain_cmp", + "role": "predicate", + "scope": "companion", + "backing": "posechain_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "posechain_lt", + "role": "predicate", + "scope": "companion", + "backing": "posechain_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "posechain_le", + "role": "predicate", + "scope": "companion", + "backing": "posechain_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "posechain_gt", + "role": "predicate", + "scope": "companion", + "backing": "posechain_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "posechain_ge", + "role": "predicate", + "scope": "companion", + "backing": "posechain_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "posechain_to_set", + "role": "conversion", + "scope": "companion", + "backing": "posechain_to_set", + "ooName": "toSet", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "posechain_union_transfn", + "role": "aggregate", + "scope": "companion", + "backing": "posechain_union_transfn", + "ooName": "unionTransfn", + "ooExclude": true + }, + { + "function": "posechain_parse", + "role": "accessor", + "scope": "companion", + "backing": "posechain_parse", + "ooName": "parse", + "ooExclude": true + }, + { + "function": "posechain_wkt_out", + "role": "output", + "scope": "companion", + "backing": "posechain_wkt_out", + "ooName": "WKTOut", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "posechain_collinear", + "role": "accessor", + "scope": "companion", + "backing": "posechain_collinear", + "ooName": "collinear", + "ooExclude": true + }, + { + "function": "posechain_set_srid_int", + "role": "accessor", + "scope": "companion", + "backing": "posechain_set_srid_int", + "ooName": "setSRIDInt", + "ooExclude": true + }, + { + "function": "posechain_transf_pj", + "role": "accessor", + "scope": "companion", + "backing": "posechain_transf_pj", + "ooName": "transfPj", + "ooExclude": true + }, + { + "function": "posechain_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "posechain_set_stbox", + "ooName": "setStbox", + "ooExclude": true + } + ], + "cType": "PoseChain" + }, + "Raquet": { + "methods": [ + { + "function": "raquet_pixtype_size", + "role": "accessor", + "scope": "companion", + "backing": "raquet_pixtype_size", + "ooName": "pixtypeSize", + "ooExclude": true + }, + { + "function": "raquet_pixtype_from_string", + "role": "accessor", + "scope": "companion", + "backing": "raquet_pixtype_from_string", + "ooName": "pixtypeFromString", + "ooExclude": true + }, + { + "function": "raquet_in", + "role": "constructor", + "scope": "companion", + "backing": "raquet_in", + "ooName": "in", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "raquet_out", + "role": "output", + "scope": "companion", + "backing": "raquet_out", + "ooName": "out", + "ooExclude": true, + "ooSugar": [ + "io" + ] + }, + { + "function": "raquet_from_wkb", + "role": "constructor", + "scope": "companion", + "backing": "raquet_from_wkb", + "ooName": "fromWKB", + "ooExclude": true + }, + { + "function": "raquet_from_hexwkb", + "role": "constructor", + "scope": "companion", + "backing": "raquet_from_hexwkb", + "ooName": "fromHEXWKB", + "ooExclude": true + }, + { + "function": "raquet_as_wkb", + "role": "output", + "scope": "companion", + "backing": "raquet_as_wkb", + "ooName": "asWKB", + "ooExclude": true + }, + { + "function": "raquet_as_hexwkb", + "role": "output", + "scope": "companion", + "backing": "raquet_as_hexwkb", + "ooName": "asHEXWKB", + "ooExclude": true + }, + { + "function": "raquet_make", + "role": "constructor", + "scope": "companion", + "backing": "raquet_make", + "ooName": "make", + "ooExclude": true + }, + { + "function": "raquet_copy", + "role": "constructor", + "scope": "companion", + "backing": "raquet_copy", + "ooName": "copy", + "ooExclude": true + }, + { + "function": "raquet_read", + "role": "accessor", + "scope": "companion", + "backing": "raquet_read", + "ooName": "read", + "ooExclude": true + }, + { + "function": "raquet_read_bytes", + "role": "accessor", + "scope": "companion", + "backing": "raquet_read_bytes", + "ooName": "readBytes", + "ooExclude": true + }, + { + "function": "raquet_quadbin", + "role": "accessor", + "scope": "companion", + "backing": "raquet_quadbin", + "ooName": "quadbin", + "ooExclude": true + }, + { + "function": "raquet_width", + "role": "accessor", + "scope": "companion", + "backing": "raquet_width", + "ooName": "width", + "ooExclude": true + }, + { + "function": "raquet_height", + "role": "accessor", + "scope": "companion", + "backing": "raquet_height", + "ooName": "height", + "ooExclude": true + }, + { + "function": "raquet_band_pixel_type", + "role": "accessor", + "scope": "companion", + "backing": "raquet_band_pixel_type", + "ooName": "bandPixelType", + "ooExclude": true + }, + { + "function": "raquet_band_has_nodata_value", + "role": "accessor", + "scope": "companion", + "backing": "raquet_band_has_nodata_value", + "ooName": "bandHasNodataValue", + "ooExclude": true + }, + { + "function": "raquet_band_nodata_value", + "role": "accessor", + "scope": "companion", + "backing": "raquet_band_nodata_value", + "ooName": "bandNodataValue", + "ooExclude": true + }, + { + "function": "raquet_pixels", + "role": "accessor", + "scope": "companion", + "backing": "raquet_pixels", + "ooName": "pixels", + "ooExclude": true + }, + { + "function": "raquet_hash", + "role": "accessor", + "scope": "companion", + "backing": "raquet_hash", + "ooName": "hash", + "ooExclude": true + }, + { + "function": "raquet_hash_extended", + "role": "accessor", + "scope": "companion", + "backing": "raquet_hash_extended", + "ooName": "hashExtended", + "ooExclude": true + }, + { + "function": "raquet_to_stbox", + "role": "conversion", + "scope": "companion", + "backing": "raquet_to_stbox", + "ooName": "toStbox", + "ooExclude": true, + "ooSugar": [ + "cast" + ] + }, + { + "function": "raquet_cmp", + "role": "predicate", + "scope": "companion", + "backing": "raquet_cmp", + "ooName": "cmp", + "ooExclude": true + }, + { + "function": "raquet_eq", + "role": "predicate", + "scope": "companion", + "backing": "raquet_eq", + "ooName": "eq", + "ooExclude": true + }, + { + "function": "raquet_ne", + "role": "predicate", + "scope": "companion", + "backing": "raquet_ne", + "ooName": "ne", + "ooExclude": true + }, + { + "function": "raquet_lt", + "role": "predicate", + "scope": "companion", + "backing": "raquet_lt", + "ooName": "lt", + "ooExclude": true + }, + { + "function": "raquet_le", + "role": "predicate", + "scope": "companion", + "backing": "raquet_le", + "ooName": "le", + "ooExclude": true + }, + { + "function": "raquet_ge", + "role": "predicate", + "scope": "companion", + "backing": "raquet_ge", + "ooName": "ge", + "ooExclude": true + }, + { + "function": "raquet_gt", + "role": "predicate", + "scope": "companion", + "backing": "raquet_gt", + "ooName": "gt", + "ooExclude": true + }, + { + "function": "raquet_set_stbox", + "role": "accessor", + "scope": "companion", + "backing": "raquet_set_stbox", + "ooName": "setStbox", + "ooExclude": true + }, + { + "function": "raquet_pixtype_name", + "role": "accessor", + "scope": "companion", + "backing": "raquet_pixtype_name", + "ooName": "pixtypeName", + "ooExclude": true + }, + { + "function": "raquet_pixel_value", + "role": "accessor", + "scope": "companion", + "backing": "raquet_pixel_value", + "ooName": "pixelValue", + "ooExclude": true + }, + { + "function": "raquet_pixels_from_host", + "role": "accessor", + "scope": "companion", + "backing": "raquet_pixels_from_host", + "ooName": "pixelsFromHost", + "ooExclude": true + }, + { + "function": "raquet_pixels_size", + "role": "accessor", + "scope": "companion", + "backing": "raquet_pixels_size", + "ooName": "pixelsSize", + "ooExclude": true + }, + { + "function": "raquet_meaningful_size", + "role": "accessor", + "scope": "companion", + "backing": "raquet_meaningful_size", + "ooName": "meaningfulSize", + "ooExclude": true + } + ], + "cType": "Raquet" }, "TRGeometry": { "methods": [ @@ -340481,7 +360945,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_p", - "ooName": "trgeoGeomP", + "ooName": "geomP", "ooExclude": true }, { @@ -340489,7 +360953,7 @@ "role": "output", "scope": "exact", "backing": "trgeo_wkt_out", - "ooName": "trgeoWKTOut", + "ooName": "WKTOut", "ooExclude": true, "ooSugar": [ "io" @@ -340500,7 +360964,7 @@ "role": "restriction", "scope": "exact", "backing": "trgeo_value_at_timestamptz", - "ooName": "trgeoValueAtTimestamptz", + "ooName": "valueAtTimestamptz", "ooExclude": true }, { @@ -340516,7 +360980,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_placements", - "ooName": "trgeoPlacements", + "ooName": "placements", "ooExclude": true }, { @@ -340524,7 +360988,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_restrict_geom", - "ooName": "trgeoRestrictGeom", + "ooName": "restrictGeom", "ooExclude": true }, { @@ -340532,7 +360996,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_restrict_stbox", - "ooName": "trgeoRestrictStbox", + "ooName": "restrictStbox", "ooExclude": true }, { @@ -340540,7 +361004,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_restrict_elevation", - "ooName": "trgeoRestrictElevation", + "ooName": "restrictElevation", "ooExclude": true }, { @@ -340548,7 +361012,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_polygon", - "ooName": "trgeoGeomClipPolygon", + "ooName": "geomClipPolygon", "ooExclude": true }, { @@ -340556,7 +361020,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_lwpoly", - "ooName": "trgeoGeomClipLwpoly", + "ooName": "geomClipLwpoly", "ooExclude": true }, { @@ -340564,7 +361028,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_box", - "ooName": "trgeoGeomClipBox", + "ooName": "geomClipBox", "ooExclude": true }, { @@ -340572,7 +361036,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_polygon_posed", - "ooName": "trgeoGeomClipPolygonPosed", + "ooName": "geomClipPolygonPosed", "ooExclude": true }, { @@ -340580,7 +361044,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_lwpoly_posed", - "ooName": "trgeoGeomClipLwpolyPosed", + "ooName": "geomClipLwpolyPosed", "ooExclude": true }, { @@ -340588,7 +361052,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_box_posed", - "ooName": "trgeoGeomClipBoxPosed", + "ooName": "geomClipBoxPosed", "ooExclude": true }, { @@ -340596,7 +361060,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_lwgeom", - "ooName": "trgeoGeomClipLwgeom", + "ooName": "geomClipLwgeom", "ooExclude": true }, { @@ -340604,7 +361068,7 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_geom_clip_lwgeom_posed", - "ooName": "trgeoGeomClipLwgeomPosed", + "ooName": "geomClipLwgeomPosed", "ooExclude": true }, { @@ -340612,10 +361076,11 @@ "role": "accessor", "scope": "exact", "backing": "trgeo_parse", - "ooName": "trgeoParse", + "ooName": "parse", "ooExclude": true } - ] + ], + "cType": "Temporal" }, "TRGeometryInst": { "methods": [ @@ -340632,7 +361097,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoinst_geom_p", - "ooName": "trgeoinstGeomP", + "ooName": "geomP", "ooExclude": true }, { @@ -340640,7 +361105,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoinst_pose_varsize", - "ooName": "trgeoinstPoseVarsize", + "ooName": "poseVarsize", "ooExclude": true }, { @@ -340648,7 +361113,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoinst_set_pose", - "ooName": "trgeoinstSetPose", + "ooName": "setPose", "ooExclude": true }, { @@ -340656,7 +361121,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoinst_tposeinst", - "ooName": "trgeoinstTposeinst", + "ooName": "tposeinst", "ooExclude": true }, { @@ -340664,7 +361129,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoinst_make1", - "ooName": "trgeoinstMake1", + "ooName": "make1", "ooExclude": true }, { @@ -340672,7 +361137,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoinst_as_tsequence", - "ooName": "trgeoinstAsTsequence", + "ooName": "asTsequence", "ooExclude": true }, { @@ -340680,10 +361145,11 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoinst_set_stbox", - "ooName": "trgeoinstSetStbox", + "ooName": "setStbox", "ooExclude": true } - ] + ], + "cType": "TInstant" }, "TRGeometrySeq": { "methods": [ @@ -340700,7 +361166,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_as_tinstant", - "ooName": "trgeoseqAsTinstant", + "ooName": "asTinstant", "ooExclude": true }, { @@ -340708,7 +361174,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_geom_p", - "ooName": "trgeoseqGeomP", + "ooName": "geomP", "ooExclude": true }, { @@ -340716,7 +361182,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_pose_varsize", - "ooName": "trgeoseqPoseVarsize", + "ooName": "poseVarsize", "ooExclude": true }, { @@ -340724,7 +361190,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_set_pose", - "ooName": "trgeoseqSetPose", + "ooName": "setPose", "ooExclude": true }, { @@ -340732,7 +361198,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_tposeseq", - "ooName": "trgeoseqTposeseq", + "ooName": "tposeseq", "ooExclude": true }, { @@ -340740,7 +361206,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_make_valid", - "ooName": "trgeoseqMakeValid", + "ooName": "makeValid", "ooExclude": true }, { @@ -340748,7 +361214,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_make1_exp", - "ooName": "trgeoseqMake1Exp", + "ooName": "make1Exp", "ooExclude": true }, { @@ -340756,7 +361222,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_make1", - "ooName": "trgeoseqMake1", + "ooName": "make1", "ooExclude": true }, { @@ -340764,7 +361230,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_make_exp", - "ooName": "trgeoseqMakeExp", + "ooName": "makeExp", "ooExclude": true }, { @@ -340772,7 +361238,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_make_free_exp", - "ooName": "trgeoseqMakeFreeExp", + "ooName": "makeFreeExp", "ooExclude": true }, { @@ -340780,10 +361246,11 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseq_make_free", - "ooName": "trgeoseqMakeFree", + "ooName": "makeFree", "ooExclude": true } - ] + ], + "cType": "GSERIALIZED" }, "TRGeometrySeqSet": { "methods": [ @@ -340808,7 +361275,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseqset_as_tinstant", - "ooName": "trgeoseqsetAsTinstant", + "ooName": "asTinstant", "ooExclude": true }, { @@ -340816,7 +361283,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseqset_geom_p", - "ooName": "trgeoseqsetGeomP", + "ooName": "geomP", "ooExclude": true }, { @@ -340824,7 +361291,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseqset_tposeseqset", - "ooName": "trgeoseqsetTposeseqset", + "ooName": "tposeseqset", "ooExclude": true }, { @@ -340832,7 +361299,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseqset_make1_exp", - "ooName": "trgeoseqsetMake1Exp", + "ooName": "make1Exp", "ooExclude": true }, { @@ -340840,7 +361307,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseqset_make_exp", - "ooName": "trgeoseqsetMakeExp", + "ooName": "makeExp", "ooExclude": true }, { @@ -340848,7 +361315,7 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseqset_make_free", - "ooName": "trgeoseqsetMakeFree", + "ooName": "makeFree", "ooExclude": true }, { @@ -340856,10 +361323,11 @@ "role": "accessor", "scope": "constructor", "backing": "trgeoseqset_as_tsequence", - "ooName": "trgeoseqsetAsTsequence", + "ooName": "asTsequence", "ooExclude": true } - ] + ], + "cType": "TSequenceSet" } }, "functionToClass": { @@ -340884,220 +361352,444 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "meos_array_create": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_create" }, "meos_array_add": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_add" }, "meos_array_get": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_get" }, "meos_array_count": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_count" }, "meos_array_reset": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_reset" }, "meos_array_reset_free": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_reset_free" }, "meos_array_destroy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_destroy" }, "meos_array_destroy_free": { + "class": "MeosArray", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_array", + "via": "prefix", + "backing": "meos_array_destroy_free" + }, + "index_result_create": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "rtree_create_intspan": { + "index_result_id": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "rtree_create_intspan": { + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_intspan" + }, "rtree_create_bigintspan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_bigintspan" }, "rtree_create_floatspan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_floatspan" }, "rtree_create_datespan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_datespan" }, "rtree_create_tstzspan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_tstzspan" }, "rtree_create_tbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_tbox" }, "rtree_create_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_stbox" }, "rtree_create_tpcbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_create_tpcbox" }, "rtree_free": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_free" }, "rtree_num_entries": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_num_entries" }, "rtree_mem_size": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_mem_size" }, "rtree_height": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_height" }, "rtree_insert": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_insert" }, "rtree_load": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_load" }, "rtree_insert_temporal": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_insert_temporal" }, "rtree_insert_temporal_split": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_insert_temporal_split" }, "rtree_search": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_search" }, "rtree_join": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_join" }, "rtree_search_temporal": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_search_temporal" }, "rtree_search_temporal_dedup": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree", + "via": "prefix", + "backing": "rtree_search_temporal_dedup" }, "rtree_nn_cursor_open": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTreeNNCursor", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree_nn_cursor", + "via": "prefix", + "backing": "rtree_nn_cursor_open" }, "rtree_nn_cursor_next": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTreeNNCursor", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree_nn_cursor", + "via": "prefix", + "backing": "rtree_nn_cursor_next" }, "rtree_nn_cursor_close": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "RTreeNNCursor", + "scope": "companion", + "axis": "value", + "matchedPrefix": "rtree_nn_cursor", + "via": "prefix", + "backing": "rtree_nn_cursor_close" }, "sptree_create_intspan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_intspan" }, "sptree_create_bigintspan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_bigintspan" }, "sptree_create_floatspan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_floatspan" }, "sptree_create_datespan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_datespan" }, "sptree_create_tstzspan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_tstzspan" }, "sptree_create_tbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_tbox" }, "sptree_create_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_stbox" }, "sptree_create_tpcbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_create_tpcbox" }, "sptree_free": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_free" }, "sptree_num_entries": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_num_entries" }, "sptree_mem_size": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_mem_size" }, "sptree_height": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_height" }, "sptree_insert": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_insert" }, "sptree_load": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_load" }, "sptree_insert_temporal": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_insert_temporal" }, "sptree_insert_temporal_split": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_insert_temporal_split" }, "sptree_search": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_search" }, "sptree_join": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_join" }, "sptree_search_temporal": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_search_temporal" }, "sptree_search_temporal_dedup": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPTree", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree", + "via": "prefix", + "backing": "sptree_search_temporal_dedup" }, "sptree_nn_cursor_open": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPNNCursor", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree_nn_cursor", + "via": "prefix", + "backing": "sptree_nn_cursor_open" }, "sptree_nn_cursor_next": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPNNCursor", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree_nn_cursor", + "via": "prefix", + "backing": "sptree_nn_cursor_next" }, "sptree_nn_cursor_close": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "SPNNCursor", + "scope": "companion", + "axis": "value", + "matchedPrefix": "sptree_nn_cursor", + "via": "prefix", + "backing": "sptree_nn_cursor_close" }, "meos_initialize_error_handler": { "class": null, @@ -341860,8 +362552,12 @@ "backing": "span_to_spanset" }, "text_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_to_set" }, "timestamptz_to_set": { "class": null, @@ -344572,8 +365268,12 @@ "backing": "spanset_union_transfn" }, "text_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_union_transfn" }, "timestamptz_extent_transfn": { "class": null, @@ -347583,6 +368283,14 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "temporal_time_overlaps": { + "class": "Temporal", + "scope": "superclass", + "axis": "typeFamily", + "matchedPrefix": "temporal", + "via": "prefix", + "backing": "temporal_time_overlaps" + }, "overlaps_temporal_tstzspan": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -348816,60 +369524,116 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_as_ewkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_as_ewkb" }, "geo_as_ewkt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_as_ewkt" }, "geo_as_geojson": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_as_geojson" }, "geo_as_hexewkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_as_hexewkb" }, "geo_as_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_as_text" }, "geo_from_ewkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_from_ewkb" }, "geo_from_geojson": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_from_geojson" }, "geo_from_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_from_text" }, "geo_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_out" }, "geog_from_hexewkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_from_hexewkb" }, "geog_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_in" }, "geom_from_hexewkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_from_hexewkb" }, "geom_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_in" }, "geo_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_copy" }, "geogpoint_make2d": { "class": null, @@ -348888,52 +369652,108 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_to_geog": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_to_geog" }, "geog_to_geom": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_to_geom" }, "geo_is_empty": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_is_empty" }, "geo_is_unitary": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_is_unitary" }, "geo_typename": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_typename" }, "geog_area": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_area" }, "geog_centroid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_centroid" }, "geog_length": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_length" }, "geog_perimeter": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_perimeter" }, "geom_azimuth": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_azimuth" + }, + "geom_area": { + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_area" }, "geom_length": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_length" }, "geom_perimeter": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_perimeter" }, "line_numpoints": { "class": null, @@ -348944,116 +369764,228 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_reverse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_reverse" }, "geo_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_round" }, "geo_set_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_set_srid" }, "geo_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_srid" }, "geo_transform": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_transform" }, "geo_transform_pipeline": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_transform_pipeline" }, "geo_collect_garray": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_collect_garray" }, "geo_makeline_garray": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_makeline_garray" }, "geo_num_points": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_num_points" }, "geo_num_geos": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_num_geos" }, "geo_geo_n": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_geo_n" }, "geo_pointarr": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_pointarr" }, "geo_points": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_points" }, "geom_array_union": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_array_union" }, "geog_array_union": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_array_union" }, "geom_boundary": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_boundary" }, "geom_buffer": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_buffer" }, "geom_centroid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_centroid" }, "geom_convex_hull": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_convex_hull" }, "geom_difference2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_difference2d" }, "geom_is_simple": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_is_simple" }, "geom_intersection2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_intersection2d" }, "geom_intersection2d_coll": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_intersection2d_coll" }, "geom_min_bounding_radius": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_min_bounding_radius" }, "geom_oriented_envelope": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_oriented_envelope" }, "geom_shortestline2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_shortestline2d" }, "geom_shortestline3d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_shortestline3d" }, "geom_unary_union": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_unary_union" }, "line_interpolate_point": { "class": null, @@ -349068,96 +370000,188 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geog_dwithin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_dwithin" }, "geog_intersects": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_intersects" }, "geom_contains": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_contains" }, "geom_covers": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_covers" }, "geom_disjoint2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_disjoint2d" }, "geom_dwithin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_dwithin" }, "geom_dwithin2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_dwithin2d" }, "geom_dwithin3d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_dwithin3d" }, "geom_intersects": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_intersects" }, "geom_intersects2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_intersects2d" }, "geom_intersects3d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_intersects3d" }, "geom_relate": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_relate" }, "geom_relate_pattern": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_relate_pattern" }, "geom_touches": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_touches" }, "geo_stboxes": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_stboxes" }, "geo_split_each_n_stboxes": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_split_each_n_stboxes" }, "geo_split_n_stboxes": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_split_n_stboxes" }, "geog_distance": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_distance" }, "geom_distance2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_distance2d" }, "geom_max_distance2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_max_distance2d" }, "geom_distance3d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_distance3d" }, "geo_equals": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_equals" }, "geo_same": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_same" }, "geogset_in": { "class": "GeogSet", @@ -349196,8 +370220,12 @@ "backing": "geoset_make" }, "geo_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_to_set" }, "geoset_end_value": { "class": "GeomSet", @@ -349240,8 +370268,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_union_transfn" }, "intersection_geo_set": { "class": null, @@ -349332,12 +370364,20 @@ "backing": "stbox_out" }, "geo_timestamptz_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_timestamptz_to_stbox" }, "geo_tstzspan_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_tstzspan_to_stbox" }, "stbox_copy": { "class": "STBox", @@ -349356,8 +370396,12 @@ "backing": "stbox_make" }, "geo_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_to_stbox" }, "spatialset_to_stbox": { "class": null, @@ -351043,10 +372087,6 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "mindistance_tgeo_tgeo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "mindistance_tgeoarr_tgeoarr": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -351140,116 +372180,220 @@ "backing": "tgeo_space_time_split" }, "geo_cluster_kmeans": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_cluster_kmeans" }, "geo_cluster_dbscan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_cluster_dbscan" }, "geo_cluster_intersecting": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_cluster_intersecting" }, "geo_cluster_within": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_cluster_within" }, "cbuffer_as_ewkt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_as_ewkt" }, "cbuffer_as_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_as_hexwkb" }, "cbuffer_as_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_as_text" }, "cbuffer_as_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_as_wkb" }, "cbuffer_from_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_from_hexwkb" }, "cbuffer_from_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_from_wkb" }, "cbuffer_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_in" }, "cbuffer_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_out" }, "cbuffer_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_copy" }, "cbuffer_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_make" }, "cbuffer_to_geom": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_to_geom" }, "cbuffer_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_to_stbox" }, "cbufferarr_to_geom": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_to_cbuffer": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_to_cbuffer" }, "cbuffer_hash": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_hash" }, "cbuffer_hash_extended": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_hash_extended" }, "cbuffer_point": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_point" }, "cbuffer_radius": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_radius" }, "cbuffer_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_round" }, "cbufferarr_round": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_set_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_set_srid" }, "cbuffer_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_srid" }, "cbuffer_transform": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_transform" }, "cbuffer_transform_pipeline": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_transform_pipeline" }, "contains_cbuffer_cbuffer": { "class": null, @@ -351276,12 +372420,20 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_tstzspan_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_tstzspan_to_stbox" }, "cbuffer_timestamptz_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_timestamptz_to_stbox" }, "distance_cbuffer_cbuffer": { "class": null, @@ -351300,40 +372452,76 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_cmp" }, "cbuffer_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_eq" }, "cbuffer_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_ge" }, "cbuffer_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_gt" }, "cbuffer_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_le" }, "cbuffer_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_lt" }, "cbuffer_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_ne" }, "cbuffer_nsame": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_nsame" }, "cbuffer_same": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_same" }, "cbufferset_in": { "class": "CbufferSet", @@ -351360,8 +372548,12 @@ "backing": "cbufferset_make" }, "cbuffer_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_to_set" }, "cbufferset_end_value": { "class": "CbufferSet", @@ -351396,8 +372588,12 @@ "backing": "cbufferset_values" }, "cbuffer_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_union_transfn" }, "contained_cbuffer_set": { "class": null, @@ -352076,8 +373272,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_collinear": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_collinear" }, "cbuffersegm_interpolate": { "class": null, @@ -352088,64 +373288,116 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_parse" }, "cbuffer_wkt_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_wkt_out" }, "cbuffer_point2d_p": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_point2d_p" }, "cbuffer_make_coords": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_make_coords" }, "datum_cbuffer_round": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_transf_pj": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_transf_pj" }, "cbuffer_set_srid_int": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_set_srid_int" }, "cbuffer_distance": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_distance" }, "datum_cbuffer_distance": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_contains": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_contains" }, "cbuffer_covers": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_covers" }, "cbuffer_disjoint": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_disjoint" }, "cbuffer_intersects": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_intersects" }, "cbuffer_dwithin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_dwithin" }, "cbuffer_touches": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_touches" }, "datum_cbuffer_contains": { "class": null, @@ -352252,8 +373504,12 @@ "backing": "tnumber_basetype" }, "geo_basetype": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_basetype" }, "meos_basetype": { "class": null, @@ -352263,6 +373519,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "ensure_alphanum_basetype": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "alphanum_temptype": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -352423,6 +373683,14 @@ "via": "prefix", "backing": "spanset_type" }, + "numspanset_type": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "ensure_numspanset_type": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "timespanset_type": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -352611,6 +373879,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "basetype_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "datum_ceil": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -353187,6 +374459,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "ensure_index_result": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "bbox_temporal_split_boxes": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -354123,14 +375399,6 @@ "via": "prefix", "backing": "temporal_set_tstzspan" }, - "temporal_time_overlaps": { - "class": "Temporal", - "scope": "superclass", - "axis": "typeFamily", - "matchedPrefix": "temporal", - "via": "prefix", - "backing": "temporal_time_overlaps" - }, "tinstant_set_tstzspan": { "class": "TInstant", "scope": "subtype", @@ -356176,20 +377444,32 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_set_stbox" }, "cbufferarr_set_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "cbuffer_timestamptz_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_timestamptz_set_stbox" }, "cbuffer_tstzspan_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_tstzspan_set_stbox" }, "tcbufferinst_set_stbox": { "class": "TCbufferInst", @@ -356224,12 +377504,20 @@ "backing": "tcbuffer_is_tpoint" }, "cbuffer_covers_geo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_covers_geo" }, "cbuffer_contains_geo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Cbuffer", + "scope": "companion", + "axis": "value", + "matchedPrefix": "cbuffer", + "via": "prefix", + "backing": "cbuffer_contains_geo" }, "tcbufferinst_traversed_area": { "class": "TCbufferInst", @@ -356430,24 +377718,44 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_union_dbscan": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_union_dbscan" }, "geo_combine_clusters": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_combine_clusters" }, "geo_cluster_within_distance": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_cluster_within_distance" }, "geo_union_intersecting": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_union_intersecting" }, "geo_cluster_intersecting_geoms": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_cluster_intersecting_geoms" }, "angle_normalize": { "class": null, @@ -356461,6 +377769,14 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "meos_areal_intersection": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "meos_areal_difference": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "meos_linear_union": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356493,6 +377809,14 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "cross_product_sign_exact": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "cross_product_exact": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "relate_ctx_make": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356518,8 +377842,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_ring_is_convex": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_ring_is_convex" }, "relate_point_on_boundary": { "class": null, @@ -356529,6 +377857,22 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "relate_edges_init": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "relate_edges_clear": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "relate_point_in_area_index": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "relate_arc_arc_points": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "ensure_srid_is_latlong": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356561,6 +377905,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "ensure_srid_valid": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "ensure_same_srid": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356654,12 +378002,20 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_extract_elements": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_extract_elements" }, "geo_serialize": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_serialize" }, "circle_type": { "class": null, @@ -356678,8 +378034,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_extract_edges": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_extract_edges" }, "build_edge_rtree": { "class": null, @@ -356689,10 +378049,30 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "cross_product_sign": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "linesegm_param": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "linesegm_intersect": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "arc_span_sweep": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "arc_span_offset": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "arc_span_contains": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "arc_contains_angle": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356709,10 +378089,34 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "arc_point_parameter": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "arcsegm_cross": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "arcarc_cross": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "arc_parameter_point": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "arcarc_intersect_points": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "arcarc_intersect": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "coordinate_rounding": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "coordinate_tolerance": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356729,6 +378133,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "point_on_segment_exact": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "clip_poly_poly": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356754,20 +378162,32 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_serialize": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_serialize" }, "geog_serialize": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geography", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geog", + "via": "prefix", + "backing": "geog_serialize" }, "meos_postgis_valid_typmod": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_as_wkt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_as_wkt" }, "box2d_to_lwgeom": { "class": null, @@ -356778,8 +378198,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_spatialrel": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_spatialrel" }, "meos_point_in_polygon": { "class": null, @@ -356789,6 +378213,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "ensure_valid_stbox_stbox": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "point_get_coords": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -356958,8 +378386,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_stbox" }, "stbox_geo": { "class": "STBox", @@ -357082,8 +378514,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_values_collect": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_values_collect" }, "datum_point4d": { "class": null, @@ -357105,14 +378541,6 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "datum2_point_same": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "datum2_point_nsame": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "datum2_geom_centroid": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -357122,8 +378550,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_distance_fn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_distance_fn" }, "pt_distance_fn": { "class": null, @@ -357193,10 +378625,6 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "ensure_valid_spatial_stbox_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "ensure_valid_tgeo_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -357322,28 +378750,52 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_disjoint_fn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_disjoint_fn" }, "geo_disjoint_fn_geo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_disjoint_fn_geo" }, "geo_intersects_fn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_intersects_fn" }, "geo_intersects_fn_geo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_intersects_fn_geo" }, "geo_dwithin_fn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_dwithin_fn" }, "geo_dwithin_fn_geo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_dwithin_fn_geo" }, "tpointsegm_tdwithin_turnpt": { "class": null, @@ -357610,8 +379062,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_parse" }, "stbox_parse_dims": { "class": "STBox", @@ -357837,6 +379293,26 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "h3index_get_resolution": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "h3index_cell_to_parent": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "h3index_cell_to_point": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "h3index_cell_to_boundary": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "h3index_cell_area": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "th3index_in": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -357853,6 +379329,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "th3index_out": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "th3index_make": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -358029,14 +379509,34 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "geo_to_h3index_cell": { + "h3index_to_set": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "geo_to_h3index_set": { + "h3indexset_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "h3indexset_out": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "geo_to_h3index_cell": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_to_h3index_cell" + }, + "geo_to_h3index_set": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_to_h3index_set" + }, "h3index_to_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -358101,49 +379601,17 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "th3index_cell_area_km2": { + "th3index_edge_length": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "th3index_cell_area_rads2": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "th3index_edge_length_km": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "th3index_edge_length_m": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "th3index_edge_length_rads": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "tgeogpoint_great_circle_distance_km": { - "class": "TGeogPoint", - "scope": "exact", - "axis": "typeFamily", - "matchedPrefix": "tgeogpoint", - "via": "prefix", - "backing": "tgeogpoint_great_circle_distance_km" - }, - "tgeogpoint_great_circle_distance_m": { + "tgeogpoint_great_circle_distance": { "class": "TGeogPoint", "scope": "exact", "axis": "typeFamily", "matchedPrefix": "tgeogpoint", "via": "prefix", - "backing": "tgeogpoint_great_circle_distance_m" - }, - "tgeogpoint_great_circle_distance_rads": { - "class": "TGeogPoint", - "scope": "exact", - "axis": "typeFamily", - "matchedPrefix": "tgeogpoint", - "via": "prefix", - "backing": "tgeogpoint_great_circle_distance_rads" + "backing": "tgeogpoint_great_circle_distance" }, "meos_h3index_in": { "class": null, @@ -358245,14 +379713,6 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "datum2_h3index_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "datum2_h3index_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "h3index_set_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -358273,15 +379733,15 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "h3_cell_to_geompoint": { + "cell_boundary_to_gs": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "h3_cell_to_geom": { + "h3index_cell_to_geogpoint": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "cell_boundary_to_gs": { + "h3index_cell_to_geog": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, @@ -358289,6 +379749,14 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "h3_segment_length_deg": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "h3_segment_cells": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "h3_latlng_deg_to_cell": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -358454,16 +379922,28 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "jsonb_from_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_from_text" }, "jsonb_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_in" }, "jsonb_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_out" }, "json_make": { "class": null, @@ -358474,52 +379954,100 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "jsonb_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_copy" }, "jsonb_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_make" }, "jsonb_make_two_arg": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_make_two_arg" }, "jsonb_to_bool": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_bool" }, "jsonb_to_cstring": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_cstring" }, "jsonb_to_float4": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_float4" }, "jsonb_to_float8": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_float8" }, "jsonb_to_int16": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_int16" }, "jsonb_to_int32": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_int32" }, "jsonb_to_int64": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_int64" }, "jsonb_to_numeric": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_numeric" }, "jsonb_to_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_text" }, "json_array_element": { "class": null, @@ -358574,180 +380102,352 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "jsonb_array_element": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_array_element" }, "jsonb_array_element_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_array_element_text" }, "jsonb_array_elements": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_array_elements" }, "jsonb_array_elements_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_array_elements_text" }, "jsonb_array_length": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_array_length" }, "jsonb_contained": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_contained" }, "jsonb_contains": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_contains" }, "jsonb_each": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_each" }, "jsonb_each_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_each_text" }, "jsonb_exists": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_exists" }, "jsonb_exists_array": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_exists_array" }, "jsonb_extract_path": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_extract_path" }, "jsonb_extract_path_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_extract_path_text" }, "jsonb_hash": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_hash" }, "jsonb_hash_extended": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_hash_extended" }, "jsonb_object_field": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_object_field" }, "jsonb_object_field_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_object_field_text" }, "jsonb_object_keys": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_object_keys" }, "json_strip_nulls": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "jsonb_concat": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_concat" }, "jsonb_delete": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_delete" }, "jsonb_delete_array": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_delete_array" }, "jsonb_delete_index": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_delete_index" }, "jsonb_delete_path": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_delete_path" }, "jsonb_insert": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_insert" }, "jsonb_pretty": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_pretty" }, "jsonb_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_set" }, "jsonb_set_lax": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_set_lax" }, "jsonb_strip_nulls": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_strip_nulls" }, "jsonb_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_cmp" }, "jsonb_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_eq" }, "jsonb_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_ge" }, "jsonb_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_gt" }, "jsonb_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_le" }, "jsonb_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_lt" }, "jsonb_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_ne" }, "jsonb_path_exists": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_path_exists" }, "jsonb_path_match": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_path_match" }, "jsonb_path_query_all": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_path_query_all" }, "jsonb_path_query_array": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_path_query_array" }, "jsonb_path_query_first": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_path_query_first" }, "jsonpath_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "JsonPath", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonpath", + "via": "prefix", + "backing": "jsonpath_in" }, "jsonpath_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "JsonPath", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonpath", + "via": "prefix", + "backing": "jsonpath_copy" }, "jsonpath_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "JsonPath", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonpath", + "via": "prefix", + "backing": "jsonpath_out" }, "jsonbset_in": { "class": null, @@ -358762,8 +380462,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "jsonb_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_to_set" }, "jsonbset_end_value": { "class": null, @@ -358894,8 +380598,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "jsonb_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Jsonb", + "scope": "companion", + "axis": "value", + "matchedPrefix": "jsonb", + "via": "prefix", + "backing": "jsonb_union_transfn" }, "minus_jsonb_set": { "class": null, @@ -359591,10 +381299,6 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "geo_set_srid_int": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "stbox_set": { "class": "STBox", "scope": "companion", @@ -359608,8 +381312,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_set_stbox" }, "geoarr_set_stbox": { "class": null, @@ -360168,24 +381876,108 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_edge_ctx_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_edge_ctx_make" + }, + "geo_is_planar_linear": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_is_planar_linear" + }, + "geo_clip_subject": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_clip_subject" + }, + "geo_is_planar_areal": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_is_planar_areal" + }, + "geo_every_part_bounds_area": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_every_part_bounds_area" + }, + "geo_is_point_set": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_is_point_set" + }, + "geo_meos_coverage": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_meos_coverage" + }, + "geo_points_covered": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_points_covered" + }, + "geo_clip_linear_geom": { + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_clip_linear_geom" }, "geo_edge_ctx_free": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_edge_ctx_free" }, "geo_intersects2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_intersects2d" }, "geo_intersects2d_ctx": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_intersects2d_ctx" }, "geo_covers2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_covers2d" }, "tpoint_linear_inter_geom": { "class": "TPoint", @@ -360235,9 +382027,21 @@ "via": "prefix", "backing": "tpoint_linear_restrict_geom" }, - "geom_meos_supported": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "geom_meos_coverage": { + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_meos_coverage" + }, + "stbox_nad": { + "class": "STBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "stbox", + "via": "prefix", + "backing": "stbox_nad" }, "spatial_srid": { "class": null, @@ -360356,108 +382160,208 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "npoint_as_ewkt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_as_ewkt" }, "npoint_as_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_as_hexwkb" }, "npoint_as_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_as_text" }, "npoint_as_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_as_wkb" }, "npoint_from_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_from_hexwkb" }, "npoint_from_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_from_wkb" }, "npoint_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_in" }, "npoint_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_out" }, "nsegment_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_in" }, "nsegment_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_out" }, "npoint_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_make" }, "nsegment_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_make" }, "geompoint_to_npoint": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_to_nsegment": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_to_nsegment" }, "npoint_to_geompoint": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_to_geompoint" }, "npoint_to_nsegment": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_to_nsegment" }, "npoint_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_to_stbox" }, "nsegment_to_geom": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_to_geom" }, "nsegment_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_to_stbox" }, "npoint_hash": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_hash" }, "npoint_hash_extended": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_hash_extended" }, "npoint_position": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_position" }, "npoint_route": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_route" }, "nsegment_end_position": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_end_position" }, "nsegment_route": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_route" }, "nsegment_start_position": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_start_position" }, "route_exists": { "class": null, @@ -360472,92 +382376,176 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "npoint_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_round" }, "nsegment_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_round" }, "get_srid_ways": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "npoint_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_srid" }, "nsegment_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_srid" }, "npoint_timestamptz_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_timestamptz_to_stbox" }, "npoint_tstzspan_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_tstzspan_to_stbox" }, "npoint_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_cmp" }, "npoint_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_eq" }, "npoint_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_ge" }, "npoint_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_gt" }, "npoint_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_le" }, "npoint_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_lt" }, "npoint_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_ne" }, "npoint_same": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_same" }, "nsegment_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_cmp" }, "nsegment_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_eq" }, "nsegment_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_ge" }, "nsegment_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_gt" }, "nsegment_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_le" }, "nsegment_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_lt" }, "nsegment_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_ne" }, "npointset_in": { "class": "NpointSet", @@ -360584,8 +382572,12 @@ "backing": "npointset_make" }, "npoint_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_to_set" }, "npointset_end_value": { "class": "NpointSet", @@ -360652,8 +382644,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "npoint_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_union_transfn" }, "union_npoint_set": { "class": null, @@ -361036,208 +383032,424 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpoint_hex_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_hex_in" }, "pcpoint_hex_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_hex_out" }, "pcpoint_from_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_from_hexwkb" }, "pcpoint_as_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_as_hexwkb" }, "pcpoint_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_make" }, "pcpoint_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_copy" }, "pcpoint_get_pcid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_get_pcid" }, "pcpoint_hash": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_hash" }, "pcpoint_hash_extended": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_hash_extended" }, "pcpoint_get_x": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_get_x" }, "pcpoint_get_y": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_get_y" }, "pcpoint_get_z": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_get_z" }, "pcpoint_get_dim": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_get_dim" }, "pcpoint_to_tpcbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_to_tpcbox" }, "meos_pc_schema": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema" }, "meos_pc_schema_register": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_register" }, "meos_pc_schema_from_dims": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_from_dims" }, "meos_pc_schema_register_dims": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_register_dims" }, "meos_pc_schema_register_xml": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_register_xml" }, "meos_pc_schema_xml": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_xml" }, "meos_pc_schema_clear": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_clear" }, "meos_pc_schema_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_srid" }, "meos_pc_schema_compression": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_compression" }, "meos_pc_schema_ndims": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_ndims" }, "meos_set_pointcloud_schemas_xml": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpoint_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_cmp" }, "pcpoint_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_eq" }, "pcpoint_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_ne" }, "pcpoint_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_lt" }, "pcpoint_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_le" }, "pcpoint_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_gt" }, "pcpoint_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_ge" }, "pcpatch_hex_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_hex_in" }, "pcpatch_hex_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_hex_out" }, "pcpatch_from_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_from_hexwkb" }, "pcpatch_as_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_as_hexwkb" }, "pcpatch_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_make" }, "pcpatch_make_coords": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_make_coords" }, "pcpatch_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_copy" }, "pcpatch_get_pcid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_get_pcid" }, "pcpatch_npoints": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_npoints" + }, + "pcpatch_point_n": { + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_point_n" + }, + "pcpatch_points": { + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_points" }, "pcpatch_hash": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_hash" }, "pcpatch_hash_extended": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_hash_extended" }, "pcpatch_to_geom": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_to_geom" }, "pcpatch_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_cmp" }, "pcpatch_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_eq" }, "pcpatch_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_ne" }, "pcpatch_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_lt" }, "pcpatch_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_le" }, "pcpatch_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_gt" }, "pcpatch_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_ge" }, "pcpointset_in": { "class": null, @@ -361252,8 +383464,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpoint_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_to_set" }, "pcpointset_start_value": { "class": null, @@ -361304,8 +383520,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpoint_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_union_transfn" }, "pcpatchset_in": { "class": null, @@ -361320,8 +383540,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpatch_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_to_set" }, "pcpatchset_start_value": { "class": null, @@ -361372,104 +383596,204 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpatch_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_union_transfn" }, "tpcbox_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_in" }, "tpcbox_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_out" }, "tpcbox_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_make" }, "tpcbox_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_copy" }, "pcpatch_to_tpcbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_to_tpcbox" }, "tpcbox_hasx": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_hasx" }, "tpcbox_hasz": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_hasz" }, "tpcbox_hast": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_hast" }, "tpcbox_geodetic": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_geodetic" }, "tpcbox_xmin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_xmin" }, "tpcbox_xmax": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_xmax" }, "tpcbox_ymin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_ymin" }, "tpcbox_ymax": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_ymax" }, "tpcbox_zmin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_zmin" }, "tpcbox_zmax": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_zmax" }, "tpcbox_tmin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_tmin" }, "tpcbox_tmin_inc": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_tmin_inc" }, "tpcbox_tmax": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_tmax" }, "tpcbox_tmax_inc": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_tmax_inc" }, "tpcbox_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_srid" }, "tpcbox_pcid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_pcid" }, "tpcbox_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_to_stbox" }, "tpcbox_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_round" }, "tpcbox_set_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_set_srid" }, "union_tpcbox_tpcbox": { "class": null, @@ -361504,32 +383828,60 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "tpcbox_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_cmp" }, "tpcbox_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_eq" }, "tpcbox_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_ne" }, "tpcbox_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_lt" }, "tpcbox_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_le" }, "tpcbox_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_gt" }, "tpcbox_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_ge" }, "left_tpcbox_tpcbox": { "class": null, @@ -361595,7 +383947,43 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "ensure_same_pcid_tpcbox": { + "tpcpoint_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpoint_out": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpatch_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpatch_out": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpointinst_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpointseq_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpointseqset_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpatchinst_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpatchseq_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "tpcpatchseqset_in": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, @@ -361900,44 +384288,84 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_as_ewkt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_as_ewkt" }, "pose_as_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_as_hexwkb" }, "pose_as_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_as_text" }, "pose_as_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_as_wkb" }, "pose_from_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_from_wkb" }, "pose_from_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_from_hexwkb" }, "pose_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_in" }, "pose_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_out" }, "pose_from_geopose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_from_geopose" }, "pose_as_geopose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_as_geopose" }, "tpose_from_geopose": { "class": "TPose", @@ -361988,8 +384416,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_apply_geo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_apply_geo" }, "tpose_apply_geo": { "class": "TPose", @@ -362008,8 +384440,12 @@ "backing": "tpose_compose_pose" }, "pose_compose_tpose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_compose_tpose" }, "tpose_compose_tpose": { "class": "TPose", @@ -362028,112 +384464,216 @@ "backing": "tpose_inverse" }, "pose_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_copy" }, "pose_make_2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_make_2d" }, "pose_make_3d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_make_3d" }, "pose_make_point2d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_make_point2d" }, "pose_make_point3d": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_make_point3d" }, "pose_make_point3d_ypr": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_make_point3d_ypr" }, "pose_to_point": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_to_point" }, "pose_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_to_stbox" }, "pose_hash": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_hash" }, "pose_hash_extended": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_hash_extended" }, "pose_quaternion": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_quaternion" }, "pose_ypr": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_ypr" }, "pose_yaw": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_yaw" }, "pose_pitch": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_pitch" }, "pose_roll": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_roll" }, "pose_angular_distance": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_angular_distance" }, "pose_compose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_compose" }, "pose_inverse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_inverse" }, "pose_normalize": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_normalize" }, "pose_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_round" }, "posearr_round": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_set_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_set_srid" }, "pose_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_srid" }, "pose_transform": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_transform" }, "pose_transform_pipeline": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_transform_pipeline" }, "pose_tstzspan_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_tstzspan_to_stbox" }, "pose_timestamptz_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_timestamptz_to_stbox" }, "distance_pose_geo": { "class": null, @@ -362148,40 +384688,76 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_cmp" }, "pose_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_eq" }, "pose_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_ge" }, "pose_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_gt" }, "pose_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_le" }, "pose_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_lt" }, "pose_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_ne" }, "pose_nsame": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_nsame" }, "pose_same": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_same" }, "poseset_in": { "class": "PoseSet", @@ -362208,8 +384784,12 @@ "backing": "poseset_make" }, "pose_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_to_set" }, "poseset_end_value": { "class": "PoseSet", @@ -362268,8 +384848,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_union_transfn" }, "union_pose_set": { "class": null, @@ -362636,124 +385220,244 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "posechain_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_in" }, "posechain_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_out" }, "posechain_as_text": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_as_text" }, "posechain_as_ewkt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_as_ewkt" }, "posechain_as_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_as_wkb" }, "posechain_as_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_as_hexwkb" }, "posechain_from_wkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_from_wkb" }, "posechain_from_hexwkb": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_from_hexwkb" }, "posechain_make": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_make" }, "posechain_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_copy" }, "posechain_append": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_append" }, "pose_to_posechain": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_to_posechain" }, "posechain_to_pose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_to_pose" }, "posechain_prefix_pose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_prefix_pose" }, "posechain_to_point": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_to_point" }, "posechain_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_to_stbox" }, "posechain_timestamptz_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_timestamptz_to_stbox" }, "posechain_tstzspan_to_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_tstzspan_to_stbox" }, "posechain_num_poses": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_num_poses" }, "posechain_start_pose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_start_pose" }, "posechain_end_pose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_end_pose" }, "posechain_pose_n": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_pose_n" }, "posechain_poses": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_poses" }, "posechain_hash": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_hash" }, "posechain_hash_extended": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_hash_extended" }, "posechain_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_round" }, "posechain_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_srid" }, "posechain_set_srid": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_set_srid" }, "posechain_transform": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_transform" }, "posechain_transform_pipeline": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_transform_pipeline" }, "tposechain_from_geopose": { "class": null, @@ -362768,40 +385472,76 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "posechain_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_eq" }, "posechain_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_ne" }, "posechain_same": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_same" }, "posechain_nsame": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_nsame" }, "posechain_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_cmp" }, "posechain_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_lt" }, "posechain_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_le" }, "posechain_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_gt" }, "posechain_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_ge" }, "posechainset_in": { "class": null, @@ -362816,8 +385556,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "posechain_to_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_to_set" }, "posechainset_end_value": { "class": null, @@ -362860,8 +385604,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "posechain_union_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_union_transfn" }, "union_posechain_set": { "class": null, @@ -363036,8 +385784,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_to_quadbin_cell": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_to_quadbin_cell" }, "quadbin_cell_to_geompoint": { "class": null, @@ -363083,6 +385835,14 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "quadbinset_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "quadbinset_out": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "tquadbin_in": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -363099,6 +385859,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "tquadbin_out": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "tquadbin_make": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -363135,6 +385899,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "quadbin_to_set": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "tbigint_to_tquadbin": { "class": "TBigint", "scope": "exact", @@ -363219,141 +385987,353 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "tgeompoint_to_tquadbin": { + "class": "TGeomPoint", + "scope": "exact", + "axis": "typeFamily", + "matchedPrefix": "tgeompoint", + "via": "prefix", + "backing": "tgeompoint_to_tquadbin" + }, "tquadbin_cell_to_quadkey": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "raquet_pixtype_size": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_pixtype_size" + }, + "raquet_pixtype_from_string": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_pixtype_from_string" + }, + "raquet_in": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_in" + }, + "raquet_out": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_out" + }, + "raquet_from_wkb": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_from_wkb" + }, + "raquet_from_hexwkb": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_from_hexwkb" + }, + "raquet_as_wkb": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_as_wkb" + }, + "raquet_as_hexwkb": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_as_hexwkb" + }, + "raquet_make": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_make" + }, + "raquet_copy": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_copy" + }, + "raquet_read": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_read" + }, + "raquet_read_bytes": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_read_bytes" + }, + "raquet_quadbin": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_quadbin" + }, + "raquet_width": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_width" + }, + "raquet_height": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_height" + }, + "raquet_band_pixel_type": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_band_pixel_type" + }, + "raquet_band_has_nodata_value": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_band_has_nodata_value" + }, + "raquet_band_nodata_value": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_band_nodata_value" + }, + "raquet_pixels": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_pixels" + }, + "raquet_hash": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_hash" + }, + "raquet_hash_extended": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_hash_extended" + }, + "raster_from_wkb": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_pixtype_from_string": { + "raster_from_hexwkb": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_in": { + "raster_as_wkb": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_out": { + "raster_as_hexwkb": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_from_wkb": { + "raster_num_bands": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_from_hexwkb": { + "raster_width": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_as_wkb": { + "raster_height": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_as_hexwkb": { + "raster_srid": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_make": { + "raster_upper_left_x": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_copy": { + "raster_upper_left_y": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_read": { + "raster_scale_x": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_read_bytes": { + "raster_scale_y": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_quadbin": { + "raster_skew_x": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_width": { + "raster_skew_y": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_height": { + "raster_band_pixel_type": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_nodata": { + "raster_band_has_nodata_value": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_pixtype": { + "raster_band_nodata_value": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_pixels": { + "raster_clip": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_hash": { + "raster_transform": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_hash_extended": { + "raster_transform_raster": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_from_wkb": { + "raster_rescale": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_from_hexwkb": { + "raster_dump_as_polygons": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_as_wkb": { + "raster_summary_stats": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_as_hexwkb": { + "raster_reclass": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_num_bands": { + "geomval_arr_free": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "raquet_to_stbox": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_to_stbox" + }, + "raster_to_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "raquet_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_cmp" }, "raquet_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_eq" }, "raquet_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_ne" }, "raquet_lt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_lt" }, "raquet_le": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_le" }, "raquet_ge": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_ge" }, "raquet_gt": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_gt" }, "raster_value": { "class": null, @@ -363492,8 +386472,12 @@ "subtype": "TSequenceSet" }, "geometry_tpose_to_trgeometry": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geometry", + "via": "prefix", + "backing": "geometry_tpose_to_trgeometry" }, "trgeometry_to_tpose": { "class": "TRGeometry", @@ -364420,8 +387404,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geo_to_s2cell_cell": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_to_s2cell_cell" }, "s2cell_cell_to_geogpoint": { "class": null, @@ -364451,6 +387439,14 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "s2cellset_in": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "s2cellset_out": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "ts2cell_in": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -364467,6 +387463,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "ts2cell_out": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "ts2cell_make": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -364503,6 +387503,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "s2cell_to_set": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "tbigint_to_ts2cell": { "class": "TBigint", "scope": "exact", @@ -364628,8 +387632,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "npoint_collinear": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_collinear" }, "npointsegm_interpolate": { "class": null, @@ -364652,16 +387660,28 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "npoint_wkt_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_wkt_out" }, "npoint_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_set" }, "nsegment_set": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_set" }, "datum_npoint_round": { "class": null, @@ -364852,24 +387872,40 @@ "backing": "tnpoint_restrict_npointset" }, "npoint_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_set_stbox" }, "npointarr_set_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "nsegment_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_set_stbox" }, "npoint_timestamptz_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_timestamptz_set_stbox" }, "npoint_tstzspan_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_tstzspan_set_stbox" }, "tnpointinst_set_stbox": { "class": "TNpointInst", @@ -364900,12 +387936,20 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "npoint_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Npoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "npoint", + "via": "prefix", + "backing": "npoint_parse" }, "nsegment_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Nsegment", + "scope": "companion", + "axis": "value", + "matchedPrefix": "nsegment", + "via": "prefix", + "backing": "nsegment_parse" }, "contains_rid_tnpoint_bigint": { "class": null, @@ -364976,8 +388020,12 @@ "backing": "tnpoint_restrict_geom" }, "meos_pc_schema_lookup": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcschema", + "scope": "companion", + "axis": "value", + "matchedPrefix": "meos_pc_schema", + "via": "prefix", + "backing": "meos_pc_schema_lookup" }, "ensure_same_pcid_pcpatch": { "class": null, @@ -364988,24 +388036,44 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpatch_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_parse" }, "pcpatch_filter_per_point": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_filter_per_point" }, "pcpatch_any_point_matches": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpatch", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpatch", + "via": "prefix", + "backing": "pcpatch_any_point_matches" }, "pcpoint_in_tpcbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_in_tpcbox" }, "pcpoint_intersects_geometry": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_intersects_geometry" }, "ensure_same_pcid_pcpoint": { "class": null, @@ -365016,12 +388084,20 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pcpoint_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_parse" }, "pcpoint_meaningful_size": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pcpoint", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pcpoint", + "via": "prefix", + "backing": "pcpoint_meaningful_size" }, "meos_pc_point_serialize": { "class": null, @@ -365048,8 +388124,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "tpcbox_expand": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_expand" }, "tstzspan_set_tpcbox": { "class": "TsTzSpan", @@ -365076,8 +388156,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "tpcbox_extent_transfn": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_extent_transfn" }, "boxop_tpointcloud_tpcbox": { "class": null, @@ -365088,8 +388172,12 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "tpcbox_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_set_stbox" }, "nad_tpcbox_tpcbox": { "class": null, @@ -365108,104 +388196,204 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "tpcbox_contains": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_contains" }, "tpcbox_contained": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_contained" }, "tpcbox_overlaps": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overlaps" }, "tpcbox_same": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_same" }, "tpcbox_adjacent": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_adjacent" }, "tpcbox_left": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_left" }, "tpcbox_right": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_right" }, "tpcbox_overleft": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overleft" }, "tpcbox_overright": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overright" }, "tpcbox_below": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_below" }, "tpcbox_above": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_above" }, "tpcbox_overbelow": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overbelow" }, "tpcbox_overabove": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overabove" }, "tpcbox_front": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_front" }, "tpcbox_back": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_back" }, "tpcbox_overfront": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overfront" }, "tpcbox_overback": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overback" }, "tpcbox_before": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_before" }, "tpcbox_after": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_after" }, "tpcbox_overbefore": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overbefore" }, "tpcbox_overafter": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_overafter" }, "tpcbox_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_parse" }, "tpcbox_index_leaf_consistent": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_index_leaf_consistent" }, "tpcbox_gist_inner_consistent": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_gist_inner_consistent" }, "tpcbox_index_recheck": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "TPCBox", + "scope": "companion", + "axis": "box", + "matchedPrefix": "tpcbox", + "via": "prefix", + "backing": "tpcbox_index_recheck" }, "ensure_valid_pose_geo": { "class": null, @@ -365236,12 +388424,20 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_compose_values": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_compose_values" }, "pose_collinear": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_collinear" }, "posesegm_interpolate": { "class": null, @@ -365252,12 +388448,20 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_wkt_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_wkt_out" }, "pose_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_parse" }, "datum_pose_point": { "class": null, @@ -365296,50 +388500,170 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "pose_quaternion_mul": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_quaternion_mul" }, "pose_ypr_to_quaternion": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_ypr_to_quaternion" }, "pose_quaternion_to_ypr": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_quaternion_to_ypr" + }, + "pose_enu_to_ecef_quaternion": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_enu_to_ecef_quaternion" + }, + "pose_transf_pj": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_transf_pj" + }, + "pose_set_srid_int": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_set_srid_int" + }, + "pose_distance": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_distance" + }, + "lwgeom_apply_pose": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "pose_enu_to_ecef_quaternion": { + "pose_set_stbox": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_set_stbox" + }, + "posearr_set_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "pose_transf_pj": { + "pose_timestamptz_set_stbox": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_timestamptz_set_stbox" + }, + "pose_tstzspan_set_stbox": { + "class": "Pose", + "scope": "companion", + "axis": "value", + "matchedPrefix": "pose", + "via": "prefix", + "backing": "pose_tstzspan_set_stbox" + }, + "ensure_valid_posechain_posechain": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "pose_set_srid_int": { + "ensure_valid_posechainset_posechain": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "pose_distance": { + "posechain_parse": { + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_parse" + }, + "posechain_wkt_out": { + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_wkt_out" + }, + "ensure_same_count_posechain": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "lwgeom_apply_pose": { + "posechainsegm_interpolate": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "pose_set_stbox": { + "posechainsegm_locate": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "posearr_set_stbox": { + "posechain_collinear": { + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_collinear" + }, + "datum_posechain_round": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "pose_timestamptz_set_stbox": { + "datum_posechain_pose": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "pose_tstzspan_set_stbox": { + "posechain_set_srid_int": { + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_set_srid_int" + }, + "posechain_transf_pj": { + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_transf_pj" + }, + "posechain_set_stbox": { + "class": "PoseChain", + "scope": "companion", + "axis": "value", + "matchedPrefix": "posechain", + "via": "prefix", + "backing": "posechain_set_stbox" + }, + "posechainarr_set_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, @@ -365415,62 +388739,6 @@ "via": "prefix", "backing": "tpose_restrict_elevation" }, - "ensure_valid_posechain_posechain": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "ensure_valid_posechainset_posechain": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechain_parse": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechain_wkt_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "ensure_same_count_posechain": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechainsegm_interpolate": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechainsegm_locate": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechain_collinear": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "datum_posechain_round": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "datum_posechain_pose": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechain_set_srid_int": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechain_transf_pj": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechain_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "posechainarr_set_stbox": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "ensure_valid_tposechain_geo": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -365572,36 +388840,68 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "text_to_cstring": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_to_cstring" }, "text_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_in" }, "text_out": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_out" }, "text_cmp": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_cmp" }, "text_copy": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_copy" }, "text_initcap": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_initcap" }, "text_lower": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_lower" }, "text_upper": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Text", + "scope": "companion", + "axis": "value", + "matchedPrefix": "text", + "via": "prefix", + "backing": "text_upper" }, "textcat_text_text": { "class": null, @@ -365623,23 +388923,19 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "ensure_valid_tquadbin_tquadbin": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "ensure_valid_tquadbin_quadbin": { + "quadbin_segment_cells": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "ensure_valid_tquadbin_tgeompoint": { + "ensure_valid_tquadbin_tquadbin": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "datum2_quadbin_eq": { + "ensure_valid_tquadbin_quadbin": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "datum2_quadbin_ne": { + "ensure_valid_tquadbin_tgeompoint": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, @@ -365664,34 +388960,82 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "raquet_set_stbox": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_set_stbox" + }, + "raquet_pixtype_name": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_pixtype_name" + }, + "raquet_pixel_value": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_pixel_value" + }, + "raquet_pixels_from_host": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_pixels_from_host" + }, + "raquet_pixels_size": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_pixels_size" + }, + "raquet_meaningful_size": { + "class": "Raquet", + "scope": "companion", + "axis": "value", + "matchedPrefix": "raquet", + "via": "prefix", + "backing": "raquet_meaningful_size" + }, + "raster_quadbin_from_bounds": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_pixel_value": { + "raster_quadbin_bounds": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_pixels_from_host": { + "raster_quadbin_zoom": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_pixels_size": { + "raster_value_sampler": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raquet_meaningful_size": { + "raster_at_value_sampler": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_quadbin_from_bounds": { + "raster_minus_value_sampler": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_quadbin_bounds": { + "eraster_value_sampler": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "raster_quadbin_zoom": { + "araster_value_sampler": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, @@ -365732,20 +389076,36 @@ "backing": "trgeo_wkt_out" }, "geo_tposeinst_to_trgeo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_tposeinst_to_trgeo" }, "geo_tposeseq_to_trgeo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_tposeseq_to_trgeo" }, "geo_tposeseqset_to_trgeo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_tposeseqset_to_trgeo" }, "geo_tpose_to_trgeo": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" + "class": "Geo", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geo", + "via": "prefix", + "backing": "geo_tpose_to_trgeo" }, "trgeo_value_at_timestamptz": { "class": "TRGeometry", @@ -366342,6 +389702,22 @@ "reason": "no-prefix-match (operator/base-helper/plumbing)" }, "geom_radius": { + "class": "Geometry", + "scope": "companion", + "axis": "value", + "matchedPrefix": "geom", + "via": "prefix", + "backing": "geom_radius" + }, + "uint_mod_add": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "uint_mod_sub": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, + "compute_s": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, @@ -366353,7 +389729,7 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "apply_pose_point4d": { + "apply_pose_point2d": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, @@ -366401,14 +389777,6 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "datum2_s2cell_eq": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, - "datum2_s2cell_ne": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "s2cell_set_stbox": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -366701,6 +390069,10 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, + "ensure_valid_tbox_tbox": { + "class": null, + "reason": "no-prefix-match (operator/base-helper/plumbing)" + }, "set_tbox": { "class": "Set", "scope": "companion", @@ -367965,10 +391337,6 @@ "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" }, - "basetype_in": { - "class": null, - "reason": "no-prefix-match (operator/base-helper/plumbing)" - }, "basetype_out": { "class": null, "reason": "no-prefix-match (operator/base-helper/plumbing)" @@ -368167,10 +391535,10 @@ "TTextSeq", "TTextSeqSet" ], - "classesWithMethods": 91, - "functionsClassified": 1558, - "functionsTotal": 5175, - "unclassified": 3617, + "classesWithMethods": 112, + "functionsClassified": 2198, + "functionsTotal": 5260, + "unclassified": 3062, "unclassifiedNames": [ "_addeye", "_addmat", @@ -368454,12 +391822,21 @@ "always_ne_ts2cell_ts2cell", "always_ne_ttext_text", "angle_normalize", - "apply_pose_point4d", + "apply_pose_point2d", "araster_value", "araster_value_gdal", + "araster_value_sampler", "arc_contains_angle", + "arc_parameter_point", + "arc_point_parameter", "arc_set_bbox", + "arc_span_contains", + "arc_span_offset", + "arc_span_sweep", + "arcarc_cross", "arcarc_intersect", + "arcarc_intersect_points", + "arcsegm_cross", "arcsegm_intersect", "arithop_tnumber_number", "arithop_tnumber_tnumber", @@ -368558,59 +391935,6 @@ "boxop_tspatial_tspatial", "bstring2bytea", "build_edge_rtree", - "cbuffer_as_ewkt", - "cbuffer_as_hexwkb", - "cbuffer_as_text", - "cbuffer_as_wkb", - "cbuffer_cmp", - "cbuffer_collinear", - "cbuffer_contains", - "cbuffer_contains_geo", - "cbuffer_copy", - "cbuffer_covers", - "cbuffer_covers_geo", - "cbuffer_disjoint", - "cbuffer_distance", - "cbuffer_dwithin", - "cbuffer_eq", - "cbuffer_from_hexwkb", - "cbuffer_from_wkb", - "cbuffer_ge", - "cbuffer_gt", - "cbuffer_hash", - "cbuffer_hash_extended", - "cbuffer_in", - "cbuffer_intersects", - "cbuffer_le", - "cbuffer_lt", - "cbuffer_make", - "cbuffer_make_coords", - "cbuffer_ne", - "cbuffer_nsame", - "cbuffer_out", - "cbuffer_parse", - "cbuffer_point", - "cbuffer_point2d_p", - "cbuffer_radius", - "cbuffer_round", - "cbuffer_same", - "cbuffer_set_srid", - "cbuffer_set_srid_int", - "cbuffer_set_stbox", - "cbuffer_srid", - "cbuffer_timestamptz_set_stbox", - "cbuffer_timestamptz_to_stbox", - "cbuffer_to_geom", - "cbuffer_to_set", - "cbuffer_to_stbox", - "cbuffer_touches", - "cbuffer_transf_pj", - "cbuffer_transform", - "cbuffer_transform_pipeline", - "cbuffer_tstzspan_set_stbox", - "cbuffer_tstzspan_to_stbox", - "cbuffer_union_transfn", - "cbuffer_wkt_out", "cbufferarr_round", "cbufferarr_set_stbox", "cbufferarr_to_geom", @@ -368627,6 +391951,7 @@ "common_rid_tnpoint_npoint", "common_rid_tnpoint_npointset", "common_rid_tnpoint_tnpoint", + "compute_s", "concat_jsonbset_jsonb", "concat_tjsonb_jsonb", "concat_tjsonb_tjsonb", @@ -368743,9 +392068,13 @@ "contains_tspatial_stbox", "contains_tspatial_tspatial", "contains_tstzspan_temporal", + "coordinate_rounding", "coordinate_tolerance", "covers_cbuffer_cbuffer", "create_trip", + "cross_product_exact", + "cross_product_sign", + "cross_product_sign_exact", "cstring_to_text", "date_extent_transfn", "date_get_bin", @@ -368760,19 +392089,11 @@ "datum2_geog_centroid", "datum2_geom_centroid", "datum2_gt", - "datum2_h3index_eq", - "datum2_h3index_ne", "datum2_le", "datum2_lt", "datum2_ne", "datum2_point_eq", "datum2_point_ne", - "datum2_point_nsame", - "datum2_point_same", - "datum2_quadbin_eq", - "datum2_quadbin_ne", - "datum2_s2cell_eq", - "datum2_s2cell_ne", "datum_add", "datum_and", "datum_as_hexwkb", @@ -369153,6 +392474,7 @@ "ekf_update", "ekf_update_step3", "elem_parse", + "ensure_alphanum_basetype", "ensure_bbox_temporal_compatible", "ensure_cbrace", "ensure_circle_type", @@ -369179,6 +392501,7 @@ "ensure_has_not_Z_geo", "ensure_increasing_timestamps", "ensure_index_join_op", + "ensure_index_result", "ensure_linear_interp", "ensure_mline_type", "ensure_nonlinear_interp", @@ -369190,6 +392513,7 @@ "ensure_not_null", "ensure_numset_type", "ensure_numspan_type", + "ensure_numspanset_type", "ensure_obrace", "ensure_one_not_null", "ensure_one_true", @@ -369214,7 +392538,6 @@ "ensure_same_interp", "ensure_same_pcid_pcpatch", "ensure_same_pcid_pcpoint", - "ensure_same_pcid_tpcbox", "ensure_same_rid_tnpointinst", "ensure_same_skiplist_subtype", "ensure_same_span_type", @@ -369236,6 +392559,7 @@ "ensure_srid_is_latlong", "ensure_srid_known", "ensure_srid_reconcile", + "ensure_srid_valid", "ensure_tcellindex_type", "ensure_temporal_isof_basetype", "ensure_temporal_isof_subtype", @@ -369271,8 +392595,9 @@ "ensure_valid_span_span", "ensure_valid_spanset_span", "ensure_valid_spanset_spanset", - "ensure_valid_spatial_stbox_stbox", "ensure_valid_stbox_geo", + "ensure_valid_stbox_stbox", + "ensure_valid_tbox_tbox", "ensure_valid_tcbuffer_cbuffer", "ensure_valid_tcbuffer_geo", "ensure_valid_tcbuffer_stbox", @@ -369323,6 +392648,7 @@ "ensure_valid_tspatial_tspatial", "eraster_value", "eraster_value_gdal", + "eraster_value_sampler", "etouches_geo_tgeo", "etouches_geo_tpoint", "etouches_tcbuffer_cbuffer", @@ -369503,145 +392829,16 @@ "gbox_out", "gbox_set_stbox", "gbox_to_stbox", - "geo_as_ewkb", - "geo_as_ewkt", - "geo_as_geojson", - "geo_as_hexewkb", - "geo_as_text", - "geo_as_wkt", - "geo_basetype", - "geo_cluster_dbscan", - "geo_cluster_intersecting", - "geo_cluster_intersecting_geoms", - "geo_cluster_kmeans", - "geo_cluster_within", - "geo_cluster_within_distance", - "geo_collect_garray", - "geo_combine_clusters", - "geo_copy", - "geo_covers2d", - "geo_disjoint_fn", - "geo_disjoint_fn_geo", - "geo_distance_fn", - "geo_dwithin_fn", - "geo_dwithin_fn_geo", - "geo_edge_ctx_free", - "geo_edge_ctx_make", - "geo_equals", - "geo_extract_elements", - "geo_from_ewkb", - "geo_from_geojson", - "geo_from_text", - "geo_geo_n", - "geo_intersects2d", - "geo_intersects2d_ctx", - "geo_intersects_fn", - "geo_intersects_fn_geo", - "geo_is_empty", - "geo_is_unitary", - "geo_makeline_garray", - "geo_num_geos", - "geo_num_points", - "geo_out", - "geo_parse", - "geo_pointarr", - "geo_points", - "geo_reverse", - "geo_round", - "geo_same", - "geo_serialize", - "geo_set_srid", - "geo_set_srid_int", - "geo_set_stbox", - "geo_split_each_n_stboxes", - "geo_split_n_stboxes", - "geo_srid", - "geo_stbox", - "geo_stboxes", - "geo_timestamptz_to_stbox", - "geo_to_h3index_cell", - "geo_to_h3index_set", - "geo_to_quadbin_cell", - "geo_to_s2cell_cell", - "geo_to_set", - "geo_to_stbox", - "geo_tpose_to_trgeo", - "geo_tposeinst_to_trgeo", - "geo_tposeseq_to_trgeo", - "geo_tposeseqset_to_trgeo", - "geo_transform", - "geo_transform_pipeline", - "geo_tstzspan_to_stbox", - "geo_typename", - "geo_union_dbscan", - "geo_union_intersecting", - "geo_union_transfn", - "geo_values_collect", "geoarr_set_stbox", "geocircle_make", "geodetic_to_ecef", - "geog_area", - "geog_array_union", - "geog_centroid", - "geog_distance", - "geog_dwithin", - "geog_from_hexewkb", - "geog_in", - "geog_intersects", - "geog_length", - "geog_perimeter", - "geog_serialize", - "geog_to_geom", "geogpoint_make2d", "geogpoint_make3dz", - "geom_array_union", - "geom_azimuth", - "geom_boundary", - "geom_buffer", - "geom_centroid", - "geom_contains", - "geom_convex_hull", - "geom_covers", - "geom_difference2d", - "geom_disjoint2d", - "geom_distance2d", - "geom_distance3d", - "geom_dwithin", - "geom_dwithin2d", - "geom_dwithin3d", - "geom_extract_edges", - "geom_from_hexewkb", - "geom_in", - "geom_intersection2d", - "geom_intersection2d_coll", - "geom_intersects", - "geom_intersects2d", - "geom_intersects3d", - "geom_is_simple", - "geom_length", - "geom_max_distance2d", - "geom_meos_supported", - "geom_min_bounding_radius", - "geom_oriented_envelope", - "geom_perimeter", - "geom_radius", - "geom_relate", - "geom_relate_pattern", - "geom_ring_is_convex", - "geom_serialize", - "geom_shortestline2d", - "geom_shortestline3d", - "geom_spatialrel", - "geom_to_cbuffer", - "geom_to_geog", - "geom_to_nsegment", - "geom_touches", - "geom_unary_union", "geomeas_to_tpoint", - "geometry_tpose_to_trgeometry", "geompoint_make2d", "geompoint_make3dz", "geompoint_to_npoint", + "geomval_arr_free", "geopoint_cmp", "geopoint_collinear", "geopoint_eq", @@ -369660,8 +392857,6 @@ "h3_cell_to_center_child_next_meos", "h3_cell_to_child_pos_meos", "h3_cell_to_children", - "h3_cell_to_geom", - "h3_cell_to_geompoint", "h3_cell_to_local_ij_meos", "h3_cell_to_parent_meos", "h3_cell_to_parent_next_meos", @@ -369695,15 +392890,24 @@ "h3_local_ij_to_cell_meos", "h3_origin_to_directed_edges", "h3_sample_step_deg", + "h3_segment_cells", + "h3_segment_length_deg", "h3_uncompact_cells", "h3_vertex_to_gs_point", "h3index_as_hexwkb", "h3index_as_wkb", + "h3index_cell_area", + "h3index_cell_to_boundary", + "h3index_cell_to_geog", + "h3index_cell_to_geogpoint", + "h3index_cell_to_parent", + "h3index_cell_to_point", "h3index_cmp", "h3index_eq", "h3index_from_hexwkb", "h3index_from_wkb", "h3index_ge", + "h3index_get_resolution", "h3index_gt", "h3index_hash", "h3index_in", @@ -369713,10 +392917,15 @@ "h3index_out", "h3index_set_stbox", "h3index_timestamptz_to_stbox", + "h3index_to_set", "h3index_to_stbox", "h3index_tstzspan_to_stbox", "h3indexarr_set_stbox", + "h3indexset_in", + "h3indexset_out", "hypot3d", + "index_result_create", + "index_result_id", "int_extent_transfn", "int_get_bin", "int_set_tbox", @@ -369821,63 +393030,6 @@ "json_out", "json_strip_nulls", "json_typeof", - "jsonb_array_element", - "jsonb_array_element_text", - "jsonb_array_elements", - "jsonb_array_elements_text", - "jsonb_array_length", - "jsonb_cmp", - "jsonb_concat", - "jsonb_contained", - "jsonb_contains", - "jsonb_copy", - "jsonb_delete", - "jsonb_delete_array", - "jsonb_delete_index", - "jsonb_delete_path", - "jsonb_each", - "jsonb_each_text", - "jsonb_eq", - "jsonb_exists", - "jsonb_exists_array", - "jsonb_extract_path", - "jsonb_extract_path_text", - "jsonb_from_text", - "jsonb_ge", - "jsonb_gt", - "jsonb_hash", - "jsonb_hash_extended", - "jsonb_in", - "jsonb_insert", - "jsonb_le", - "jsonb_lt", - "jsonb_make", - "jsonb_make_two_arg", - "jsonb_ne", - "jsonb_object_field", - "jsonb_object_field_text", - "jsonb_object_keys", - "jsonb_out", - "jsonb_path_exists", - "jsonb_path_match", - "jsonb_path_query_all", - "jsonb_path_query_array", - "jsonb_path_query_first", - "jsonb_pretty", - "jsonb_set", - "jsonb_set_lax", - "jsonb_strip_nulls", - "jsonb_to_bool", - "jsonb_to_cstring", - "jsonb_to_float4", - "jsonb_to_float8", - "jsonb_to_int16", - "jsonb_to_int32", - "jsonb_to_int64", - "jsonb_to_numeric", - "jsonb_to_set", - "jsonb_to_text", - "jsonb_union_transfn", "jsonbfunc_jsonbset", "jsonbset_array_element", "jsonbset_array_length", @@ -369909,9 +393061,6 @@ "jsonbset_to_textset_key", "jsonbset_value_n", "jsonbset_values", - "jsonpath_copy", - "jsonpath_in", - "jsonpath_out", "left2D", "left4D", "left8D", @@ -369966,6 +393115,7 @@ "line_point_n", "line_substring", "linesegm_intersect", + "linesegm_param", "lwcircle_make", "lwgeom_apply_pose", "lwgeom_line_interpolate_point", @@ -369973,15 +393123,9 @@ "lwpointarr_make_trajectory", "lwpointarr_remove_duplicates", "lwproj_lookup", + "meos_areal_difference", + "meos_areal_intersection", "meos_areal_union", - "meos_array_add", - "meos_array_count", - "meos_array_create", - "meos_array_destroy", - "meos_array_destroy_free", - "meos_array_get", - "meos_array_reset", - "meos_array_reset_free", "meos_basetype", "meos_centroid", "meos_errno", @@ -370033,17 +393177,6 @@ "meos_pc_patch_serialized_size", "meos_pc_point_deserialize", "meos_pc_point_serialize", - "meos_pc_schema", - "meos_pc_schema_clear", - "meos_pc_schema_compression", - "meos_pc_schema_from_dims", - "meos_pc_schema_lookup", - "meos_pc_schema_ndims", - "meos_pc_schema_register", - "meos_pc_schema_register_dims", - "meos_pc_schema_register_xml", - "meos_pc_schema_srid", - "meos_pc_schema_xml", "meos_point_in_polygon", "meos_postgis_valid_typmod", "meos_proj_get_context", @@ -370068,7 +393201,6 @@ "mi_span_span", "mi_span_value", "mindistance_tcbuffer_tcbuffer", - "mindistance_tgeo_tgeo", "mindistance_tgeoarr_tgeoarr", "minus_bigint_set", "minus_bigint_span", @@ -370200,67 +393332,10 @@ "nai_trgeometry_tpoint", "nai_trgeometry_trgeometry", "not_negative_datum", - "npoint_as_ewkt", - "npoint_as_hexwkb", - "npoint_as_text", - "npoint_as_wkb", - "npoint_cmp", - "npoint_collinear", - "npoint_eq", - "npoint_from_hexwkb", - "npoint_from_wkb", - "npoint_ge", - "npoint_gt", - "npoint_hash", - "npoint_hash_extended", - "npoint_in", - "npoint_le", - "npoint_lt", - "npoint_make", - "npoint_ne", - "npoint_out", - "npoint_parse", - "npoint_position", - "npoint_round", - "npoint_route", - "npoint_same", - "npoint_set", - "npoint_set_stbox", - "npoint_srid", - "npoint_timestamptz_set_stbox", - "npoint_timestamptz_to_stbox", - "npoint_to_geompoint", - "npoint_to_nsegment", - "npoint_to_set", - "npoint_to_stbox", - "npoint_tstzspan_set_stbox", - "npoint_tstzspan_to_stbox", - "npoint_union_transfn", - "npoint_wkt_out", "npointarr_geom", "npointarr_set_stbox", "npointsegm_interpolate", "npointsegm_locate", - "nsegment_cmp", - "nsegment_end_position", - "nsegment_eq", - "nsegment_ge", - "nsegment_gt", - "nsegment_in", - "nsegment_le", - "nsegment_lt", - "nsegment_make", - "nsegment_ne", - "nsegment_out", - "nsegment_parse", - "nsegment_round", - "nsegment_route", - "nsegment_set", - "nsegment_set_stbox", - "nsegment_srid", - "nsegment_start_position", - "nsegment_to_geom", - "nsegment_to_stbox", "nsegmentarr_geom", "nsegmentarr_normalize", "null_handle_type_from_string", @@ -370282,6 +393357,7 @@ "numspan_type", "numspan_width", "numspanset_shift_scale", + "numspanset_type", "numspanset_width", "ovadj_span_span", "overAbove8D", @@ -370487,31 +393563,6 @@ "p_obracket", "p_oparen", "p_whitespace", - "pcpatch_any_point_matches", - "pcpatch_as_hexwkb", - "pcpatch_cmp", - "pcpatch_copy", - "pcpatch_eq", - "pcpatch_filter_per_point", - "pcpatch_from_hexwkb", - "pcpatch_ge", - "pcpatch_get_pcid", - "pcpatch_gt", - "pcpatch_hash", - "pcpatch_hash_extended", - "pcpatch_hex_in", - "pcpatch_hex_out", - "pcpatch_le", - "pcpatch_lt", - "pcpatch_make", - "pcpatch_make_coords", - "pcpatch_ne", - "pcpatch_npoints", - "pcpatch_parse", - "pcpatch_to_geom", - "pcpatch_to_set", - "pcpatch_to_tpcbox", - "pcpatch_union_transfn", "pcpatchset_end_value", "pcpatchset_in", "pcpatchset_make", @@ -370519,33 +393570,6 @@ "pcpatchset_start_value", "pcpatchset_value_n", "pcpatchset_values", - "pcpoint_as_hexwkb", - "pcpoint_cmp", - "pcpoint_copy", - "pcpoint_eq", - "pcpoint_from_hexwkb", - "pcpoint_ge", - "pcpoint_get_dim", - "pcpoint_get_pcid", - "pcpoint_get_x", - "pcpoint_get_y", - "pcpoint_get_z", - "pcpoint_gt", - "pcpoint_hash", - "pcpoint_hash_extended", - "pcpoint_hex_in", - "pcpoint_hex_out", - "pcpoint_in_tpcbox", - "pcpoint_intersects_geometry", - "pcpoint_le", - "pcpoint_lt", - "pcpoint_make", - "pcpoint_meaningful_size", - "pcpoint_ne", - "pcpoint_parse", - "pcpoint_to_set", - "pcpoint_to_tpcbox", - "pcpoint_union_transfn", "pcpointset_end_value", "pcpointset_in", "pcpointset_make", @@ -370561,6 +393585,7 @@ "point_in_polygon_index", "point_on_arc", "point_on_segment", + "point_on_segment_exact", "point_on_segment_within", "point_round", "point_transf_pj", @@ -370569,118 +393594,8 @@ "pointcloudset_type", "pointsegm_interpolate", "pointsegm_locate", - "pose_angular_distance", - "pose_apply_geo", - "pose_as_ewkt", - "pose_as_geopose", - "pose_as_hexwkb", - "pose_as_text", - "pose_as_wkb", - "pose_cmp", - "pose_collinear", - "pose_compose", - "pose_compose_tpose", - "pose_compose_values", - "pose_copy", - "pose_distance", - "pose_enu_to_ecef_quaternion", - "pose_eq", - "pose_from_geopose", - "pose_from_hexwkb", - "pose_from_wkb", - "pose_ge", - "pose_gt", - "pose_hash", - "pose_hash_extended", - "pose_in", - "pose_inverse", - "pose_le", - "pose_lt", - "pose_make_2d", - "pose_make_3d", - "pose_make_point2d", - "pose_make_point3d", - "pose_make_point3d_ypr", - "pose_ne", - "pose_normalize", - "pose_nsame", - "pose_out", - "pose_parse", - "pose_pitch", - "pose_quaternion", - "pose_quaternion_mul", - "pose_quaternion_to_ypr", - "pose_roll", - "pose_round", - "pose_same", - "pose_set_srid", - "pose_set_srid_int", - "pose_set_stbox", - "pose_srid", - "pose_timestamptz_set_stbox", - "pose_timestamptz_to_stbox", - "pose_to_point", - "pose_to_posechain", - "pose_to_set", - "pose_to_stbox", - "pose_transf_pj", - "pose_transform", - "pose_transform_pipeline", - "pose_tstzspan_set_stbox", - "pose_tstzspan_to_stbox", - "pose_union_transfn", - "pose_wkt_out", - "pose_yaw", - "pose_ypr", - "pose_ypr_to_quaternion", "posearr_round", "posearr_set_stbox", - "posechain_append", - "posechain_as_ewkt", - "posechain_as_hexwkb", - "posechain_as_text", - "posechain_as_wkb", - "posechain_cmp", - "posechain_collinear", - "posechain_copy", - "posechain_end_pose", - "posechain_eq", - "posechain_from_hexwkb", - "posechain_from_wkb", - "posechain_ge", - "posechain_gt", - "posechain_hash", - "posechain_hash_extended", - "posechain_in", - "posechain_le", - "posechain_lt", - "posechain_make", - "posechain_ne", - "posechain_nsame", - "posechain_num_poses", - "posechain_out", - "posechain_parse", - "posechain_pose_n", - "posechain_poses", - "posechain_prefix_pose", - "posechain_round", - "posechain_same", - "posechain_set_srid", - "posechain_set_srid_int", - "posechain_set_stbox", - "posechain_srid", - "posechain_start_pose", - "posechain_timestamptz_to_stbox", - "posechain_to_point", - "posechain_to_pose", - "posechain_to_set", - "posechain_to_stbox", - "posechain_transf_pj", - "posechain_transform", - "posechain_transform_pipeline", - "posechain_tstzspan_to_stbox", - "posechain_union_transfn", - "posechain_wkt_out", "posechainarr_set_stbox", "posechainsegm_interpolate", "posechainsegm_locate", @@ -370728,68 +393643,66 @@ "quadbin_ne", "quadbin_parse", "quadbin_point_to_cell", + "quadbin_segment_cells", "quadbin_set_stbox", "quadbin_string_to_index", "quadbin_tile_to_cell", "quadbin_timestamptz_to_stbox", + "quadbin_to_set", "quadbin_to_stbox", "quadbin_tstzspan_to_stbox", "quadbinarr_set_stbox", + "quadbinset_in", + "quadbinset_out", "quaternion_rotate_vector", - "raquet_as_hexwkb", - "raquet_as_wkb", - "raquet_cmp", - "raquet_copy", - "raquet_eq", - "raquet_from_hexwkb", - "raquet_from_wkb", - "raquet_ge", - "raquet_gt", - "raquet_hash", - "raquet_hash_extended", - "raquet_height", - "raquet_in", - "raquet_le", - "raquet_lt", - "raquet_make", - "raquet_meaningful_size", - "raquet_ne", - "raquet_nodata", - "raquet_out", - "raquet_pixel_value", - "raquet_pixels", - "raquet_pixels_from_host", - "raquet_pixels_size", - "raquet_pixtype", - "raquet_pixtype_from_string", - "raquet_pixtype_size", - "raquet_quadbin", - "raquet_read", - "raquet_read_bytes", - "raquet_set_stbox", - "raquet_to_stbox", - "raquet_width", "raster_as_hexwkb", "raster_as_wkb", "raster_at_value", "raster_at_value_gdal", + "raster_at_value_sampler", + "raster_band_has_nodata_value", + "raster_band_nodata_value", + "raster_band_pixel_type", + "raster_clip", + "raster_dump_as_polygons", "raster_from_hexwkb", "raster_from_wkb", + "raster_height", "raster_minus_value", "raster_minus_value_gdal", + "raster_minus_value_sampler", "raster_num_bands", "raster_quadbin_bounds", "raster_quadbin_from_bounds", "raster_quadbin_zoom", + "raster_reclass", + "raster_rescale", + "raster_scale_x", + "raster_scale_y", + "raster_skew_x", + "raster_skew_y", + "raster_srid", + "raster_summary_stats", "raster_tile_value", "raster_tile_value_array", "raster_tile_value_quadbin", + "raster_to_stbox", + "raster_transform", + "raster_transform_raster", + "raster_upper_left_x", + "raster_upper_left_y", "raster_value", "raster_value_gdal", + "raster_value_sampler", + "raster_width", + "relate_arc_arc_points", "relate_ctx_free", "relate_ctx_make", + "relate_edges_clear", + "relate_edges_init", "relate_is_areal", "relate_point_in_area", + "relate_point_in_area_index", "relate_point_on_boundary", "right2D", "right4D", @@ -370840,29 +393753,6 @@ "route_exists", "route_geom", "route_length", - "rtree_create_bigintspan", - "rtree_create_datespan", - "rtree_create_floatspan", - "rtree_create_intspan", - "rtree_create_stbox", - "rtree_create_tbox", - "rtree_create_tpcbox", - "rtree_create_tstzspan", - "rtree_free", - "rtree_height", - "rtree_insert", - "rtree_insert_temporal", - "rtree_insert_temporal_split", - "rtree_join", - "rtree_load", - "rtree_mem_size", - "rtree_nn_cursor_close", - "rtree_nn_cursor_next", - "rtree_nn_cursor_open", - "rtree_num_entries", - "rtree_search", - "rtree_search_temporal", - "rtree_search_temporal_dedup", "s2cell_cell_area", "s2cell_cell_bounding_box", "s2cell_cell_contains", @@ -370903,10 +393793,13 @@ "s2cell_set_stbox", "s2cell_timestamptz_to_stbox", "s2cell_to_face_ij", + "s2cell_to_set", "s2cell_to_stbox", "s2cell_token_to_cell", "s2cell_tstzspan_to_stbox", "s2cellarr_set_stbox", + "s2cellset_in", + "s2cellset_out", "same_dimensionality_tspatial_geo", "same_numspan_tnumber", "same_rid_tnpoint_bigint", @@ -370991,29 +393884,6 @@ "spatialset_transform_pipeline", "spatialset_type", "spheroid_init_from_srid", - "sptree_create_bigintspan", - "sptree_create_datespan", - "sptree_create_floatspan", - "sptree_create_intspan", - "sptree_create_stbox", - "sptree_create_tbox", - "sptree_create_tpcbox", - "sptree_create_tstzspan", - "sptree_free", - "sptree_height", - "sptree_insert", - "sptree_insert_temporal", - "sptree_insert_temporal_split", - "sptree_join", - "sptree_load", - "sptree_mem_size", - "sptree_nn_cursor_close", - "sptree_nn_cursor_next", - "sptree_nn_cursor_open", - "sptree_num_entries", - "sptree_search", - "sptree_search_temporal", - "sptree_search_temporal_dedup", "srid_builtin_ellipsoid", "srid_check_latlong", "srid_is_latlong", @@ -371214,16 +394084,6 @@ "teq_ts2cell_s2cell", "teq_ts2cell_ts2cell", "teq_ttext_text", - "text_cmp", - "text_copy", - "text_in", - "text_initcap", - "text_lower", - "text_out", - "text_to_cstring", - "text_to_set", - "text_union_transfn", - "text_upper", "textcat_text_text", "textcat_text_textset", "textcat_text_ttext", @@ -371302,8 +394162,6 @@ "tgt_tint_int", "tgt_ttext_text", "th3index_are_neighbor_cells", - "th3index_cell_area_km2", - "th3index_cell_area_rads2", "th3index_cell_to_center_child", "th3index_cell_to_center_child_next", "th3index_cell_to_child_pos", @@ -371313,9 +394171,7 @@ "th3index_cells_to_directed_edge", "th3index_child_pos_to_cell", "th3index_directed_edge_to_boundary", - "th3index_edge_length_km", - "th3index_edge_length_m", - "th3index_edge_length_rads", + "th3index_edge_length", "th3index_end_value", "th3index_get_base_cell_number", "th3index_get_directed_edge_destination", @@ -371328,6 +394184,7 @@ "th3index_is_valid_vertex", "th3index_local_ij_to_cell", "th3index_make", + "th3index_out", "th3index_start_value", "th3index_to_tbigint", "th3index_to_tgeogpoint", @@ -371507,89 +394364,41 @@ "tor_tbool_tbool", "torder_type", "touches_cbuffer_cbuffer", - "tpcbox_above", - "tpcbox_adjacent", - "tpcbox_after", - "tpcbox_back", - "tpcbox_before", - "tpcbox_below", - "tpcbox_cmp", - "tpcbox_contained", - "tpcbox_contains", - "tpcbox_copy", - "tpcbox_eq", - "tpcbox_expand", - "tpcbox_extent_transfn", - "tpcbox_front", - "tpcbox_ge", - "tpcbox_geodetic", - "tpcbox_gist_inner_consistent", - "tpcbox_gt", - "tpcbox_hast", - "tpcbox_hasx", - "tpcbox_hasz", - "tpcbox_in", - "tpcbox_index_leaf_consistent", - "tpcbox_index_recheck", - "tpcbox_le", - "tpcbox_left", - "tpcbox_lt", - "tpcbox_make", - "tpcbox_ne", - "tpcbox_out", - "tpcbox_overabove", - "tpcbox_overafter", - "tpcbox_overback", - "tpcbox_overbefore", - "tpcbox_overbelow", - "tpcbox_overfront", - "tpcbox_overlaps", - "tpcbox_overleft", - "tpcbox_overright", - "tpcbox_parse", - "tpcbox_pcid", - "tpcbox_right", - "tpcbox_round", - "tpcbox_same", - "tpcbox_set_srid", - "tpcbox_set_stbox", - "tpcbox_srid", - "tpcbox_tmax", - "tpcbox_tmax_inc", - "tpcbox_tmin", - "tpcbox_tmin_inc", - "tpcbox_to_stbox", - "tpcbox_xmax", - "tpcbox_xmin", - "tpcbox_ymax", - "tpcbox_ymin", - "tpcbox_zmax", - "tpcbox_zmin", "tpcpatch_at_value", "tpcpatch_end_value", "tpcpatch_from_base_temp", + "tpcpatch_in", "tpcpatch_minus_value", + "tpcpatch_out", "tpcpatch_start_value", "tpcpatch_to_tgeometry", "tpcpatch_value_at_timestamptz", "tpcpatch_value_n", "tpcpatch_values", + "tpcpatchinst_in", "tpcpatchinst_make", "tpcpatchseq_from_base_tstzset", "tpcpatchseq_from_base_tstzspan", + "tpcpatchseq_in", "tpcpatchseqset_from_base_tstzspanset", + "tpcpatchseqset_in", "tpcpoint_at_value", "tpcpoint_end_value", "tpcpoint_from_base_temp", + "tpcpoint_in", "tpcpoint_minus_value", + "tpcpoint_out", "tpcpoint_start_value", "tpcpoint_value_at_timestamptz", "tpcpoint_value_n", "tpcpoint_values", + "tpcpointinst_in", "tpcpointinst_make", "tpcpointseq_from_base_tstzset", "tpcpointseq_from_base_tstzspan", + "tpcpointseq_in", "tpcpointseqset_from_base_tstzspanset", + "tpcpointseqset_in", "tpointcloud_temptype", "tpointcloud_to_tgeompoint", "tpointcloudinst_set_tpcbox", @@ -371641,6 +394450,7 @@ "tquadbin_end_value", "tquadbin_in", "tquadbin_make", + "tquadbin_out", "tquadbin_start_value", "tquadbin_to_tbigint", "tquadbin_value_at_timestamptz", @@ -371663,6 +394473,7 @@ "ts2cell_end_value", "ts2cell_in", "ts2cell_make", + "ts2cell_out", "ts2cell_start_value", "ts2cell_to_tbigint", "ts2cell_value_at_timestamptz", @@ -371719,6 +394530,8 @@ "type_from_hexwkb", "type_from_wkb", "type_span_bbox", + "uint_mod_add", + "uint_mod_sub", "union_bigint_set", "union_bigint_span", "union_bigint_spanset", @@ -371790,14 +394603,345 @@ "value_union_transfn", "wkb_variant_from_endian" ], - "coveragePct": 30.1, + "coveragePct": 41.8, "errorStatus": "scanned", - "ooMethods": 1558, - "ooExcluded": 1558 + "ooMethods": 2198, + "ooExcluded": 2198 } }, "typeRelations": { - "byBase": {} + "byBase": { + "bool": { + "temporal": [ + "tbool" + ] + }, + "cbuffer": { + "temporal": [ + "tcbuffer" + ], + "set": "cbufferset" + }, + "date": { + "set": "dateset", + "span": "datespan", + "spanset": "datespanset" + }, + "double2": { + "temporal": [ + "tdouble2" + ] + }, + "double3": { + "temporal": [ + "tdouble3" + ] + }, + "double4": { + "temporal": [ + "tdouble4" + ] + }, + "float8": { + "temporal": [ + "tfloat" + ], + "set": "floatset", + "span": "floatspan", + "spanset": "floatspanset" + }, + "geography": { + "temporal": [ + "tgeogpoint", + "tgeography" + ], + "set": "geogset" + }, + "geometry": { + "temporal": [ + "tgeompoint", + "tgeometry" + ], + "set": "geomset" + }, + "h3index": { + "temporal": [ + "th3index" + ], + "set": "h3indexset" + }, + "int4": { + "temporal": [ + "tint" + ], + "set": "intset", + "span": "intspan", + "spanset": "intspanset" + }, + "int8": { + "temporal": [ + "tbigint" + ], + "set": "bigintset", + "span": "bigintspan", + "spanset": "bigintspanset" + }, + "jsonb": { + "temporal": [ + "tjsonb" + ], + "set": "jsonbset" + }, + "npoint": { + "temporal": [ + "tnpoint" + ], + "set": "npointset" + }, + "pcpatch": { + "temporal": [ + "tpcpatch" + ], + "set": "pcpatchset" + }, + "pcpoint": { + "temporal": [ + "tpcpoint" + ], + "set": "pcpointset" + }, + "pose": { + "temporal": [ + "tpose", + "trgeometry" + ], + "set": "poseset" + }, + "posechain": { + "temporal": [ + "tposechain" + ], + "set": "posechainset" + }, + "quadbin": { + "temporal": [ + "tquadbin" + ], + "set": "quadbinset" + }, + "s2cell": { + "temporal": [ + "ts2cell" + ], + "set": "s2cellset" + }, + "text": { + "temporal": [ + "ttext" + ], + "set": "textset" + }, + "timestamptz": { + "set": "tstzset", + "span": "tstzspan", + "spanset": "tstzspanset" + } + } + }, + "temporalTypes": { + "tbigint": { + "base": "int8", + "bbox": "tbox", + "mfjson": "MovingBigInteger", + "number": true, + "spatial": false, + "linear": false + }, + "tbool": { + "base": "bool", + "bbox": "tstzspan", + "mfjson": "MovingBoolean", + "number": false, + "spatial": false, + "linear": false + }, + "tcbuffer": { + "base": "cbuffer", + "bbox": "stbox", + "mfjson": "MovingCircularBuffer", + "number": false, + "spatial": true, + "linear": true + }, + "tdouble2": { + "base": "double2", + "bbox": "tstzspan", + "number": false, + "spatial": false, + "linear": true + }, + "tdouble3": { + "base": "double3", + "bbox": "tstzspan", + "number": false, + "spatial": false, + "linear": true + }, + "tdouble4": { + "base": "double4", + "bbox": "tstzspan", + "number": false, + "spatial": false, + "linear": true + }, + "tfloat": { + "base": "float8", + "bbox": "tbox", + "mfjson": "MovingFloat", + "number": true, + "spatial": false, + "linear": true + }, + "tgeogpoint": { + "base": "geography", + "bbox": "stbox", + "mfjson": "MovingPoint", + "number": false, + "spatial": true, + "linear": true + }, + "tgeography": { + "base": "geography", + "bbox": "stbox", + "mfjson": "MovingGeometry", + "number": false, + "spatial": true, + "linear": false + }, + "tgeometry": { + "base": "geometry", + "bbox": "stbox", + "mfjson": "MovingGeometry", + "number": false, + "spatial": true, + "linear": false + }, + "tgeompoint": { + "base": "geometry", + "bbox": "stbox", + "mfjson": "MovingPoint", + "number": false, + "spatial": true, + "linear": true + }, + "th3index": { + "base": "h3index", + "bbox": "stbox", + "mfjson": "MovingH3Index", + "number": false, + "spatial": true, + "linear": false + }, + "tint": { + "base": "int4", + "bbox": "tbox", + "mfjson": "MovingInteger", + "number": true, + "spatial": false, + "linear": false + }, + "tjsonb": { + "base": "jsonb", + "bbox": "tstzspan", + "mfjson": "MovingJsonb", + "number": false, + "spatial": false, + "linear": false + }, + "tnpoint": { + "base": "npoint", + "bbox": "stbox", + "mfjson": "MovingNetworkPoint", + "number": false, + "spatial": true, + "linear": true + }, + "tpcpatch": { + "base": "pcpatch", + "bbox": "tpcbox", + "mfjson": "MovingPCPatch", + "number": false, + "spatial": true, + "linear": false + }, + "tpcpoint": { + "base": "pcpoint", + "bbox": "tpcbox", + "mfjson": "MovingPCPoint", + "number": false, + "spatial": true, + "linear": false + }, + "tpose": { + "base": "pose", + "bbox": "stbox", + "mfjson": "MovingPose", + "number": false, + "spatial": true, + "linear": true + }, + "tposechain": { + "base": "posechain", + "bbox": "stbox", + "mfjson": "MovingPoseChain", + "number": false, + "spatial": true, + "linear": true + }, + "tquadbin": { + "base": "quadbin", + "bbox": "stbox", + "mfjson": "MovingQuadbin", + "number": false, + "spatial": true, + "linear": false + }, + "trgeometry": { + "base": "pose", + "bbox": "stbox", + "mfjson": "MovingRigidGeometry", + "number": false, + "spatial": true, + "linear": true + }, + "ts2cell": { + "base": "s2cell", + "bbox": "stbox", + "mfjson": "MovingS2Cell", + "number": false, + "spatial": true, + "linear": false + }, + "ttext": { + "base": "text", + "bbox": "tstzspan", + "mfjson": "MovingText", + "number": false, + "spatial": false, + "linear": false + } }, - "sourceCommit": "10aad4dd0011209a1b63ab2113c554415b1ed195" + "sourceCommit": "e0f71f6a088d68de14b1293c65c07fb65f8779d9", + "families": [ + "CBUFFER", + "H3", + "JSON", + "NPOINT", + "POINTCLOUD", + "POSE", + "QUADBIN", + "RASTER", + "RGEO", + "S2CELL" + ] } \ No newline at end of file diff --git a/vendor/meos-api/meos-object-model-parity.json b/vendor/meos-api/meos-object-model-parity.json index 887d3c0..4a95ccc 100644 --- a/vendor/meos-api/meos-object-model-parity.json +++ b/vendor/meos-api/meos-object-model-parity.json @@ -92,10 +92,10 @@ "TTextSeq", "TTextSeqSet" ], - "classesWithMethods": 91, - "functionsClassified": 1558, - "functionsTotal": 5175, - "unclassified": 3617, + "classesWithMethods": 112, + "functionsClassified": 2198, + "functionsTotal": 5260, + "unclassified": 3062, "unclassifiedNames": [ "_addeye", "_addmat", @@ -379,12 +379,21 @@ "always_ne_ts2cell_ts2cell", "always_ne_ttext_text", "angle_normalize", - "apply_pose_point4d", + "apply_pose_point2d", "araster_value", "araster_value_gdal", + "araster_value_sampler", "arc_contains_angle", + "arc_parameter_point", + "arc_point_parameter", "arc_set_bbox", + "arc_span_contains", + "arc_span_offset", + "arc_span_sweep", + "arcarc_cross", "arcarc_intersect", + "arcarc_intersect_points", + "arcsegm_cross", "arcsegm_intersect", "arithop_tnumber_number", "arithop_tnumber_tnumber", @@ -483,59 +492,6 @@ "boxop_tspatial_tspatial", "bstring2bytea", "build_edge_rtree", - "cbuffer_as_ewkt", - "cbuffer_as_hexwkb", - "cbuffer_as_text", - "cbuffer_as_wkb", - "cbuffer_cmp", - "cbuffer_collinear", - "cbuffer_contains", - "cbuffer_contains_geo", - "cbuffer_copy", - "cbuffer_covers", - "cbuffer_covers_geo", - "cbuffer_disjoint", - "cbuffer_distance", - "cbuffer_dwithin", - "cbuffer_eq", - "cbuffer_from_hexwkb", - "cbuffer_from_wkb", - "cbuffer_ge", - "cbuffer_gt", - "cbuffer_hash", - "cbuffer_hash_extended", - "cbuffer_in", - "cbuffer_intersects", - "cbuffer_le", - "cbuffer_lt", - "cbuffer_make", - "cbuffer_make_coords", - "cbuffer_ne", - "cbuffer_nsame", - "cbuffer_out", - "cbuffer_parse", - "cbuffer_point", - "cbuffer_point2d_p", - "cbuffer_radius", - "cbuffer_round", - "cbuffer_same", - "cbuffer_set_srid", - "cbuffer_set_srid_int", - "cbuffer_set_stbox", - "cbuffer_srid", - "cbuffer_timestamptz_set_stbox", - "cbuffer_timestamptz_to_stbox", - "cbuffer_to_geom", - "cbuffer_to_set", - "cbuffer_to_stbox", - "cbuffer_touches", - "cbuffer_transf_pj", - "cbuffer_transform", - "cbuffer_transform_pipeline", - "cbuffer_tstzspan_set_stbox", - "cbuffer_tstzspan_to_stbox", - "cbuffer_union_transfn", - "cbuffer_wkt_out", "cbufferarr_round", "cbufferarr_set_stbox", "cbufferarr_to_geom", @@ -552,6 +508,7 @@ "common_rid_tnpoint_npoint", "common_rid_tnpoint_npointset", "common_rid_tnpoint_tnpoint", + "compute_s", "concat_jsonbset_jsonb", "concat_tjsonb_jsonb", "concat_tjsonb_tjsonb", @@ -668,9 +625,13 @@ "contains_tspatial_stbox", "contains_tspatial_tspatial", "contains_tstzspan_temporal", + "coordinate_rounding", "coordinate_tolerance", "covers_cbuffer_cbuffer", "create_trip", + "cross_product_exact", + "cross_product_sign", + "cross_product_sign_exact", "cstring_to_text", "date_extent_transfn", "date_get_bin", @@ -685,19 +646,11 @@ "datum2_geog_centroid", "datum2_geom_centroid", "datum2_gt", - "datum2_h3index_eq", - "datum2_h3index_ne", "datum2_le", "datum2_lt", "datum2_ne", "datum2_point_eq", "datum2_point_ne", - "datum2_point_nsame", - "datum2_point_same", - "datum2_quadbin_eq", - "datum2_quadbin_ne", - "datum2_s2cell_eq", - "datum2_s2cell_ne", "datum_add", "datum_and", "datum_as_hexwkb", @@ -1078,6 +1031,7 @@ "ekf_update", "ekf_update_step3", "elem_parse", + "ensure_alphanum_basetype", "ensure_bbox_temporal_compatible", "ensure_cbrace", "ensure_circle_type", @@ -1104,6 +1058,7 @@ "ensure_has_not_Z_geo", "ensure_increasing_timestamps", "ensure_index_join_op", + "ensure_index_result", "ensure_linear_interp", "ensure_mline_type", "ensure_nonlinear_interp", @@ -1115,6 +1070,7 @@ "ensure_not_null", "ensure_numset_type", "ensure_numspan_type", + "ensure_numspanset_type", "ensure_obrace", "ensure_one_not_null", "ensure_one_true", @@ -1139,7 +1095,6 @@ "ensure_same_interp", "ensure_same_pcid_pcpatch", "ensure_same_pcid_pcpoint", - "ensure_same_pcid_tpcbox", "ensure_same_rid_tnpointinst", "ensure_same_skiplist_subtype", "ensure_same_span_type", @@ -1161,6 +1116,7 @@ "ensure_srid_is_latlong", "ensure_srid_known", "ensure_srid_reconcile", + "ensure_srid_valid", "ensure_tcellindex_type", "ensure_temporal_isof_basetype", "ensure_temporal_isof_subtype", @@ -1196,8 +1152,9 @@ "ensure_valid_span_span", "ensure_valid_spanset_span", "ensure_valid_spanset_spanset", - "ensure_valid_spatial_stbox_stbox", "ensure_valid_stbox_geo", + "ensure_valid_stbox_stbox", + "ensure_valid_tbox_tbox", "ensure_valid_tcbuffer_cbuffer", "ensure_valid_tcbuffer_geo", "ensure_valid_tcbuffer_stbox", @@ -1248,6 +1205,7 @@ "ensure_valid_tspatial_tspatial", "eraster_value", "eraster_value_gdal", + "eraster_value_sampler", "etouches_geo_tgeo", "etouches_geo_tpoint", "etouches_tcbuffer_cbuffer", @@ -1428,145 +1386,16 @@ "gbox_out", "gbox_set_stbox", "gbox_to_stbox", - "geo_as_ewkb", - "geo_as_ewkt", - "geo_as_geojson", - "geo_as_hexewkb", - "geo_as_text", - "geo_as_wkt", - "geo_basetype", - "geo_cluster_dbscan", - "geo_cluster_intersecting", - "geo_cluster_intersecting_geoms", - "geo_cluster_kmeans", - "geo_cluster_within", - "geo_cluster_within_distance", - "geo_collect_garray", - "geo_combine_clusters", - "geo_copy", - "geo_covers2d", - "geo_disjoint_fn", - "geo_disjoint_fn_geo", - "geo_distance_fn", - "geo_dwithin_fn", - "geo_dwithin_fn_geo", - "geo_edge_ctx_free", - "geo_edge_ctx_make", - "geo_equals", - "geo_extract_elements", - "geo_from_ewkb", - "geo_from_geojson", - "geo_from_text", - "geo_geo_n", - "geo_intersects2d", - "geo_intersects2d_ctx", - "geo_intersects_fn", - "geo_intersects_fn_geo", - "geo_is_empty", - "geo_is_unitary", - "geo_makeline_garray", - "geo_num_geos", - "geo_num_points", - "geo_out", - "geo_parse", - "geo_pointarr", - "geo_points", - "geo_reverse", - "geo_round", - "geo_same", - "geo_serialize", - "geo_set_srid", - "geo_set_srid_int", - "geo_set_stbox", - "geo_split_each_n_stboxes", - "geo_split_n_stboxes", - "geo_srid", - "geo_stbox", - "geo_stboxes", - "geo_timestamptz_to_stbox", - "geo_to_h3index_cell", - "geo_to_h3index_set", - "geo_to_quadbin_cell", - "geo_to_s2cell_cell", - "geo_to_set", - "geo_to_stbox", - "geo_tpose_to_trgeo", - "geo_tposeinst_to_trgeo", - "geo_tposeseq_to_trgeo", - "geo_tposeseqset_to_trgeo", - "geo_transform", - "geo_transform_pipeline", - "geo_tstzspan_to_stbox", - "geo_typename", - "geo_union_dbscan", - "geo_union_intersecting", - "geo_union_transfn", - "geo_values_collect", "geoarr_set_stbox", "geocircle_make", "geodetic_to_ecef", - "geog_area", - "geog_array_union", - "geog_centroid", - "geog_distance", - "geog_dwithin", - "geog_from_hexewkb", - "geog_in", - "geog_intersects", - "geog_length", - "geog_perimeter", - "geog_serialize", - "geog_to_geom", "geogpoint_make2d", "geogpoint_make3dz", - "geom_array_union", - "geom_azimuth", - "geom_boundary", - "geom_buffer", - "geom_centroid", - "geom_contains", - "geom_convex_hull", - "geom_covers", - "geom_difference2d", - "geom_disjoint2d", - "geom_distance2d", - "geom_distance3d", - "geom_dwithin", - "geom_dwithin2d", - "geom_dwithin3d", - "geom_extract_edges", - "geom_from_hexewkb", - "geom_in", - "geom_intersection2d", - "geom_intersection2d_coll", - "geom_intersects", - "geom_intersects2d", - "geom_intersects3d", - "geom_is_simple", - "geom_length", - "geom_max_distance2d", - "geom_meos_supported", - "geom_min_bounding_radius", - "geom_oriented_envelope", - "geom_perimeter", - "geom_radius", - "geom_relate", - "geom_relate_pattern", - "geom_ring_is_convex", - "geom_serialize", - "geom_shortestline2d", - "geom_shortestline3d", - "geom_spatialrel", - "geom_to_cbuffer", - "geom_to_geog", - "geom_to_nsegment", - "geom_touches", - "geom_unary_union", "geomeas_to_tpoint", - "geometry_tpose_to_trgeometry", "geompoint_make2d", "geompoint_make3dz", "geompoint_to_npoint", + "geomval_arr_free", "geopoint_cmp", "geopoint_collinear", "geopoint_eq", @@ -1585,8 +1414,6 @@ "h3_cell_to_center_child_next_meos", "h3_cell_to_child_pos_meos", "h3_cell_to_children", - "h3_cell_to_geom", - "h3_cell_to_geompoint", "h3_cell_to_local_ij_meos", "h3_cell_to_parent_meos", "h3_cell_to_parent_next_meos", @@ -1620,15 +1447,24 @@ "h3_local_ij_to_cell_meos", "h3_origin_to_directed_edges", "h3_sample_step_deg", + "h3_segment_cells", + "h3_segment_length_deg", "h3_uncompact_cells", "h3_vertex_to_gs_point", "h3index_as_hexwkb", "h3index_as_wkb", + "h3index_cell_area", + "h3index_cell_to_boundary", + "h3index_cell_to_geog", + "h3index_cell_to_geogpoint", + "h3index_cell_to_parent", + "h3index_cell_to_point", "h3index_cmp", "h3index_eq", "h3index_from_hexwkb", "h3index_from_wkb", "h3index_ge", + "h3index_get_resolution", "h3index_gt", "h3index_hash", "h3index_in", @@ -1638,10 +1474,15 @@ "h3index_out", "h3index_set_stbox", "h3index_timestamptz_to_stbox", + "h3index_to_set", "h3index_to_stbox", "h3index_tstzspan_to_stbox", "h3indexarr_set_stbox", + "h3indexset_in", + "h3indexset_out", "hypot3d", + "index_result_create", + "index_result_id", "int_extent_transfn", "int_get_bin", "int_set_tbox", @@ -1746,63 +1587,6 @@ "json_out", "json_strip_nulls", "json_typeof", - "jsonb_array_element", - "jsonb_array_element_text", - "jsonb_array_elements", - "jsonb_array_elements_text", - "jsonb_array_length", - "jsonb_cmp", - "jsonb_concat", - "jsonb_contained", - "jsonb_contains", - "jsonb_copy", - "jsonb_delete", - "jsonb_delete_array", - "jsonb_delete_index", - "jsonb_delete_path", - "jsonb_each", - "jsonb_each_text", - "jsonb_eq", - "jsonb_exists", - "jsonb_exists_array", - "jsonb_extract_path", - "jsonb_extract_path_text", - "jsonb_from_text", - "jsonb_ge", - "jsonb_gt", - "jsonb_hash", - "jsonb_hash_extended", - "jsonb_in", - "jsonb_insert", - "jsonb_le", - "jsonb_lt", - "jsonb_make", - "jsonb_make_two_arg", - "jsonb_ne", - "jsonb_object_field", - "jsonb_object_field_text", - "jsonb_object_keys", - "jsonb_out", - "jsonb_path_exists", - "jsonb_path_match", - "jsonb_path_query_all", - "jsonb_path_query_array", - "jsonb_path_query_first", - "jsonb_pretty", - "jsonb_set", - "jsonb_set_lax", - "jsonb_strip_nulls", - "jsonb_to_bool", - "jsonb_to_cstring", - "jsonb_to_float4", - "jsonb_to_float8", - "jsonb_to_int16", - "jsonb_to_int32", - "jsonb_to_int64", - "jsonb_to_numeric", - "jsonb_to_set", - "jsonb_to_text", - "jsonb_union_transfn", "jsonbfunc_jsonbset", "jsonbset_array_element", "jsonbset_array_length", @@ -1834,9 +1618,6 @@ "jsonbset_to_textset_key", "jsonbset_value_n", "jsonbset_values", - "jsonpath_copy", - "jsonpath_in", - "jsonpath_out", "left2D", "left4D", "left8D", @@ -1891,6 +1672,7 @@ "line_point_n", "line_substring", "linesegm_intersect", + "linesegm_param", "lwcircle_make", "lwgeom_apply_pose", "lwgeom_line_interpolate_point", @@ -1898,15 +1680,9 @@ "lwpointarr_make_trajectory", "lwpointarr_remove_duplicates", "lwproj_lookup", + "meos_areal_difference", + "meos_areal_intersection", "meos_areal_union", - "meos_array_add", - "meos_array_count", - "meos_array_create", - "meos_array_destroy", - "meos_array_destroy_free", - "meos_array_get", - "meos_array_reset", - "meos_array_reset_free", "meos_basetype", "meos_centroid", "meos_errno", @@ -1958,17 +1734,6 @@ "meos_pc_patch_serialized_size", "meos_pc_point_deserialize", "meos_pc_point_serialize", - "meos_pc_schema", - "meos_pc_schema_clear", - "meos_pc_schema_compression", - "meos_pc_schema_from_dims", - "meos_pc_schema_lookup", - "meos_pc_schema_ndims", - "meos_pc_schema_register", - "meos_pc_schema_register_dims", - "meos_pc_schema_register_xml", - "meos_pc_schema_srid", - "meos_pc_schema_xml", "meos_point_in_polygon", "meos_postgis_valid_typmod", "meos_proj_get_context", @@ -1993,7 +1758,6 @@ "mi_span_span", "mi_span_value", "mindistance_tcbuffer_tcbuffer", - "mindistance_tgeo_tgeo", "mindistance_tgeoarr_tgeoarr", "minus_bigint_set", "minus_bigint_span", @@ -2125,67 +1889,10 @@ "nai_trgeometry_tpoint", "nai_trgeometry_trgeometry", "not_negative_datum", - "npoint_as_ewkt", - "npoint_as_hexwkb", - "npoint_as_text", - "npoint_as_wkb", - "npoint_cmp", - "npoint_collinear", - "npoint_eq", - "npoint_from_hexwkb", - "npoint_from_wkb", - "npoint_ge", - "npoint_gt", - "npoint_hash", - "npoint_hash_extended", - "npoint_in", - "npoint_le", - "npoint_lt", - "npoint_make", - "npoint_ne", - "npoint_out", - "npoint_parse", - "npoint_position", - "npoint_round", - "npoint_route", - "npoint_same", - "npoint_set", - "npoint_set_stbox", - "npoint_srid", - "npoint_timestamptz_set_stbox", - "npoint_timestamptz_to_stbox", - "npoint_to_geompoint", - "npoint_to_nsegment", - "npoint_to_set", - "npoint_to_stbox", - "npoint_tstzspan_set_stbox", - "npoint_tstzspan_to_stbox", - "npoint_union_transfn", - "npoint_wkt_out", "npointarr_geom", "npointarr_set_stbox", "npointsegm_interpolate", "npointsegm_locate", - "nsegment_cmp", - "nsegment_end_position", - "nsegment_eq", - "nsegment_ge", - "nsegment_gt", - "nsegment_in", - "nsegment_le", - "nsegment_lt", - "nsegment_make", - "nsegment_ne", - "nsegment_out", - "nsegment_parse", - "nsegment_round", - "nsegment_route", - "nsegment_set", - "nsegment_set_stbox", - "nsegment_srid", - "nsegment_start_position", - "nsegment_to_geom", - "nsegment_to_stbox", "nsegmentarr_geom", "nsegmentarr_normalize", "null_handle_type_from_string", @@ -2207,6 +1914,7 @@ "numspan_type", "numspan_width", "numspanset_shift_scale", + "numspanset_type", "numspanset_width", "ovadj_span_span", "overAbove8D", @@ -2412,31 +2120,6 @@ "p_obracket", "p_oparen", "p_whitespace", - "pcpatch_any_point_matches", - "pcpatch_as_hexwkb", - "pcpatch_cmp", - "pcpatch_copy", - "pcpatch_eq", - "pcpatch_filter_per_point", - "pcpatch_from_hexwkb", - "pcpatch_ge", - "pcpatch_get_pcid", - "pcpatch_gt", - "pcpatch_hash", - "pcpatch_hash_extended", - "pcpatch_hex_in", - "pcpatch_hex_out", - "pcpatch_le", - "pcpatch_lt", - "pcpatch_make", - "pcpatch_make_coords", - "pcpatch_ne", - "pcpatch_npoints", - "pcpatch_parse", - "pcpatch_to_geom", - "pcpatch_to_set", - "pcpatch_to_tpcbox", - "pcpatch_union_transfn", "pcpatchset_end_value", "pcpatchset_in", "pcpatchset_make", @@ -2444,33 +2127,6 @@ "pcpatchset_start_value", "pcpatchset_value_n", "pcpatchset_values", - "pcpoint_as_hexwkb", - "pcpoint_cmp", - "pcpoint_copy", - "pcpoint_eq", - "pcpoint_from_hexwkb", - "pcpoint_ge", - "pcpoint_get_dim", - "pcpoint_get_pcid", - "pcpoint_get_x", - "pcpoint_get_y", - "pcpoint_get_z", - "pcpoint_gt", - "pcpoint_hash", - "pcpoint_hash_extended", - "pcpoint_hex_in", - "pcpoint_hex_out", - "pcpoint_in_tpcbox", - "pcpoint_intersects_geometry", - "pcpoint_le", - "pcpoint_lt", - "pcpoint_make", - "pcpoint_meaningful_size", - "pcpoint_ne", - "pcpoint_parse", - "pcpoint_to_set", - "pcpoint_to_tpcbox", - "pcpoint_union_transfn", "pcpointset_end_value", "pcpointset_in", "pcpointset_make", @@ -2486,6 +2142,7 @@ "point_in_polygon_index", "point_on_arc", "point_on_segment", + "point_on_segment_exact", "point_on_segment_within", "point_round", "point_transf_pj", @@ -2494,118 +2151,8 @@ "pointcloudset_type", "pointsegm_interpolate", "pointsegm_locate", - "pose_angular_distance", - "pose_apply_geo", - "pose_as_ewkt", - "pose_as_geopose", - "pose_as_hexwkb", - "pose_as_text", - "pose_as_wkb", - "pose_cmp", - "pose_collinear", - "pose_compose", - "pose_compose_tpose", - "pose_compose_values", - "pose_copy", - "pose_distance", - "pose_enu_to_ecef_quaternion", - "pose_eq", - "pose_from_geopose", - "pose_from_hexwkb", - "pose_from_wkb", - "pose_ge", - "pose_gt", - "pose_hash", - "pose_hash_extended", - "pose_in", - "pose_inverse", - "pose_le", - "pose_lt", - "pose_make_2d", - "pose_make_3d", - "pose_make_point2d", - "pose_make_point3d", - "pose_make_point3d_ypr", - "pose_ne", - "pose_normalize", - "pose_nsame", - "pose_out", - "pose_parse", - "pose_pitch", - "pose_quaternion", - "pose_quaternion_mul", - "pose_quaternion_to_ypr", - "pose_roll", - "pose_round", - "pose_same", - "pose_set_srid", - "pose_set_srid_int", - "pose_set_stbox", - "pose_srid", - "pose_timestamptz_set_stbox", - "pose_timestamptz_to_stbox", - "pose_to_point", - "pose_to_posechain", - "pose_to_set", - "pose_to_stbox", - "pose_transf_pj", - "pose_transform", - "pose_transform_pipeline", - "pose_tstzspan_set_stbox", - "pose_tstzspan_to_stbox", - "pose_union_transfn", - "pose_wkt_out", - "pose_yaw", - "pose_ypr", - "pose_ypr_to_quaternion", "posearr_round", "posearr_set_stbox", - "posechain_append", - "posechain_as_ewkt", - "posechain_as_hexwkb", - "posechain_as_text", - "posechain_as_wkb", - "posechain_cmp", - "posechain_collinear", - "posechain_copy", - "posechain_end_pose", - "posechain_eq", - "posechain_from_hexwkb", - "posechain_from_wkb", - "posechain_ge", - "posechain_gt", - "posechain_hash", - "posechain_hash_extended", - "posechain_in", - "posechain_le", - "posechain_lt", - "posechain_make", - "posechain_ne", - "posechain_nsame", - "posechain_num_poses", - "posechain_out", - "posechain_parse", - "posechain_pose_n", - "posechain_poses", - "posechain_prefix_pose", - "posechain_round", - "posechain_same", - "posechain_set_srid", - "posechain_set_srid_int", - "posechain_set_stbox", - "posechain_srid", - "posechain_start_pose", - "posechain_timestamptz_to_stbox", - "posechain_to_point", - "posechain_to_pose", - "posechain_to_set", - "posechain_to_stbox", - "posechain_transf_pj", - "posechain_transform", - "posechain_transform_pipeline", - "posechain_tstzspan_to_stbox", - "posechain_union_transfn", - "posechain_wkt_out", "posechainarr_set_stbox", "posechainsegm_interpolate", "posechainsegm_locate", @@ -2653,68 +2200,66 @@ "quadbin_ne", "quadbin_parse", "quadbin_point_to_cell", + "quadbin_segment_cells", "quadbin_set_stbox", "quadbin_string_to_index", "quadbin_tile_to_cell", "quadbin_timestamptz_to_stbox", + "quadbin_to_set", "quadbin_to_stbox", "quadbin_tstzspan_to_stbox", "quadbinarr_set_stbox", + "quadbinset_in", + "quadbinset_out", "quaternion_rotate_vector", - "raquet_as_hexwkb", - "raquet_as_wkb", - "raquet_cmp", - "raquet_copy", - "raquet_eq", - "raquet_from_hexwkb", - "raquet_from_wkb", - "raquet_ge", - "raquet_gt", - "raquet_hash", - "raquet_hash_extended", - "raquet_height", - "raquet_in", - "raquet_le", - "raquet_lt", - "raquet_make", - "raquet_meaningful_size", - "raquet_ne", - "raquet_nodata", - "raquet_out", - "raquet_pixel_value", - "raquet_pixels", - "raquet_pixels_from_host", - "raquet_pixels_size", - "raquet_pixtype", - "raquet_pixtype_from_string", - "raquet_pixtype_size", - "raquet_quadbin", - "raquet_read", - "raquet_read_bytes", - "raquet_set_stbox", - "raquet_to_stbox", - "raquet_width", "raster_as_hexwkb", "raster_as_wkb", "raster_at_value", "raster_at_value_gdal", + "raster_at_value_sampler", + "raster_band_has_nodata_value", + "raster_band_nodata_value", + "raster_band_pixel_type", + "raster_clip", + "raster_dump_as_polygons", "raster_from_hexwkb", "raster_from_wkb", + "raster_height", "raster_minus_value", "raster_minus_value_gdal", + "raster_minus_value_sampler", "raster_num_bands", "raster_quadbin_bounds", "raster_quadbin_from_bounds", "raster_quadbin_zoom", + "raster_reclass", + "raster_rescale", + "raster_scale_x", + "raster_scale_y", + "raster_skew_x", + "raster_skew_y", + "raster_srid", + "raster_summary_stats", "raster_tile_value", "raster_tile_value_array", "raster_tile_value_quadbin", + "raster_to_stbox", + "raster_transform", + "raster_transform_raster", + "raster_upper_left_x", + "raster_upper_left_y", "raster_value", "raster_value_gdal", + "raster_value_sampler", + "raster_width", + "relate_arc_arc_points", "relate_ctx_free", "relate_ctx_make", + "relate_edges_clear", + "relate_edges_init", "relate_is_areal", "relate_point_in_area", + "relate_point_in_area_index", "relate_point_on_boundary", "right2D", "right4D", @@ -2765,29 +2310,6 @@ "route_exists", "route_geom", "route_length", - "rtree_create_bigintspan", - "rtree_create_datespan", - "rtree_create_floatspan", - "rtree_create_intspan", - "rtree_create_stbox", - "rtree_create_tbox", - "rtree_create_tpcbox", - "rtree_create_tstzspan", - "rtree_free", - "rtree_height", - "rtree_insert", - "rtree_insert_temporal", - "rtree_insert_temporal_split", - "rtree_join", - "rtree_load", - "rtree_mem_size", - "rtree_nn_cursor_close", - "rtree_nn_cursor_next", - "rtree_nn_cursor_open", - "rtree_num_entries", - "rtree_search", - "rtree_search_temporal", - "rtree_search_temporal_dedup", "s2cell_cell_area", "s2cell_cell_bounding_box", "s2cell_cell_contains", @@ -2828,10 +2350,13 @@ "s2cell_set_stbox", "s2cell_timestamptz_to_stbox", "s2cell_to_face_ij", + "s2cell_to_set", "s2cell_to_stbox", "s2cell_token_to_cell", "s2cell_tstzspan_to_stbox", "s2cellarr_set_stbox", + "s2cellset_in", + "s2cellset_out", "same_dimensionality_tspatial_geo", "same_numspan_tnumber", "same_rid_tnpoint_bigint", @@ -2916,29 +2441,6 @@ "spatialset_transform_pipeline", "spatialset_type", "spheroid_init_from_srid", - "sptree_create_bigintspan", - "sptree_create_datespan", - "sptree_create_floatspan", - "sptree_create_intspan", - "sptree_create_stbox", - "sptree_create_tbox", - "sptree_create_tpcbox", - "sptree_create_tstzspan", - "sptree_free", - "sptree_height", - "sptree_insert", - "sptree_insert_temporal", - "sptree_insert_temporal_split", - "sptree_join", - "sptree_load", - "sptree_mem_size", - "sptree_nn_cursor_close", - "sptree_nn_cursor_next", - "sptree_nn_cursor_open", - "sptree_num_entries", - "sptree_search", - "sptree_search_temporal", - "sptree_search_temporal_dedup", "srid_builtin_ellipsoid", "srid_check_latlong", "srid_is_latlong", @@ -3139,16 +2641,6 @@ "teq_ts2cell_s2cell", "teq_ts2cell_ts2cell", "teq_ttext_text", - "text_cmp", - "text_copy", - "text_in", - "text_initcap", - "text_lower", - "text_out", - "text_to_cstring", - "text_to_set", - "text_union_transfn", - "text_upper", "textcat_text_text", "textcat_text_textset", "textcat_text_ttext", @@ -3227,8 +2719,6 @@ "tgt_tint_int", "tgt_ttext_text", "th3index_are_neighbor_cells", - "th3index_cell_area_km2", - "th3index_cell_area_rads2", "th3index_cell_to_center_child", "th3index_cell_to_center_child_next", "th3index_cell_to_child_pos", @@ -3238,9 +2728,7 @@ "th3index_cells_to_directed_edge", "th3index_child_pos_to_cell", "th3index_directed_edge_to_boundary", - "th3index_edge_length_km", - "th3index_edge_length_m", - "th3index_edge_length_rads", + "th3index_edge_length", "th3index_end_value", "th3index_get_base_cell_number", "th3index_get_directed_edge_destination", @@ -3253,6 +2741,7 @@ "th3index_is_valid_vertex", "th3index_local_ij_to_cell", "th3index_make", + "th3index_out", "th3index_start_value", "th3index_to_tbigint", "th3index_to_tgeogpoint", @@ -3432,89 +2921,41 @@ "tor_tbool_tbool", "torder_type", "touches_cbuffer_cbuffer", - "tpcbox_above", - "tpcbox_adjacent", - "tpcbox_after", - "tpcbox_back", - "tpcbox_before", - "tpcbox_below", - "tpcbox_cmp", - "tpcbox_contained", - "tpcbox_contains", - "tpcbox_copy", - "tpcbox_eq", - "tpcbox_expand", - "tpcbox_extent_transfn", - "tpcbox_front", - "tpcbox_ge", - "tpcbox_geodetic", - "tpcbox_gist_inner_consistent", - "tpcbox_gt", - "tpcbox_hast", - "tpcbox_hasx", - "tpcbox_hasz", - "tpcbox_in", - "tpcbox_index_leaf_consistent", - "tpcbox_index_recheck", - "tpcbox_le", - "tpcbox_left", - "tpcbox_lt", - "tpcbox_make", - "tpcbox_ne", - "tpcbox_out", - "tpcbox_overabove", - "tpcbox_overafter", - "tpcbox_overback", - "tpcbox_overbefore", - "tpcbox_overbelow", - "tpcbox_overfront", - "tpcbox_overlaps", - "tpcbox_overleft", - "tpcbox_overright", - "tpcbox_parse", - "tpcbox_pcid", - "tpcbox_right", - "tpcbox_round", - "tpcbox_same", - "tpcbox_set_srid", - "tpcbox_set_stbox", - "tpcbox_srid", - "tpcbox_tmax", - "tpcbox_tmax_inc", - "tpcbox_tmin", - "tpcbox_tmin_inc", - "tpcbox_to_stbox", - "tpcbox_xmax", - "tpcbox_xmin", - "tpcbox_ymax", - "tpcbox_ymin", - "tpcbox_zmax", - "tpcbox_zmin", "tpcpatch_at_value", "tpcpatch_end_value", "tpcpatch_from_base_temp", + "tpcpatch_in", "tpcpatch_minus_value", + "tpcpatch_out", "tpcpatch_start_value", "tpcpatch_to_tgeometry", "tpcpatch_value_at_timestamptz", "tpcpatch_value_n", "tpcpatch_values", + "tpcpatchinst_in", "tpcpatchinst_make", "tpcpatchseq_from_base_tstzset", "tpcpatchseq_from_base_tstzspan", + "tpcpatchseq_in", "tpcpatchseqset_from_base_tstzspanset", + "tpcpatchseqset_in", "tpcpoint_at_value", "tpcpoint_end_value", "tpcpoint_from_base_temp", + "tpcpoint_in", "tpcpoint_minus_value", + "tpcpoint_out", "tpcpoint_start_value", "tpcpoint_value_at_timestamptz", "tpcpoint_value_n", "tpcpoint_values", + "tpcpointinst_in", "tpcpointinst_make", "tpcpointseq_from_base_tstzset", "tpcpointseq_from_base_tstzspan", + "tpcpointseq_in", "tpcpointseqset_from_base_tstzspanset", + "tpcpointseqset_in", "tpointcloud_temptype", "tpointcloud_to_tgeompoint", "tpointcloudinst_set_tpcbox", @@ -3566,6 +3007,7 @@ "tquadbin_end_value", "tquadbin_in", "tquadbin_make", + "tquadbin_out", "tquadbin_start_value", "tquadbin_to_tbigint", "tquadbin_value_at_timestamptz", @@ -3588,6 +3030,7 @@ "ts2cell_end_value", "ts2cell_in", "ts2cell_make", + "ts2cell_out", "ts2cell_start_value", "ts2cell_to_tbigint", "ts2cell_value_at_timestamptz", @@ -3644,6 +3087,8 @@ "type_from_hexwkb", "type_from_wkb", "type_span_bbox", + "uint_mod_add", + "uint_mod_sub", "union_bigint_set", "union_bigint_span", "union_bigint_spanset", @@ -3715,10 +3160,10 @@ "value_union_transfn", "wkb_variant_from_endian" ], - "coveragePct": 30.1, + "coveragePct": 41.8, "errorStatus": "scanned", - "ooMethods": 1558, - "ooExcluded": 1558 + "ooMethods": 2198, + "ooExcluded": 2198 }, "worklist": [ {