123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- TExecFunc arrow_bool_int4() { return MakeIndirectExec<true, true>(&bool_int4); }
- TExecFunc arrow_btequalimage() { return MakeIndirectExec<true, true>(&btequalimage); }
- TExecFunc arrow_generate_series_int4_support() { return MakeIndirectExec<true, true>(&generate_series_int4_support); }
- TExecFunc arrow_get_current_ts_config() { return MakeIndirectExec<true, true>(&get_current_ts_config); }
- TExecFunc arrow_i2toi4() { return MakeIndirectExec<true, true>(&i2toi4); }
- TExecFunc arrow_i4toi2() { return MakeIndirectExec<true, true>(&i4toi2); }
- TExecFunc arrow_in_range_int2_int2() { return MakeIndirectExec<true, true>(&in_range_int2_int2); }
- TExecFunc arrow_in_range_int2_int4() { return MakeIndirectExec<true, true>(&in_range_int2_int4); }
- TExecFunc arrow_in_range_int2_int8() { return MakeIndirectExec<true, true>(&in_range_int2_int8); }
- TExecFunc arrow_in_range_int4_int2() { return MakeIndirectExec<true, true>(&in_range_int4_int2); }
- TExecFunc arrow_in_range_int4_int4() { return MakeIndirectExec<true, true>(&in_range_int4_int4); }
- TExecFunc arrow_in_range_int4_int8() { return MakeIndirectExec<true, true>(&in_range_int4_int8); }
- TExecFunc arrow_int24div() { return MakeIndirectExec<true, true>(&int24div); }
- TExecFunc arrow_int24eq() { return MakeIndirectExec<true, true>(&int24eq); }
- TExecFunc arrow_int24ge() { return MakeIndirectExec<true, true>(&int24ge); }
- TExecFunc arrow_int24gt() { return MakeIndirectExec<true, true>(&int24gt); }
- TExecFunc arrow_int24le() { return MakeIndirectExec<true, true>(&int24le); }
- TExecFunc arrow_int24lt() { return MakeIndirectExec<true, true>(&int24lt); }
- TExecFunc arrow_int24mi() { return MakeIndirectExec<true, true>(&int24mi); }
- TExecFunc arrow_int24mul() { return MakeIndirectExec<true, true>(&int24mul); }
- TExecFunc arrow_int24ne() { return MakeIndirectExec<true, true>(&int24ne); }
- TExecFunc arrow_int24pl() { return MakeIndirectExec<true, true>(&int24pl); }
- TExecFunc arrow_int2abs() { return MakeIndirectExec<true, true>(&int2abs); }
- TExecFunc arrow_int2and() { return MakeIndirectExec<true, true>(&int2and); }
- TExecFunc arrow_int2div() { return MakeIndirectExec<true, true>(&int2div); }
- TExecFunc arrow_int2eq() { return MakeIndirectExec<true, true>(&int2eq); }
- TExecFunc arrow_int2ge() { return MakeIndirectExec<true, true>(&int2ge); }
- TExecFunc arrow_int2gt() { return MakeIndirectExec<true, true>(&int2gt); }
- TExecFunc arrow_int2in() { return MakeIndirectExec<true, true>(&int2in); }
- TExecFunc arrow_int2larger() { return MakeIndirectExec<true, true>(&int2larger); }
- TExecFunc arrow_int2le() { return MakeIndirectExec<true, true>(&int2le); }
- TExecFunc arrow_int2lt() { return MakeIndirectExec<true, true>(&int2lt); }
- TExecFunc arrow_int2mi() { return MakeIndirectExec<true, true>(&int2mi); }
- TExecFunc arrow_int2mod() { return MakeIndirectExec<true, true>(&int2mod); }
- TExecFunc arrow_int2mul() { return MakeIndirectExec<true, true>(&int2mul); }
- TExecFunc arrow_int2ne() { return MakeIndirectExec<true, true>(&int2ne); }
- TExecFunc arrow_int2not() { return MakeIndirectExec<true, true>(&int2not); }
- TExecFunc arrow_int2or() { return MakeIndirectExec<true, true>(&int2or); }
- TExecFunc arrow_int2out() { return MakeIndirectExec<true, false>(&int2out); }
- TExecFunc arrow_int2pl() { return MakeIndirectExec<true, true>(&int2pl); }
- TExecFunc arrow_int2recv() { return MakeIndirectExec<true, true>(&int2recv); }
- TExecFunc arrow_int2send() { return MakeIndirectExec<true, false>(&int2send); }
- TExecFunc arrow_int2shl() { return MakeIndirectExec<true, true>(&int2shl); }
- TExecFunc arrow_int2shr() { return MakeIndirectExec<true, true>(&int2shr); }
- TExecFunc arrow_int2smaller() { return MakeIndirectExec<true, true>(&int2smaller); }
- TExecFunc arrow_int2um() { return MakeIndirectExec<true, true>(&int2um); }
- TExecFunc arrow_int2up() { return MakeIndirectExec<true, true>(&int2up); }
- TExecFunc arrow_int2vectorin() { return MakeIndirectExec<true, false>(&int2vectorin); }
- TExecFunc arrow_int2vectorout() { return MakeIndirectExec<true, false>(&int2vectorout); }
- TExecFunc arrow_int2vectorrecv() { return MakeIndirectExec<true, false>(&int2vectorrecv); }
- TExecFunc arrow_int2vectorsend() { return MakeIndirectExec<true, false>(&int2vectorsend); }
- TExecFunc arrow_int2xor() { return MakeIndirectExec<true, true>(&int2xor); }
- TExecFunc arrow_int42div() { return MakeIndirectExec<true, true>(&int42div); }
- TExecFunc arrow_int42eq() { return MakeIndirectExec<true, true>(&int42eq); }
- TExecFunc arrow_int42ge() { return MakeIndirectExec<true, true>(&int42ge); }
- TExecFunc arrow_int42gt() { return MakeIndirectExec<true, true>(&int42gt); }
- TExecFunc arrow_int42le() { return MakeIndirectExec<true, true>(&int42le); }
- TExecFunc arrow_int42lt() { return MakeIndirectExec<true, true>(&int42lt); }
- TExecFunc arrow_int42mi() { return MakeIndirectExec<true, true>(&int42mi); }
- TExecFunc arrow_int42mul() { return MakeIndirectExec<true, true>(&int42mul); }
- TExecFunc arrow_int42ne() { return MakeIndirectExec<true, true>(&int42ne); }
- TExecFunc arrow_int42pl() { return MakeIndirectExec<true, true>(&int42pl); }
- TExecFunc arrow_int4_bool() { return MakeIndirectExec<true, true>(&int4_bool); }
- TExecFunc arrow_int4abs() { return MakeIndirectExec<true, true>(&int4abs); }
- TExecFunc arrow_int4and() { return MakeIndirectExec<true, true>(&int4and); }
- TExecFunc arrow_int4div() { return MakeIndirectExec<true, true>(&int4div); }
- TExecFunc arrow_int4eq() { return MakeIndirectExec<true, true>(&int4eq); }
- TExecFunc arrow_int4gcd() { return MakeIndirectExec<true, true>(&int4gcd); }
- TExecFunc arrow_int4ge() { return MakeIndirectExec<true, true>(&int4ge); }
- TExecFunc arrow_int4gt() { return MakeIndirectExec<true, true>(&int4gt); }
- TExecFunc arrow_int4in() { return MakeIndirectExec<true, true>(&int4in); }
- TExecFunc arrow_int4inc() { return MakeIndirectExec<true, true>(&int4inc); }
- TExecFunc arrow_int4larger() { return MakeIndirectExec<true, true>(&int4larger); }
- TExecFunc arrow_int4lcm() { return MakeIndirectExec<true, true>(&int4lcm); }
- TExecFunc arrow_int4le() { return MakeIndirectExec<true, true>(&int4le); }
- TExecFunc arrow_int4lt() { return MakeIndirectExec<true, true>(&int4lt); }
- TExecFunc arrow_int4mi() { return MakeIndirectExec<true, true>(&int4mi); }
- TExecFunc arrow_int4mod() { return MakeIndirectExec<true, true>(&int4mod); }
- TExecFunc arrow_int4mul() { return MakeIndirectExec<true, true>(&int4mul); }
- TExecFunc arrow_int4ne() { return MakeIndirectExec<true, true>(&int4ne); }
- TExecFunc arrow_int4not() { return MakeIndirectExec<true, true>(&int4not); }
- TExecFunc arrow_int4or() { return MakeIndirectExec<true, true>(&int4or); }
- TExecFunc arrow_int4out() { return MakeIndirectExec<true, false>(&int4out); }
- TExecFunc arrow_int4pl() { return MakeIndirectExec<true, true>(&int4pl); }
- TExecFunc arrow_int4recv() { return MakeIndirectExec<true, true>(&int4recv); }
- TExecFunc arrow_int4send() { return MakeIndirectExec<true, false>(&int4send); }
- TExecFunc arrow_int4shl() { return MakeIndirectExec<true, true>(&int4shl); }
- TExecFunc arrow_int4shr() { return MakeIndirectExec<true, true>(&int4shr); }
- TExecFunc arrow_int4smaller() { return MakeIndirectExec<true, true>(&int4smaller); }
- TExecFunc arrow_int4um() { return MakeIndirectExec<true, true>(&int4um); }
- TExecFunc arrow_int4up() { return MakeIndirectExec<true, true>(&int4up); }
- TExecFunc arrow_int4xor() { return MakeIndirectExec<true, true>(&int4xor); }
- TExecFunc arrow_json_string_to_tsvector() { return MakeIndirectExec<true, false>(&json_string_to_tsvector); }
- TExecFunc arrow_json_string_to_tsvector_byid() { return MakeIndirectExec<true, false>(&json_string_to_tsvector_byid); }
- TExecFunc arrow_json_to_tsvector() { return MakeIndirectExec<true, false>(&json_to_tsvector); }
- TExecFunc arrow_json_to_tsvector_byid() { return MakeIndirectExec<true, false>(&json_to_tsvector_byid); }
- TExecFunc arrow_jsonb_cmp() { return MakeIndirectExec<true, true>(&jsonb_cmp); }
- TExecFunc arrow_jsonb_contained() { return MakeIndirectExec<true, true>(&jsonb_contained); }
- TExecFunc arrow_jsonb_contains() { return MakeIndirectExec<true, true>(&jsonb_contains); }
- TExecFunc arrow_jsonb_eq() { return MakeIndirectExec<true, true>(&jsonb_eq); }
- TExecFunc arrow_jsonb_exists() { return MakeIndirectExec<true, true>(&jsonb_exists); }
- TExecFunc arrow_jsonb_exists_all() { return MakeIndirectExec<true, true>(&jsonb_exists_all); }
- TExecFunc arrow_jsonb_exists_any() { return MakeIndirectExec<true, true>(&jsonb_exists_any); }
- TExecFunc arrow_jsonb_ge() { return MakeIndirectExec<true, true>(&jsonb_ge); }
- TExecFunc arrow_jsonb_gt() { return MakeIndirectExec<true, true>(&jsonb_gt); }
- TExecFunc arrow_jsonb_hash() { return MakeIndirectExec<true, true>(&jsonb_hash); }
- TExecFunc arrow_jsonb_hash_extended() { return MakeIndirectExec<true, true>(&jsonb_hash_extended); }
- TExecFunc arrow_jsonb_le() { return MakeIndirectExec<true, true>(&jsonb_le); }
- TExecFunc arrow_jsonb_lt() { return MakeIndirectExec<true, true>(&jsonb_lt); }
- TExecFunc arrow_jsonb_ne() { return MakeIndirectExec<true, true>(&jsonb_ne); }
- TExecFunc arrow_jsonb_string_to_tsvector() { return MakeIndirectExec<true, false>(&jsonb_string_to_tsvector); }
- TExecFunc arrow_jsonb_string_to_tsvector_byid() { return MakeIndirectExec<true, false>(&jsonb_string_to_tsvector_byid); }
- TExecFunc arrow_jsonb_to_tsvector() { return MakeIndirectExec<true, false>(&jsonb_to_tsvector); }
- TExecFunc arrow_jsonb_to_tsvector_byid() { return MakeIndirectExec<true, false>(&jsonb_to_tsvector_byid); }
- TExecFunc arrow_pg_mcv_list_in() { return MakeIndirectExec<true, false>(&pg_mcv_list_in); }
- TExecFunc arrow_pg_mcv_list_out() { return MakeIndirectExec<true, false>(&pg_mcv_list_out); }
- TExecFunc arrow_pg_mcv_list_recv() { return MakeIndirectExec<true, false>(&pg_mcv_list_recv); }
- TExecFunc arrow_pg_mcv_list_send() { return MakeIndirectExec<true, false>(&pg_mcv_list_send); }
- TExecFunc arrow_pg_stat_get_wal_receiver() { return MakeIndirectExec<false, false>(&pg_stat_get_wal_receiver); }
- TExecFunc arrow_phraseto_tsquery() { return MakeIndirectExec<true, false>(&phraseto_tsquery); }
- TExecFunc arrow_phraseto_tsquery_byid() { return MakeIndirectExec<true, false>(&phraseto_tsquery_byid); }
- TExecFunc arrow_plainto_tsquery() { return MakeIndirectExec<true, false>(&plainto_tsquery); }
- TExecFunc arrow_plainto_tsquery_byid() { return MakeIndirectExec<true, false>(&plainto_tsquery_byid); }
- TExecFunc arrow_satisfies_hash_partition() { return MakeIndirectExec<false, true>(&satisfies_hash_partition); }
- TExecFunc arrow_spg_range_quad_choose() { return MakeIndirectExec<true, true>(&spg_range_quad_choose); }
- TExecFunc arrow_spg_range_quad_config() { return MakeIndirectExec<true, true>(&spg_range_quad_config); }
- TExecFunc arrow_spg_range_quad_inner_consistent() { return MakeIndirectExec<true, true>(&spg_range_quad_inner_consistent); }
- TExecFunc arrow_spg_range_quad_leaf_consistent() { return MakeIndirectExec<true, true>(&spg_range_quad_leaf_consistent); }
- TExecFunc arrow_spg_range_quad_picksplit() { return MakeIndirectExec<true, true>(&spg_range_quad_picksplit); }
- TExecFunc arrow_to_tsquery() { return MakeIndirectExec<true, false>(&to_tsquery); }
- TExecFunc arrow_to_tsquery_byid() { return MakeIndirectExec<true, false>(&to_tsquery_byid); }
- TExecFunc arrow_to_tsvector() { return MakeIndirectExec<true, false>(&to_tsvector); }
- TExecFunc arrow_to_tsvector_byid() { return MakeIndirectExec<true, false>(&to_tsvector_byid); }
- TExecFunc arrow_ts_headline() { return MakeIndirectExec<true, false>(&ts_headline); }
- TExecFunc arrow_ts_headline_byid() { return MakeIndirectExec<true, false>(&ts_headline_byid); }
- TExecFunc arrow_ts_headline_byid_opt() { return MakeIndirectExec<true, false>(&ts_headline_byid_opt); }
- TExecFunc arrow_ts_headline_json() { return MakeIndirectExec<true, false>(&ts_headline_json); }
- TExecFunc arrow_ts_headline_json_byid() { return MakeIndirectExec<true, false>(&ts_headline_json_byid); }
- TExecFunc arrow_ts_headline_json_byid_opt() { return MakeIndirectExec<true, false>(&ts_headline_json_byid_opt); }
- TExecFunc arrow_ts_headline_json_opt() { return MakeIndirectExec<true, false>(&ts_headline_json_opt); }
- TExecFunc arrow_ts_headline_jsonb() { return MakeIndirectExec<true, false>(&ts_headline_jsonb); }
- TExecFunc arrow_ts_headline_jsonb_byid() { return MakeIndirectExec<true, false>(&ts_headline_jsonb_byid); }
- TExecFunc arrow_ts_headline_jsonb_byid_opt() { return MakeIndirectExec<true, false>(&ts_headline_jsonb_byid_opt); }
- TExecFunc arrow_ts_headline_jsonb_opt() { return MakeIndirectExec<true, false>(&ts_headline_jsonb_opt); }
- TExecFunc arrow_ts_headline_opt() { return MakeIndirectExec<true, false>(&ts_headline_opt); }
- TExecFunc arrow_websearch_to_tsquery() { return MakeIndirectExec<true, false>(&websearch_to_tsquery); }
- TExecFunc arrow_websearch_to_tsquery_byid() { return MakeIndirectExec<true, false>(&websearch_to_tsquery_byid); }
|