1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
|
TExecFunc arrow_aclcontains() { return MakeIndirectExec<true, true>(&aclcontains); }
TExecFunc arrow_acldefault_sql() { return MakeIndirectExec<true, false>(&acldefault_sql); }
TExecFunc arrow_aclinsert() { return MakeIndirectExec<true, false>(&aclinsert); }
TExecFunc arrow_aclitem_eq() { return MakeIndirectExec<true, true>(&aclitem_eq); }
TExecFunc arrow_aclitemin() { return MakeIndirectExec<true, false>(&aclitemin); }
TExecFunc arrow_aclitemout() { return MakeIndirectExec<true, false>(&aclitemout); }
TExecFunc arrow_aclremove() { return MakeIndirectExec<true, false>(&aclremove); }
TExecFunc arrow_amvalidate() { return MakeIndirectExec<true, true>(&amvalidate); }
TExecFunc arrow_bthandler() { return MakeIndirectExec<true, true>(&bthandler); }
TExecFunc arrow_cursor_to_xml() { return MakeIndirectExec<true, false>(&cursor_to_xml); }
TExecFunc arrow_cursor_to_xmlschema() { return MakeIndirectExec<true, false>(&cursor_to_xmlschema); }
TExecFunc arrow_database_to_xml() { return MakeIndirectExec<true, false>(&database_to_xml); }
TExecFunc arrow_database_to_xml_and_xmlschema() { return MakeIndirectExec<true, false>(&database_to_xml_and_xmlschema); }
TExecFunc arrow_database_to_xmlschema() { return MakeIndirectExec<true, false>(&database_to_xmlschema); }
TExecFunc arrow_dtoi8() { return MakeIndirectExec<true, true>(&dtoi8); }
TExecFunc arrow_ftoi8() { return MakeIndirectExec<true, true>(&ftoi8); }
TExecFunc arrow_generate_series_int8_support() { return MakeIndirectExec<true, true>(&generate_series_int8_support); }
TExecFunc arrow_has_any_column_privilege_id() { return MakeIndirectExec<true, true>(&has_any_column_privilege_id); }
TExecFunc arrow_has_any_column_privilege_id_id() { return MakeIndirectExec<true, true>(&has_any_column_privilege_id_id); }
TExecFunc arrow_has_any_column_privilege_id_name() { return MakeIndirectExec<true, true>(&has_any_column_privilege_id_name); }
TExecFunc arrow_has_any_column_privilege_name() { return MakeIndirectExec<true, true>(&has_any_column_privilege_name); }
TExecFunc arrow_has_any_column_privilege_name_id() { return MakeIndirectExec<true, true>(&has_any_column_privilege_name_id); }
TExecFunc arrow_has_any_column_privilege_name_name() { return MakeIndirectExec<true, true>(&has_any_column_privilege_name_name); }
TExecFunc arrow_has_column_privilege_id_attnum() { return MakeIndirectExec<true, true>(&has_column_privilege_id_attnum); }
TExecFunc arrow_has_column_privilege_id_id_attnum() { return MakeIndirectExec<true, true>(&has_column_privilege_id_id_attnum); }
TExecFunc arrow_has_column_privilege_id_id_name() { return MakeIndirectExec<true, true>(&has_column_privilege_id_id_name); }
TExecFunc arrow_has_column_privilege_id_name() { return MakeIndirectExec<true, true>(&has_column_privilege_id_name); }
TExecFunc arrow_has_column_privilege_id_name_attnum() { return MakeIndirectExec<true, true>(&has_column_privilege_id_name_attnum); }
TExecFunc arrow_has_column_privilege_id_name_name() { return MakeIndirectExec<true, true>(&has_column_privilege_id_name_name); }
TExecFunc arrow_has_column_privilege_name_attnum() { return MakeIndirectExec<true, true>(&has_column_privilege_name_attnum); }
TExecFunc arrow_has_column_privilege_name_id_attnum() { return MakeIndirectExec<true, true>(&has_column_privilege_name_id_attnum); }
TExecFunc arrow_has_column_privilege_name_id_name() { return MakeIndirectExec<true, true>(&has_column_privilege_name_id_name); }
TExecFunc arrow_has_column_privilege_name_name() { return MakeIndirectExec<true, true>(&has_column_privilege_name_name); }
TExecFunc arrow_has_column_privilege_name_name_attnum() { return MakeIndirectExec<true, true>(&has_column_privilege_name_name_attnum); }
TExecFunc arrow_has_column_privilege_name_name_name() { return MakeIndirectExec<true, true>(&has_column_privilege_name_name_name); }
TExecFunc arrow_has_database_privilege_id() { return MakeIndirectExec<true, true>(&has_database_privilege_id); }
TExecFunc arrow_has_database_privilege_id_id() { return MakeIndirectExec<true, true>(&has_database_privilege_id_id); }
TExecFunc arrow_has_database_privilege_id_name() { return MakeIndirectExec<true, true>(&has_database_privilege_id_name); }
TExecFunc arrow_has_database_privilege_name() { return MakeIndirectExec<true, true>(&has_database_privilege_name); }
TExecFunc arrow_has_database_privilege_name_id() { return MakeIndirectExec<true, true>(&has_database_privilege_name_id); }
TExecFunc arrow_has_database_privilege_name_name() { return MakeIndirectExec<true, true>(&has_database_privilege_name_name); }
TExecFunc arrow_has_foreign_data_wrapper_privilege_id() { return MakeIndirectExec<true, true>(&has_foreign_data_wrapper_privilege_id); }
TExecFunc arrow_has_foreign_data_wrapper_privilege_id_id() { return MakeIndirectExec<true, true>(&has_foreign_data_wrapper_privilege_id_id); }
TExecFunc arrow_has_foreign_data_wrapper_privilege_id_name() { return MakeIndirectExec<true, true>(&has_foreign_data_wrapper_privilege_id_name); }
TExecFunc arrow_has_foreign_data_wrapper_privilege_name() { return MakeIndirectExec<true, true>(&has_foreign_data_wrapper_privilege_name); }
TExecFunc arrow_has_foreign_data_wrapper_privilege_name_id() { return MakeIndirectExec<true, true>(&has_foreign_data_wrapper_privilege_name_id); }
TExecFunc arrow_has_foreign_data_wrapper_privilege_name_name() { return MakeIndirectExec<true, true>(&has_foreign_data_wrapper_privilege_name_name); }
TExecFunc arrow_has_function_privilege_id() { return MakeIndirectExec<true, true>(&has_function_privilege_id); }
TExecFunc arrow_has_function_privilege_id_id() { return MakeIndirectExec<true, true>(&has_function_privilege_id_id); }
TExecFunc arrow_has_function_privilege_id_name() { return MakeIndirectExec<true, true>(&has_function_privilege_id_name); }
TExecFunc arrow_has_function_privilege_name() { return MakeIndirectExec<true, true>(&has_function_privilege_name); }
TExecFunc arrow_has_function_privilege_name_id() { return MakeIndirectExec<true, true>(&has_function_privilege_name_id); }
TExecFunc arrow_has_function_privilege_name_name() { return MakeIndirectExec<true, true>(&has_function_privilege_name_name); }
TExecFunc arrow_has_language_privilege_id() { return MakeIndirectExec<true, true>(&has_language_privilege_id); }
TExecFunc arrow_has_language_privilege_id_id() { return MakeIndirectExec<true, true>(&has_language_privilege_id_id); }
TExecFunc arrow_has_language_privilege_id_name() { return MakeIndirectExec<true, true>(&has_language_privilege_id_name); }
TExecFunc arrow_has_language_privilege_name() { return MakeIndirectExec<true, true>(&has_language_privilege_name); }
TExecFunc arrow_has_language_privilege_name_id() { return MakeIndirectExec<true, true>(&has_language_privilege_name_id); }
TExecFunc arrow_has_language_privilege_name_name() { return MakeIndirectExec<true, true>(&has_language_privilege_name_name); }
TExecFunc arrow_has_parameter_privilege_id_name() { return MakeIndirectExec<true, true>(&has_parameter_privilege_id_name); }
TExecFunc arrow_has_parameter_privilege_name() { return MakeIndirectExec<true, true>(&has_parameter_privilege_name); }
TExecFunc arrow_has_parameter_privilege_name_name() { return MakeIndirectExec<true, true>(&has_parameter_privilege_name_name); }
TExecFunc arrow_has_schema_privilege_id() { return MakeIndirectExec<true, true>(&has_schema_privilege_id); }
TExecFunc arrow_has_schema_privilege_id_id() { return MakeIndirectExec<true, true>(&has_schema_privilege_id_id); }
TExecFunc arrow_has_schema_privilege_id_name() { return MakeIndirectExec<true, true>(&has_schema_privilege_id_name); }
TExecFunc arrow_has_schema_privilege_name() { return MakeIndirectExec<true, true>(&has_schema_privilege_name); }
TExecFunc arrow_has_schema_privilege_name_id() { return MakeIndirectExec<true, true>(&has_schema_privilege_name_id); }
TExecFunc arrow_has_schema_privilege_name_name() { return MakeIndirectExec<true, true>(&has_schema_privilege_name_name); }
TExecFunc arrow_has_sequence_privilege_id() { return MakeIndirectExec<true, true>(&has_sequence_privilege_id); }
TExecFunc arrow_has_sequence_privilege_id_id() { return MakeIndirectExec<true, true>(&has_sequence_privilege_id_id); }
TExecFunc arrow_has_sequence_privilege_id_name() { return MakeIndirectExec<true, true>(&has_sequence_privilege_id_name); }
TExecFunc arrow_has_sequence_privilege_name() { return MakeIndirectExec<true, true>(&has_sequence_privilege_name); }
TExecFunc arrow_has_sequence_privilege_name_id() { return MakeIndirectExec<true, true>(&has_sequence_privilege_name_id); }
TExecFunc arrow_has_sequence_privilege_name_name() { return MakeIndirectExec<true, true>(&has_sequence_privilege_name_name); }
TExecFunc arrow_has_server_privilege_id() { return MakeIndirectExec<true, true>(&has_server_privilege_id); }
TExecFunc arrow_has_server_privilege_id_id() { return MakeIndirectExec<true, true>(&has_server_privilege_id_id); }
TExecFunc arrow_has_server_privilege_id_name() { return MakeIndirectExec<true, true>(&has_server_privilege_id_name); }
TExecFunc arrow_has_server_privilege_name() { return MakeIndirectExec<true, true>(&has_server_privilege_name); }
TExecFunc arrow_has_server_privilege_name_id() { return MakeIndirectExec<true, true>(&has_server_privilege_name_id); }
TExecFunc arrow_has_server_privilege_name_name() { return MakeIndirectExec<true, true>(&has_server_privilege_name_name); }
TExecFunc arrow_has_table_privilege_id() { return MakeIndirectExec<true, true>(&has_table_privilege_id); }
TExecFunc arrow_has_table_privilege_id_id() { return MakeIndirectExec<true, true>(&has_table_privilege_id_id); }
TExecFunc arrow_has_table_privilege_id_name() { return MakeIndirectExec<true, true>(&has_table_privilege_id_name); }
TExecFunc arrow_has_table_privilege_name() { return MakeIndirectExec<true, true>(&has_table_privilege_name); }
TExecFunc arrow_has_table_privilege_name_id() { return MakeIndirectExec<true, true>(&has_table_privilege_name_id); }
TExecFunc arrow_has_table_privilege_name_name() { return MakeIndirectExec<true, true>(&has_table_privilege_name_name); }
TExecFunc arrow_has_tablespace_privilege_id() { return MakeIndirectExec<true, true>(&has_tablespace_privilege_id); }
TExecFunc arrow_has_tablespace_privilege_id_id() { return MakeIndirectExec<true, true>(&has_tablespace_privilege_id_id); }
TExecFunc arrow_has_tablespace_privilege_id_name() { return MakeIndirectExec<true, true>(&has_tablespace_privilege_id_name); }
TExecFunc arrow_has_tablespace_privilege_name() { return MakeIndirectExec<true, true>(&has_tablespace_privilege_name); }
TExecFunc arrow_has_tablespace_privilege_name_id() { return MakeIndirectExec<true, true>(&has_tablespace_privilege_name_id); }
TExecFunc arrow_has_tablespace_privilege_name_name() { return MakeIndirectExec<true, true>(&has_tablespace_privilege_name_name); }
TExecFunc arrow_has_type_privilege_id() { return MakeIndirectExec<true, true>(&has_type_privilege_id); }
TExecFunc arrow_has_type_privilege_id_id() { return MakeIndirectExec<true, true>(&has_type_privilege_id_id); }
TExecFunc arrow_has_type_privilege_id_name() { return MakeIndirectExec<true, true>(&has_type_privilege_id_name); }
TExecFunc arrow_has_type_privilege_name() { return MakeIndirectExec<true, true>(&has_type_privilege_name); }
TExecFunc arrow_has_type_privilege_name_id() { return MakeIndirectExec<true, true>(&has_type_privilege_name_id); }
TExecFunc arrow_has_type_privilege_name_name() { return MakeIndirectExec<true, true>(&has_type_privilege_name_name); }
TExecFunc arrow_hash_aclitem() { return MakeIndirectExec<true, true>(&hash_aclitem); }
TExecFunc arrow_hash_aclitem_extended() { return MakeIndirectExec<true, true>(&hash_aclitem_extended); }
TExecFunc arrow_i8tod() { return MakeIndirectExec<true, true>(&i8tod); }
TExecFunc arrow_i8tof() { return MakeIndirectExec<true, true>(&i8tof); }
TExecFunc arrow_i8tooid() { return MakeIndirectExec<true, true>(&i8tooid); }
TExecFunc arrow_in_range_int8_int8() { return MakeIndirectExec<true, true>(&in_range_int8_int8); }
TExecFunc arrow_int28() { return MakeIndirectExec<true, true>(&int28); }
TExecFunc arrow_int28div() { return MakeIndirectExec<true, true>(&int28div); }
TExecFunc arrow_int28eq() { return MakeIndirectExec<true, true>(&int28eq); }
TExecFunc arrow_int28ge() { return MakeIndirectExec<true, true>(&int28ge); }
TExecFunc arrow_int28gt() { return MakeIndirectExec<true, true>(&int28gt); }
TExecFunc arrow_int28le() { return MakeIndirectExec<true, true>(&int28le); }
TExecFunc arrow_int28lt() { return MakeIndirectExec<true, true>(&int28lt); }
TExecFunc arrow_int28mi() { return MakeIndirectExec<true, true>(&int28mi); }
TExecFunc arrow_int28mul() { return MakeIndirectExec<true, true>(&int28mul); }
TExecFunc arrow_int28ne() { return MakeIndirectExec<true, true>(&int28ne); }
TExecFunc arrow_int28pl() { return MakeIndirectExec<true, true>(&int28pl); }
TExecFunc arrow_int48() { return MakeIndirectExec<true, true>(&int48); }
TExecFunc arrow_int48div() { return MakeIndirectExec<true, true>(&int48div); }
TExecFunc arrow_int48eq() { return MakeIndirectExec<true, true>(&int48eq); }
TExecFunc arrow_int48ge() { return MakeIndirectExec<true, true>(&int48ge); }
TExecFunc arrow_int48gt() { return MakeIndirectExec<true, true>(&int48gt); }
TExecFunc arrow_int48le() { return MakeIndirectExec<true, true>(&int48le); }
TExecFunc arrow_int48lt() { return MakeIndirectExec<true, true>(&int48lt); }
TExecFunc arrow_int48mi() { return MakeIndirectExec<true, true>(&int48mi); }
TExecFunc arrow_int48mul() { return MakeIndirectExec<true, true>(&int48mul); }
TExecFunc arrow_int48ne() { return MakeIndirectExec<true, true>(&int48ne); }
TExecFunc arrow_int48pl() { return MakeIndirectExec<true, true>(&int48pl); }
TExecFunc arrow_int82() { return MakeIndirectExec<true, true>(&int82); }
TExecFunc arrow_int82div() { return MakeIndirectExec<true, true>(&int82div); }
TExecFunc arrow_int82eq() { return MakeIndirectExec<true, true>(&int82eq); }
TExecFunc arrow_int82ge() { return MakeIndirectExec<true, true>(&int82ge); }
TExecFunc arrow_int82gt() { return MakeIndirectExec<true, true>(&int82gt); }
TExecFunc arrow_int82le() { return MakeIndirectExec<true, true>(&int82le); }
TExecFunc arrow_int82lt() { return MakeIndirectExec<true, true>(&int82lt); }
TExecFunc arrow_int82mi() { return MakeIndirectExec<true, true>(&int82mi); }
TExecFunc arrow_int82mul() { return MakeIndirectExec<true, true>(&int82mul); }
TExecFunc arrow_int82ne() { return MakeIndirectExec<true, true>(&int82ne); }
TExecFunc arrow_int82pl() { return MakeIndirectExec<true, true>(&int82pl); }
TExecFunc arrow_int84() { return MakeIndirectExec<true, true>(&int84); }
TExecFunc arrow_int84div() { return MakeIndirectExec<true, true>(&int84div); }
TExecFunc arrow_int84eq() { return MakeIndirectExec<true, true>(&int84eq); }
TExecFunc arrow_int84ge() { return MakeIndirectExec<true, true>(&int84ge); }
TExecFunc arrow_int84gt() { return MakeIndirectExec<true, true>(&int84gt); }
TExecFunc arrow_int84le() { return MakeIndirectExec<true, true>(&int84le); }
TExecFunc arrow_int84lt() { return MakeIndirectExec<true, true>(&int84lt); }
TExecFunc arrow_int84mi() { return MakeIndirectExec<true, true>(&int84mi); }
TExecFunc arrow_int84mul() { return MakeIndirectExec<true, true>(&int84mul); }
TExecFunc arrow_int84ne() { return MakeIndirectExec<true, true>(&int84ne); }
TExecFunc arrow_int84pl() { return MakeIndirectExec<true, true>(&int84pl); }
TExecFunc arrow_int8abs() { return MakeIndirectExec<true, true>(&int8abs); }
TExecFunc arrow_int8and() { return MakeIndirectExec<true, true>(&int8and); }
TExecFunc arrow_int8dec() { return MakeIndirectExec<true, true>(&int8dec); }
TExecFunc arrow_int8dec_any() { return MakeIndirectExec<true, true>(&int8dec_any); }
TExecFunc arrow_int8div() { return MakeIndirectExec<true, true>(&int8div); }
TExecFunc arrow_int8eq() { return MakeIndirectExec<true, true>(&int8eq); }
TExecFunc arrow_int8gcd() { return MakeIndirectExec<true, true>(&int8gcd); }
TExecFunc arrow_int8ge() { return MakeIndirectExec<true, true>(&int8ge); }
TExecFunc arrow_int8gt() { return MakeIndirectExec<true, true>(&int8gt); }
TExecFunc arrow_int8in() { return MakeIndirectExec<true, true>(&int8in); }
TExecFunc arrow_int8inc() { return MakeIndirectExec<true, true>(&int8inc); }
TExecFunc arrow_int8inc_any() { return MakeIndirectExec<true, true>(&int8inc_any); }
TExecFunc arrow_int8inc_float8_float8() { return MakeIndirectExec<true, true>(&int8inc_float8_float8); }
TExecFunc arrow_int8inc_support() { return MakeIndirectExec<true, true>(&int8inc_support); }
TExecFunc arrow_int8larger() { return MakeIndirectExec<true, true>(&int8larger); }
TExecFunc arrow_int8lcm() { return MakeIndirectExec<true, true>(&int8lcm); }
TExecFunc arrow_int8le() { return MakeIndirectExec<true, true>(&int8le); }
TExecFunc arrow_int8lt() { return MakeIndirectExec<true, true>(&int8lt); }
TExecFunc arrow_int8mi() { return MakeIndirectExec<true, true>(&int8mi); }
TExecFunc arrow_int8mod() { return MakeIndirectExec<true, true>(&int8mod); }
TExecFunc arrow_int8mul() { return MakeIndirectExec<true, true>(&int8mul); }
TExecFunc arrow_int8ne() { return MakeIndirectExec<true, true>(&int8ne); }
TExecFunc arrow_int8not() { return MakeIndirectExec<true, true>(&int8not); }
TExecFunc arrow_int8or() { return MakeIndirectExec<true, true>(&int8or); }
TExecFunc arrow_int8out() { return MakeIndirectExec<true, false>(&int8out); }
TExecFunc arrow_int8pl() { return MakeIndirectExec<true, true>(&int8pl); }
TExecFunc arrow_int8recv() { return MakeIndirectExec<true, true>(&int8recv); }
TExecFunc arrow_int8send() { return MakeIndirectExec<true, false>(&int8send); }
TExecFunc arrow_int8shl() { return MakeIndirectExec<true, true>(&int8shl); }
TExecFunc arrow_int8shr() { return MakeIndirectExec<true, true>(&int8shr); }
TExecFunc arrow_int8smaller() { return MakeIndirectExec<true, true>(&int8smaller); }
TExecFunc arrow_int8um() { return MakeIndirectExec<true, true>(&int8um); }
TExecFunc arrow_int8up() { return MakeIndirectExec<true, true>(&int8up); }
TExecFunc arrow_int8xor() { return MakeIndirectExec<true, true>(&int8xor); }
TExecFunc arrow_jsonb_path_exists() { return MakeIndirectExec<true, true>(&jsonb_path_exists); }
TExecFunc arrow_jsonb_path_exists_opr() { return MakeIndirectExec<true, true>(&jsonb_path_exists_opr); }
TExecFunc arrow_jsonb_path_exists_tz() { return MakeIndirectExec<true, true>(&jsonb_path_exists_tz); }
TExecFunc arrow_jsonb_path_match() { return MakeIndirectExec<true, true>(&jsonb_path_match); }
TExecFunc arrow_jsonb_path_match_opr() { return MakeIndirectExec<true, true>(&jsonb_path_match_opr); }
TExecFunc arrow_jsonb_path_match_tz() { return MakeIndirectExec<true, true>(&jsonb_path_match_tz); }
TExecFunc arrow_jsonb_path_query_array() { return MakeIndirectExec<true, false>(&jsonb_path_query_array); }
TExecFunc arrow_jsonb_path_query_array_tz() { return MakeIndirectExec<true, false>(&jsonb_path_query_array_tz); }
TExecFunc arrow_jsonb_path_query_first() { return MakeIndirectExec<true, false>(&jsonb_path_query_first); }
TExecFunc arrow_jsonb_path_query_first_tz() { return MakeIndirectExec<true, false>(&jsonb_path_query_first_tz); }
TExecFunc arrow_makeaclitem() { return MakeIndirectExec<true, false>(&makeaclitem); }
TExecFunc arrow_oidtoi8() { return MakeIndirectExec<true, true>(&oidtoi8); }
TExecFunc arrow_pg_dependencies_in() { return MakeIndirectExec<true, false>(&pg_dependencies_in); }
TExecFunc arrow_pg_dependencies_out() { return MakeIndirectExec<true, false>(&pg_dependencies_out); }
TExecFunc arrow_pg_dependencies_recv() { return MakeIndirectExec<true, false>(&pg_dependencies_recv); }
TExecFunc arrow_pg_dependencies_send() { return MakeIndirectExec<true, false>(&pg_dependencies_send); }
TExecFunc arrow_pg_has_role_id() { return MakeIndirectExec<true, true>(&pg_has_role_id); }
TExecFunc arrow_pg_has_role_id_id() { return MakeIndirectExec<true, true>(&pg_has_role_id_id); }
TExecFunc arrow_pg_has_role_id_name() { return MakeIndirectExec<true, true>(&pg_has_role_id_name); }
TExecFunc arrow_pg_has_role_name() { return MakeIndirectExec<true, true>(&pg_has_role_name); }
TExecFunc arrow_pg_has_role_name_id() { return MakeIndirectExec<true, true>(&pg_has_role_name_id); }
TExecFunc arrow_pg_has_role_name_name() { return MakeIndirectExec<true, true>(&pg_has_role_name_name); }
TExecFunc arrow_query_to_xml() { return MakeIndirectExec<true, false>(&query_to_xml); }
TExecFunc arrow_query_to_xml_and_xmlschema() { return MakeIndirectExec<true, false>(&query_to_xml_and_xmlschema); }
TExecFunc arrow_query_to_xmlschema() { return MakeIndirectExec<true, false>(&query_to_xmlschema); }
TExecFunc arrow_schema_to_xml() { return MakeIndirectExec<true, false>(&schema_to_xml); }
TExecFunc arrow_schema_to_xml_and_xmlschema() { return MakeIndirectExec<true, false>(&schema_to_xml_and_xmlschema); }
TExecFunc arrow_schema_to_xmlschema() { return MakeIndirectExec<true, false>(&schema_to_xmlschema); }
TExecFunc arrow_table_to_xml() { return MakeIndirectExec<true, false>(&table_to_xml); }
TExecFunc arrow_table_to_xml_and_xmlschema() { return MakeIndirectExec<true, false>(&table_to_xml_and_xmlschema); }
TExecFunc arrow_table_to_xmlschema() { return MakeIndirectExec<true, false>(&table_to_xmlschema); }
TExecFunc arrow_texttoxml() { return MakeIndirectExec<true, false>(&texttoxml); }
TExecFunc arrow_ts_rank_tt() { return MakeIndirectExec<true, true>(&ts_rank_tt); }
TExecFunc arrow_ts_rank_ttf() { return MakeIndirectExec<true, true>(&ts_rank_ttf); }
TExecFunc arrow_ts_rank_wtt() { return MakeIndirectExec<true, true>(&ts_rank_wtt); }
TExecFunc arrow_ts_rank_wttf() { return MakeIndirectExec<true, true>(&ts_rank_wttf); }
TExecFunc arrow_ts_rankcd_tt() { return MakeIndirectExec<true, true>(&ts_rankcd_tt); }
TExecFunc arrow_ts_rankcd_ttf() { return MakeIndirectExec<true, true>(&ts_rankcd_ttf); }
TExecFunc arrow_ts_rankcd_wtt() { return MakeIndirectExec<true, true>(&ts_rankcd_wtt); }
TExecFunc arrow_ts_rankcd_wttf() { return MakeIndirectExec<true, true>(&ts_rankcd_wttf); }
TExecFunc arrow_unique_key_recheck() { return MakeIndirectExec<true, true>(&unique_key_recheck); }
TExecFunc arrow_xml_in() { return MakeIndirectExec<true, false>(&xml_in); }
TExecFunc arrow_xml_is_well_formed() { return MakeIndirectExec<true, true>(&xml_is_well_formed); }
TExecFunc arrow_xml_is_well_formed_content() { return MakeIndirectExec<true, true>(&xml_is_well_formed_content); }
TExecFunc arrow_xml_is_well_formed_document() { return MakeIndirectExec<true, true>(&xml_is_well_formed_document); }
TExecFunc arrow_xml_out() { return MakeIndirectExec<true, false>(&xml_out); }
TExecFunc arrow_xml_recv() { return MakeIndirectExec<true, false>(&xml_recv); }
TExecFunc arrow_xml_send() { return MakeIndirectExec<true, false>(&xml_send); }
TExecFunc arrow_xmlcomment() { return MakeIndirectExec<true, false>(&xmlcomment); }
TExecFunc arrow_xmlconcat2() { return MakeIndirectExec<false, false>(&xmlconcat2); }
TExecFunc arrow_xmlexists() { return MakeIndirectExec<true, true>(&xmlexists); }
TExecFunc arrow_xmltotext() { return MakeIndirectExec<true, false>(&xmltotext); }
TExecFunc arrow_xmlvalidate() { return MakeIndirectExec<true, true>(&xmlvalidate); }
TExecFunc arrow_xpath() { return MakeIndirectExec<true, false>(&xpath); }
TExecFunc arrow_xpath_exists() { return MakeIndirectExec<true, true>(&xpath_exists); }
|