123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932 |
- struct TArgs_any_value_transfn_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_brin_bloom_add_value_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
- };
- struct TArgs_brin_bloom_consistent_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 4> IsFixedArg = {true,true,true,true};
- };
- struct TArgs_brin_bloom_opcinfo_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_brin_bloom_options_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_brin_bloom_summary_in_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_brin_bloom_summary_out_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_brin_bloom_summary_recv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_brin_bloom_summary_send_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_brin_bloom_union_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 3> IsFixedArg = {true,true,true};
- };
- struct TArgs_cash_cmp_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_div_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_div_flt4_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_div_flt8_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_div_int2_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_div_int4_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_div_int8_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_eq_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_ge_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_gt_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_in_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_cash_le_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_lt_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_mi_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_mul_flt4_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_mul_flt8_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_mul_int2_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_mul_int4_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_mul_int8_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_ne_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_cash_out_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_cash_pl_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cash_recv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_cash_send_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_cash_words_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_cashlarger_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_cashsmaller_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_current_database_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 0> IsFixedArg = {};
- };
- struct TArgs_current_query_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 0> IsFixedArg = {};
- };
- struct TArgs_float4_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_float8_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_flt4_mul_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_flt8_mul_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_hash_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_hash_numeric_extended_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_in_range_numeric_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 5> IsFixedArg = {false,false,false,true,true};
- };
- struct TArgs_inet_gist_compress_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_inet_gist_consistent_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 5> IsFixedArg = {true,false,true,true,true};
- };
- struct TArgs_inet_gist_fetch_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_inet_gist_penalty_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 3> IsFixedArg = {true,true,true};
- };
- struct TArgs_inet_gist_picksplit_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_inet_gist_same_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 3> IsFixedArg = {false,false,true};
- };
- struct TArgs_inet_gist_union_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int2_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int2_accum_inv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int2_avg_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_int2_avg_accum_inv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_int2_mul_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int2_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_int2_sum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int2int4_sum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_int4_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int4_accum_inv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int4_avg_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_int4_avg_accum_inv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_int4_avg_combine_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_int4_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_int4_mul_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int4_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_int4_sum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int8_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int8_accum_inv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int8_avg_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_int8_avg_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int8_avg_accum_inv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int8_avg_combine_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int8_avg_deserialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_int8_avg_serialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_int8_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_int8_mul_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_int8_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_int8_sum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_md5_bytea_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_md5_text_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_numeric_abs_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,false};
- };
- struct TArgs_numeric_accum_inv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,false};
- };
- struct TArgs_numeric_add_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_avg_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_avg_accum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,false};
- };
- struct TArgs_numeric_avg_combine_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_numeric_avg_deserialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_numeric_avg_serialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_cash_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_ceil_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_cmp_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_combine_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_numeric_deserialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_numeric_div_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_div_trunc_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_eq_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_exp_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_fac_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_float4_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_float8_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_floor_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_gcd_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_ge_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_gt_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_in_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 3> IsFixedArg = {false,true,true};
- };
- struct TArgs_numeric_inc_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_int2_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_int4_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_int8_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_larger_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_lcm_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_le_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_ln_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_log_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_lt_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_min_scale_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_mod_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_mul_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_ne_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_out_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_pg_lsn_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_poly_avg_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_poly_combine_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_numeric_poly_deserialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_numeric_poly_serialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_poly_stddev_pop_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_poly_stddev_samp_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_poly_sum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_poly_var_pop_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_poly_var_samp_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_power_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_recv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 3> IsFixedArg = {true,true,true};
- };
- struct TArgs_numeric_round_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_numeric_scale_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_send_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_serialize_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_sign_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_smaller_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_sortsupport_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_sqrt_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_stddev_pop_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_stddev_samp_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_sub_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_numeric_sum_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_support_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_trim_scale_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_trunc_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_numeric_uminus_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_uplus_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numeric_var_pop_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numeric_var_samp_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_numerictypmodin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_numerictypmodout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_parse_ident_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_pg_collation_for_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_pg_column_is_updatable_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 3> IsFixedArg = {true,true,true};
- };
- struct TArgs_pg_current_logfile_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 0> IsFixedArg = {};
- };
- struct TArgs_pg_current_logfile_1arg_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_pg_get_replica_identity_index_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_pg_input_error_info_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_pg_input_is_valid_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,false};
- };
- struct TArgs_pg_relation_is_updatable_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_pg_sleep_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_pg_tablespace_location_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_pg_typeof_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_postgresql_fdw_validator_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {false,true};
- };
- struct TArgs_regclassin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regclassout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regclassrecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regclasssend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regcollationin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regcollationout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regcollationrecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regcollationsend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regconfigin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regconfigout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regconfigrecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regconfigsend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regdictionaryin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regdictionaryout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regdictionaryrecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regdictionarysend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regnamespacein_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regnamespaceout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regnamespacerecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regnamespacesend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regoperatorin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regoperatorout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regoperatorrecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regoperatorsend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regoperin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regoperout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regoperrecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regopersend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regprocedurein_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regprocedureout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regprocedurerecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regproceduresend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regprocin_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regprocout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regprocrecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regprocsend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regrolein_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regroleout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regrolerecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regrolesend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regtypein_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_regtypeout_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regtyperecv_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_regtypesend_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_sha224_bytea_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_sha256_bytea_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_sha384_bytea_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_sha512_bytea_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_text_regclass_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regclass_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regcollation_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regnamespace_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regoper_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regoperator_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regproc_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regprocedure_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regrole_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_to_regtype_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {false};
- };
- struct TArgs_ts_typanalyze_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_width_bucket_numeric_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 4> IsFixedArg = {false,false,false,true};
- };
|