summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/pg_kernels_register.12.inc
blob: 632ff2f98dee3b415556dfd927e61cc6b01d59e2 (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
162
RegisterExec(101, arrow_eqsel());
RegisterExec(102, arrow_neqsel());
RegisterExec(103, arrow_scalarltsel());
RegisterExec(104, arrow_scalargtsel());
RegisterExec(105, arrow_eqjoinsel());
RegisterExec(106, arrow_neqjoinsel());
RegisterExec(107, arrow_scalarltjoinsel());
RegisterExec(108, arrow_scalargtjoinsel());
RegisterExec(321, arrow_json_in());
RegisterExec(322, arrow_json_out());
RegisterExec(323, arrow_json_recv());
RegisterExec(324, arrow_json_send());
RegisterExec(332, arrow_gisthandler());
RegisterExec(336, arrow_scalarlesel());
RegisterExec(337, arrow_scalargesel());
RegisterExec(386, arrow_scalarlejoinsel());
RegisterExec(398, arrow_scalargejoinsel());
RegisterExec(422, arrow_hashinet());
RegisterExec(598, arrow_inet_abbrev());
RegisterExec(599, arrow_cidr_abbrev());
RegisterExec(605, arrow_inet_set_masklen());
RegisterExec(635, arrow_cidr_set_masklen());
RegisterExec(683, arrow_network_network());
RegisterExec(696, arrow_network_netmask());
RegisterExec(697, arrow_network_masklen());
RegisterExec(698, arrow_network_broadcast());
RegisterExec(699, arrow_network_host());
RegisterExec(711, arrow_network_family());
RegisterExec(715, arrow_be_lo_create());
RegisterExec(730, arrow_network_show());
RegisterExec(764, arrow_be_lo_import());
RegisterExec(765, arrow_be_lo_export());
RegisterExec(767, arrow_be_lo_import_with_oid());
RegisterExec(779, arrow_hashinetextended());
RegisterExec(910, arrow_inet_in());
RegisterExec(911, arrow_inet_out());
RegisterExec(920, arrow_network_eq());
RegisterExec(921, arrow_network_lt());
RegisterExec(922, arrow_network_le());
RegisterExec(923, arrow_network_gt());
RegisterExec(924, arrow_network_ge());
RegisterExec(925, arrow_network_ne());
RegisterExec(926, arrow_network_cmp());
RegisterExec(927, arrow_network_sub());
RegisterExec(928, arrow_network_subeq());
RegisterExec(929, arrow_network_sup());
RegisterExec(930, arrow_network_supeq());
RegisterExec(952, arrow_be_lo_open());
RegisterExec(953, arrow_be_lo_close());
RegisterExec(954, arrow_be_loread());
RegisterExec(955, arrow_be_lowrite());
RegisterExec(956, arrow_be_lo_lseek());
RegisterExec(957, arrow_be_lo_creat());
RegisterExec(958, arrow_be_lo_tell());
RegisterExec(964, arrow_be_lo_unlink());
RegisterExec(1004, arrow_be_lo_truncate());
RegisterExec(1173, arrow_network_subset_support());
RegisterExec(1267, arrow_cidr_in());
RegisterExec(1362, arrow_network_hostmask());
RegisterExec(1427, arrow_cidr_out());
RegisterExec(1715, arrow_inet_to_cidr());
RegisterExec(2196, arrow_inet_client_addr());
RegisterExec(2197, arrow_inet_client_port());
RegisterExec(2198, arrow_inet_server_addr());
RegisterExec(2199, arrow_inet_server_port());
RegisterExec(2496, arrow_inet_recv());
RegisterExec(2497, arrow_inet_send());
RegisterExec(2498, arrow_cidr_recv());
RegisterExec(2499, arrow_cidr_send());
RegisterExec(2627, arrow_inetnot());
RegisterExec(2628, arrow_inetand());
RegisterExec(2629, arrow_inetor());
RegisterExec(2630, arrow_inetpl());
RegisterExec(2632, arrow_inetmi_int8());
RegisterExec(2633, arrow_inetmi());
RegisterExec(2952, arrow_uuid_in());
RegisterExec(2953, arrow_uuid_out());
RegisterExec(2954, arrow_uuid_lt());
RegisterExec(2955, arrow_uuid_le());
RegisterExec(2956, arrow_uuid_eq());
RegisterExec(2957, arrow_uuid_ge());
RegisterExec(2958, arrow_uuid_gt());
RegisterExec(2959, arrow_uuid_ne());
RegisterExec(2960, arrow_uuid_cmp());
RegisterExec(2961, arrow_uuid_recv());
RegisterExec(2962, arrow_uuid_send());
RegisterExec(2963, arrow_uuid_hash());
RegisterExec(3153, arrow_array_to_json());
RegisterExec(3154, arrow_array_to_json_pretty());
RegisterExec(3155, arrow_row_to_json());
RegisterExec(3156, arrow_row_to_json_pretty());
RegisterExec(3170, arrow_be_lo_lseek64());
RegisterExec(3171, arrow_be_lo_tell64());
RegisterExec(3172, arrow_be_lo_truncate64());
RegisterExec(3173, arrow_json_agg_transfn());
RegisterExec(3174, arrow_json_agg_finalfn());
RegisterExec(3176, arrow_to_json());
RegisterExec(3180, arrow_json_object_agg_transfn());
RegisterExec(3196, arrow_json_object_agg_finalfn());
RegisterExec(3198, arrow_json_build_array());
RegisterExec(3199, arrow_json_build_array_noargs());
RegisterExec(3200, arrow_json_build_object());
RegisterExec(3201, arrow_json_build_object_noargs());
RegisterExec(3202, arrow_json_object());
RegisterExec(3203, arrow_json_object_two_arg());
RegisterExec(3300, arrow_uuid_sortsupport());
RegisterExec(3412, arrow_uuid_hash_extended());
RegisterExec(3432, arrow_gen_random_uuid());
RegisterExec(3434, arrow_gtsvector_options());
RegisterExec(3457, arrow_be_lo_from_bytea());
RegisterExec(3458, arrow_be_lo_get());
RegisterExec(3459, arrow_be_lo_get_fragment());
RegisterExec(3460, arrow_be_lo_put());
RegisterExec(3551, arrow_network_overlap());
RegisterExec(3562, arrow_network_larger());
RegisterExec(3563, arrow_network_smaller());
RegisterExec(3646, arrow_gtsvectorin());
RegisterExec(3647, arrow_gtsvectorout());
RegisterExec(3648, arrow_gtsvector_compress());
RegisterExec(3649, arrow_gtsvector_decompress());
RegisterExec(3650, arrow_gtsvector_picksplit());
RegisterExec(3651, arrow_gtsvector_union());
RegisterExec(3652, arrow_gtsvector_same());
RegisterExec(3653, arrow_gtsvector_penalty());
RegisterExec(3654, arrow_gtsvector_consistent());
RegisterExec(3790, arrow_gtsvector_consistent_oldsig());
RegisterExec(3968, arrow_json_typeof());
RegisterExec(4063, arrow_inet_merge());
RegisterExec(4071, arrow_inet_same_family());
RegisterExec(4616, arrow_brin_minmax_multi_opcinfo());
RegisterExec(4617, arrow_brin_minmax_multi_add_value());
RegisterExec(4618, arrow_brin_minmax_multi_consistent());
RegisterExec(4619, arrow_brin_minmax_multi_union());
RegisterExec(4620, arrow_brin_minmax_multi_options());
RegisterExec(4621, arrow_brin_minmax_multi_distance_int2());
RegisterExec(4622, arrow_brin_minmax_multi_distance_int4());
RegisterExec(4623, arrow_brin_minmax_multi_distance_int8());
RegisterExec(4624, arrow_brin_minmax_multi_distance_float4());
RegisterExec(4625, arrow_brin_minmax_multi_distance_float8());
RegisterExec(4626, arrow_brin_minmax_multi_distance_numeric());
RegisterExec(4627, arrow_brin_minmax_multi_distance_tid());
RegisterExec(4628, arrow_brin_minmax_multi_distance_uuid());
RegisterExec(4629, arrow_brin_minmax_multi_distance_date());
RegisterExec(4630, arrow_brin_minmax_multi_distance_time());
RegisterExec(4631, arrow_brin_minmax_multi_distance_interval());
RegisterExec(4632, arrow_brin_minmax_multi_distance_timetz());
RegisterExec(4633, arrow_brin_minmax_multi_distance_pg_lsn());
RegisterExec(4634, arrow_brin_minmax_multi_distance_macaddr());
RegisterExec(4635, arrow_brin_minmax_multi_distance_macaddr8());
RegisterExec(4636, arrow_brin_minmax_multi_distance_inet());
RegisterExec(4637, arrow_brin_minmax_multi_distance_timestamp());
RegisterExec(4638, arrow_brin_minmax_multi_summary_in());
RegisterExec(4639, arrow_brin_minmax_multi_summary_out());
RegisterExec(4640, arrow_brin_minmax_multi_summary_recv());
RegisterExec(4641, arrow_brin_minmax_multi_summary_send());
RegisterExec(5033, arrow_network_sortsupport());
RegisterExec(5040, arrow_matchingsel());
RegisterExec(5041, arrow_matchingjoinsel());
RegisterExec(6275, arrow_json_agg_strict_transfn());
RegisterExec(6277, arrow_json_object_agg_strict_transfn());
RegisterExec(6278, arrow_json_object_agg_unique_transfn());
RegisterExec(6279, arrow_json_object_agg_unique_strict_transfn());