aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/pg_kernels.slow.17.inc
blob: 5fbb545bc432a1ef0b2ef4df559dd0ee4e9e76d9 (plain) (blame)
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
TExecFunc arrow_array_to_text() { return MakeIndirectExec<true, false>(&array_to_text); }
TExecFunc arrow_array_to_text_null() { return MakeIndirectExec<false, false>(&array_to_text_null); }
TExecFunc arrow_binary_upgrade_create_empty_extension() { return MakeIndirectExec<false, true>(&binary_upgrade_create_empty_extension); }
TExecFunc arrow_binary_upgrade_set_missing_value() { return MakeIndirectExec<true, true>(&binary_upgrade_set_missing_value); }
TExecFunc arrow_binary_upgrade_set_next_array_pg_type_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_array_pg_type_oid); }
TExecFunc arrow_binary_upgrade_set_next_heap_pg_class_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_heap_pg_class_oid); }
TExecFunc arrow_binary_upgrade_set_next_heap_relfilenode() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_heap_relfilenode); }
TExecFunc arrow_binary_upgrade_set_next_index_pg_class_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_index_pg_class_oid); }
TExecFunc arrow_binary_upgrade_set_next_index_relfilenode() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_index_relfilenode); }
TExecFunc arrow_binary_upgrade_set_next_multirange_array_pg_type_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_multirange_array_pg_type_oid); }
TExecFunc arrow_binary_upgrade_set_next_multirange_pg_type_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_multirange_pg_type_oid); }
TExecFunc arrow_binary_upgrade_set_next_pg_authid_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_pg_authid_oid); }
TExecFunc arrow_binary_upgrade_set_next_pg_enum_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_pg_enum_oid); }
TExecFunc arrow_binary_upgrade_set_next_pg_tablespace_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_pg_tablespace_oid); }
TExecFunc arrow_binary_upgrade_set_next_pg_type_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_pg_type_oid); }
TExecFunc arrow_binary_upgrade_set_next_toast_pg_class_oid() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_toast_pg_class_oid); }
TExecFunc arrow_binary_upgrade_set_next_toast_relfilenode() { return MakeIndirectExec<true, true>(&binary_upgrade_set_next_toast_relfilenode); }
TExecFunc arrow_binary_upgrade_set_record_init_privs() { return MakeIndirectExec<true, true>(&binary_upgrade_set_record_init_privs); }
TExecFunc arrow_btnametextcmp() { return MakeIndirectExec<true, true>(&btnametextcmp); }
TExecFunc arrow_bttext_pattern_cmp() { return MakeIndirectExec<true, true>(&bttext_pattern_cmp); }
TExecFunc arrow_bttext_pattern_sortsupport() { return MakeIndirectExec<true, true>(&bttext_pattern_sortsupport); }
TExecFunc arrow_bttextcmp() { return MakeIndirectExec<true, true>(&bttextcmp); }
TExecFunc arrow_bttextnamecmp() { return MakeIndirectExec<true, true>(&bttextnamecmp); }
TExecFunc arrow_bttextsortsupport() { return MakeIndirectExec<true, true>(&bttextsortsupport); }
TExecFunc arrow_btvarstrequalimage() { return MakeIndirectExec<true, true>(&btvarstrequalimage); }
TExecFunc arrow_byteaGetBit() { return MakeIndirectExec<true, true>(&byteaGetBit); }
TExecFunc arrow_byteaGetByte() { return MakeIndirectExec<true, true>(&byteaGetByte); }
TExecFunc arrow_byteaSetBit() { return MakeIndirectExec<true, false>(&byteaSetBit); }
TExecFunc arrow_byteaSetByte() { return MakeIndirectExec<true, false>(&byteaSetByte); }
TExecFunc arrow_bytea_bit_count() { return MakeIndirectExec<true, true>(&bytea_bit_count); }
TExecFunc arrow_bytea_sortsupport() { return MakeIndirectExec<true, true>(&bytea_sortsupport); }
TExecFunc arrow_bytea_string_agg_finalfn() { return MakeIndirectExec<false, false>(&bytea_string_agg_finalfn); }
TExecFunc arrow_bytea_string_agg_transfn() { return MakeIndirectExec<false, true>(&bytea_string_agg_transfn); }
TExecFunc arrow_bytea_substr() { return MakeIndirectExec<true, false>(&bytea_substr); }
TExecFunc arrow_bytea_substr_no_len() { return MakeIndirectExec<true, false>(&bytea_substr_no_len); }
TExecFunc arrow_byteacat() { return MakeIndirectExec<true, false>(&byteacat); }
TExecFunc arrow_byteacmp() { return MakeIndirectExec<true, true>(&byteacmp); }
TExecFunc arrow_byteaeq() { return MakeIndirectExec<true, true>(&byteaeq); }
TExecFunc arrow_byteage() { return MakeIndirectExec<true, true>(&byteage); }
TExecFunc arrow_byteagt() { return MakeIndirectExec<true, true>(&byteagt); }
TExecFunc arrow_byteain() { return MakeIndirectExec<true, false>(&byteain); }
TExecFunc arrow_byteale() { return MakeIndirectExec<true, true>(&byteale); }
TExecFunc arrow_bytealt() { return MakeIndirectExec<true, true>(&bytealt); }
TExecFunc arrow_byteane() { return MakeIndirectExec<true, true>(&byteane); }
TExecFunc arrow_byteaoctetlen() { return MakeIndirectExec<true, true>(&byteaoctetlen); }
TExecFunc arrow_byteaout() { return MakeIndirectExec<true, false>(&byteaout); }
TExecFunc arrow_byteaoverlay() { return MakeIndirectExec<true, false>(&byteaoverlay); }
TExecFunc arrow_byteaoverlay_no_len() { return MakeIndirectExec<true, false>(&byteaoverlay_no_len); }
TExecFunc arrow_byteapos() { return MakeIndirectExec<true, true>(&byteapos); }
TExecFunc arrow_bytearecv() { return MakeIndirectExec<true, false>(&bytearecv); }
TExecFunc arrow_byteasend() { return MakeIndirectExec<true, false>(&byteasend); }
TExecFunc arrow_dsimple_init() { return MakeIndirectExec<true, true>(&dsimple_init); }
TExecFunc arrow_dsimple_lexize() { return MakeIndirectExec<true, true>(&dsimple_lexize); }
TExecFunc arrow_gin_compare_jsonb() { return MakeIndirectExec<true, true>(&gin_compare_jsonb); }
TExecFunc arrow_gin_consistent_jsonb() { return MakeIndirectExec<true, true>(&gin_consistent_jsonb); }
TExecFunc arrow_gin_consistent_jsonb_path() { return MakeIndirectExec<true, true>(&gin_consistent_jsonb_path); }
TExecFunc arrow_gin_extract_jsonb() { return MakeIndirectExec<true, true>(&gin_extract_jsonb); }
TExecFunc arrow_gin_extract_jsonb_path() { return MakeIndirectExec<true, true>(&gin_extract_jsonb_path); }
TExecFunc arrow_gin_extract_jsonb_query() { return MakeIndirectExec<true, true>(&gin_extract_jsonb_query); }
TExecFunc arrow_gin_extract_jsonb_query_path() { return MakeIndirectExec<true, true>(&gin_extract_jsonb_query_path); }
TExecFunc arrow_gin_triconsistent_jsonb() { return MakeIndirectExec<true, true>(&gin_triconsistent_jsonb); }
TExecFunc arrow_gin_triconsistent_jsonb_path() { return MakeIndirectExec<true, true>(&gin_triconsistent_jsonb_path); }
TExecFunc arrow_inet_spg_choose() { return MakeIndirectExec<true, true>(&inet_spg_choose); }
TExecFunc arrow_inet_spg_config() { return MakeIndirectExec<true, true>(&inet_spg_config); }
TExecFunc arrow_inet_spg_inner_consistent() { return MakeIndirectExec<true, true>(&inet_spg_inner_consistent); }
TExecFunc arrow_inet_spg_leaf_consistent() { return MakeIndirectExec<true, true>(&inet_spg_leaf_consistent); }
TExecFunc arrow_inet_spg_picksplit() { return MakeIndirectExec<true, true>(&inet_spg_picksplit); }
TExecFunc arrow_name_text() { return MakeIndirectExec<true, false>(&name_text); }
TExecFunc arrow_nameeqtext() { return MakeIndirectExec<true, true>(&nameeqtext); }
TExecFunc arrow_namegetext() { return MakeIndirectExec<true, true>(&namegetext); }
TExecFunc arrow_namegttext() { return MakeIndirectExec<true, true>(&namegttext); }
TExecFunc arrow_nameletext() { return MakeIndirectExec<true, true>(&nameletext); }
TExecFunc arrow_namelttext() { return MakeIndirectExec<true, true>(&namelttext); }
TExecFunc arrow_namenetext() { return MakeIndirectExec<true, true>(&namenetext); }
TExecFunc arrow_pg_advisory_lock_int4() { return MakeIndirectExec<true, true>(&pg_advisory_lock_int4); }
TExecFunc arrow_pg_advisory_lock_int8() { return MakeIndirectExec<true, true>(&pg_advisory_lock_int8); }
TExecFunc arrow_pg_advisory_lock_shared_int4() { return MakeIndirectExec<true, true>(&pg_advisory_lock_shared_int4); }
TExecFunc arrow_pg_advisory_lock_shared_int8() { return MakeIndirectExec<true, true>(&pg_advisory_lock_shared_int8); }
TExecFunc arrow_pg_advisory_unlock_all() { return MakeIndirectExec<true, true>(&pg_advisory_unlock_all); }
TExecFunc arrow_pg_advisory_unlock_int4() { return MakeIndirectExec<true, true>(&pg_advisory_unlock_int4); }
TExecFunc arrow_pg_advisory_unlock_int8() { return MakeIndirectExec<true, true>(&pg_advisory_unlock_int8); }
TExecFunc arrow_pg_advisory_unlock_shared_int4() { return MakeIndirectExec<true, true>(&pg_advisory_unlock_shared_int4); }
TExecFunc arrow_pg_advisory_unlock_shared_int8() { return MakeIndirectExec<true, true>(&pg_advisory_unlock_shared_int8); }
TExecFunc arrow_pg_advisory_xact_lock_int4() { return MakeIndirectExec<true, true>(&pg_advisory_xact_lock_int4); }
TExecFunc arrow_pg_advisory_xact_lock_int8() { return MakeIndirectExec<true, true>(&pg_advisory_xact_lock_int8); }
TExecFunc arrow_pg_advisory_xact_lock_shared_int4() { return MakeIndirectExec<true, true>(&pg_advisory_xact_lock_shared_int4); }
TExecFunc arrow_pg_advisory_xact_lock_shared_int8() { return MakeIndirectExec<true, true>(&pg_advisory_xact_lock_shared_int8); }
TExecFunc arrow_pg_blocking_pids() { return MakeIndirectExec<true, false>(&pg_blocking_pids); }
TExecFunc arrow_pg_column_compression() { return MakeIndirectExec<true, false>(&pg_column_compression); }
TExecFunc arrow_pg_column_size() { return MakeIndirectExec<true, true>(&pg_column_size); }
TExecFunc arrow_pg_event_trigger_table_rewrite_oid() { return MakeIndirectExec<true, true>(&pg_event_trigger_table_rewrite_oid); }
TExecFunc arrow_pg_event_trigger_table_rewrite_reason() { return MakeIndirectExec<true, true>(&pg_event_trigger_table_rewrite_reason); }
TExecFunc arrow_pg_isolation_test_session_is_blocked() { return MakeIndirectExec<true, true>(&pg_isolation_test_session_is_blocked); }
TExecFunc arrow_pg_notification_queue_usage() { return MakeIndirectExec<true, true>(&pg_notification_queue_usage); }
TExecFunc arrow_pg_notify() { return MakeIndirectExec<false, true>(&pg_notify); }
TExecFunc arrow_pg_safe_snapshot_blocking_pids() { return MakeIndirectExec<true, false>(&pg_safe_snapshot_blocking_pids); }
TExecFunc arrow_pg_try_advisory_lock_int4() { return MakeIndirectExec<true, true>(&pg_try_advisory_lock_int4); }
TExecFunc arrow_pg_try_advisory_lock_int8() { return MakeIndirectExec<true, true>(&pg_try_advisory_lock_int8); }
TExecFunc arrow_pg_try_advisory_lock_shared_int4() { return MakeIndirectExec<true, true>(&pg_try_advisory_lock_shared_int4); }
TExecFunc arrow_pg_try_advisory_lock_shared_int8() { return MakeIndirectExec<true, true>(&pg_try_advisory_lock_shared_int8); }
TExecFunc arrow_pg_try_advisory_xact_lock_int4() { return MakeIndirectExec<true, true>(&pg_try_advisory_xact_lock_int4); }
TExecFunc arrow_pg_try_advisory_xact_lock_int8() { return MakeIndirectExec<true, true>(&pg_try_advisory_xact_lock_int8); }
TExecFunc arrow_pg_try_advisory_xact_lock_shared_int4() { return MakeIndirectExec<true, true>(&pg_try_advisory_xact_lock_shared_int4); }
TExecFunc arrow_pg_try_advisory_xact_lock_shared_int8() { return MakeIndirectExec<true, true>(&pg_try_advisory_xact_lock_shared_int8); }
TExecFunc arrow_replace_text() { return MakeIndirectExec<true, false>(&replace_text); }
TExecFunc arrow_split_part() { return MakeIndirectExec<true, false>(&split_part); }
TExecFunc arrow_string_agg_combine() { return MakeIndirectExec<false, true>(&string_agg_combine); }
TExecFunc arrow_string_agg_deserialize() { return MakeIndirectExec<true, true>(&string_agg_deserialize); }
TExecFunc arrow_string_agg_finalfn() { return MakeIndirectExec<false, false>(&string_agg_finalfn); }
TExecFunc arrow_string_agg_serialize() { return MakeIndirectExec<true, false>(&string_agg_serialize); }
TExecFunc arrow_string_agg_transfn() { return MakeIndirectExec<false, true>(&string_agg_transfn); }
TExecFunc arrow_text_concat() { return MakeIndirectExec<false, false>(&text_concat); }
TExecFunc arrow_text_concat_ws() { return MakeIndirectExec<false, false>(&text_concat_ws); }
TExecFunc arrow_text_format() { return MakeIndirectExec<false, false>(&text_format); }
TExecFunc arrow_text_format_nv() { return MakeIndirectExec<false, false>(&text_format_nv); }
TExecFunc arrow_text_ge() { return MakeIndirectExec<true, true>(&text_ge); }
TExecFunc arrow_text_gt() { return MakeIndirectExec<true, true>(&text_gt); }
TExecFunc arrow_text_larger() { return MakeIndirectExec<true, false>(&text_larger); }
TExecFunc arrow_text_le() { return MakeIndirectExec<true, true>(&text_le); }
TExecFunc arrow_text_left() { return MakeIndirectExec<true, false>(&text_left); }
TExecFunc arrow_text_lt() { return MakeIndirectExec<true, true>(&text_lt); }
TExecFunc arrow_text_name() { return MakeIndirectExec<true, false>(&text_name); }
TExecFunc arrow_text_pattern_ge() { return MakeIndirectExec<true, true>(&text_pattern_ge); }
TExecFunc arrow_text_pattern_gt() { return MakeIndirectExec<true, true>(&text_pattern_gt); }
TExecFunc arrow_text_pattern_le() { return MakeIndirectExec<true, true>(&text_pattern_le); }
TExecFunc arrow_text_pattern_lt() { return MakeIndirectExec<true, true>(&text_pattern_lt); }
TExecFunc arrow_text_reverse() { return MakeIndirectExec<true, false>(&text_reverse); }
TExecFunc arrow_text_right() { return MakeIndirectExec<true, false>(&text_right); }
TExecFunc arrow_text_smaller() { return MakeIndirectExec<true, false>(&text_smaller); }
TExecFunc arrow_text_starts_with() { return MakeIndirectExec<true, true>(&text_starts_with); }
TExecFunc arrow_text_substr() { return MakeIndirectExec<true, false>(&text_substr); }
TExecFunc arrow_text_substr_no_len() { return MakeIndirectExec<true, false>(&text_substr_no_len); }
TExecFunc arrow_text_to_array() { return MakeIndirectExec<false, false>(&text_to_array); }
TExecFunc arrow_text_to_array_null() { return MakeIndirectExec<false, false>(&text_to_array_null); }
TExecFunc arrow_textcat() { return MakeIndirectExec<true, false>(&textcat); }
TExecFunc arrow_texteq() { return MakeIndirectExec<true, true>(&texteq); }
TExecFunc arrow_texteqname() { return MakeIndirectExec<true, true>(&texteqname); }
TExecFunc arrow_textgename() { return MakeIndirectExec<true, true>(&textgename); }
TExecFunc arrow_textgtname() { return MakeIndirectExec<true, true>(&textgtname); }
TExecFunc arrow_textin() { return MakeIndirectExec<true, false>(&textin); }
TExecFunc arrow_textlen() { return MakeIndirectExec<true, true>(&textlen); }
TExecFunc arrow_textlename() { return MakeIndirectExec<true, true>(&textlename); }
TExecFunc arrow_textltname() { return MakeIndirectExec<true, true>(&textltname); }
TExecFunc arrow_textne() { return MakeIndirectExec<true, true>(&textne); }
TExecFunc arrow_textnename() { return MakeIndirectExec<true, true>(&textnename); }
TExecFunc arrow_textoctetlen() { return MakeIndirectExec<true, true>(&textoctetlen); }
TExecFunc arrow_textout() { return MakeIndirectExec<true, false>(&textout); }
TExecFunc arrow_textoverlay() { return MakeIndirectExec<true, false>(&textoverlay); }
TExecFunc arrow_textoverlay_no_len() { return MakeIndirectExec<true, false>(&textoverlay_no_len); }
TExecFunc arrow_textpos() { return MakeIndirectExec<true, true>(&textpos); }
TExecFunc arrow_textrecv() { return MakeIndirectExec<true, false>(&textrecv); }
TExecFunc arrow_textsend() { return MakeIndirectExec<true, false>(&textsend); }
TExecFunc arrow_to_hex32() { return MakeIndirectExec<true, false>(&to_hex32); }
TExecFunc arrow_to_hex64() { return MakeIndirectExec<true, false>(&to_hex64); }
TExecFunc arrow_unicode_is_normalized() { return MakeIndirectExec<true, true>(&unicode_is_normalized); }
TExecFunc arrow_unicode_normalize_func() { return MakeIndirectExec<true, false>(&unicode_normalize_func); }
TExecFunc arrow_unistr() { return MakeIndirectExec<true, false>(&unistr); }
TExecFunc arrow_unknownin() { return MakeIndirectExec<true, false>(&unknownin); }
TExecFunc arrow_unknownout() { return MakeIndirectExec<true, false>(&unknownout); }
TExecFunc arrow_unknownrecv() { return MakeIndirectExec<true, false>(&unknownrecv); }
TExecFunc arrow_unknownsend() { return MakeIndirectExec<true, false>(&unknownsend); }