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
|
struct TArgs_areajoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_areasel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_contjoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_contsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_float4_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,false};
};
struct TArgs_float8_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,false};
};
struct TArgs_ginarrayconsistent_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 8> IsFixedArg = {true,true,false,true,true,true,true,true};
};
struct TArgs_ginarrayextract_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 3> IsFixedArg = {false,true,true};
};
struct TArgs_ginarrayextract_2args_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,true};
};
struct TArgs_ginarraytriconsistent_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 7> IsFixedArg = {true,true,false,true,true,true,true};
};
struct TArgs_ginqueryarrayextract_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 7> IsFixedArg = {false,true,true,true,true,true,true};
};
struct TArgs_iclikejoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_iclikesel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_icnlikejoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_icnlikesel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_icregexeqjoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_icregexeqsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_icregexnejoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_icregexnesel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_int4_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,false};
};
struct TArgs_int8_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,false};
};
struct TArgs_interval_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_likejoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_likesel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_nlikejoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_nlikesel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_numeric_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_numeric_to_number_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_positionjoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_positionsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_prefixjoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_prefixsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_regexeqjoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_regexeqsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_regexnejoinsel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 5> IsFixedArg = {true,true,true,true,true};
};
struct TArgs_regexnesel_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_text_starts_with_support_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_texticlike_support_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_texticregexeq_support_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_textlike_support_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_textregexeq_support_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_thesaurus_init_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {true};
};
struct TArgs_thesaurus_lexize_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
};
struct TArgs_timestamp_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,false};
};
struct TArgs_timestamptz_to_char_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {true,false};
};
struct TArgs_to_ascii_default_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 1> IsFixedArg = {false};
};
struct TArgs_to_ascii_enc_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,true};
};
struct TArgs_to_ascii_encname_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_to_date_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
struct TArgs_to_timestamp_Policy {
static constexpr bool VarArgs = false;
static constexpr std::array<bool, 2> IsFixedArg = {false,false};
};
|