123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- TExecFunc arrow_brin_minmax_add_value() { return MakeIndirectExec<true, true>(&brin_minmax_add_value); }
- TExecFunc arrow_brin_minmax_consistent() { return MakeIndirectExec<true, true>(&brin_minmax_consistent); }
- TExecFunc arrow_brin_minmax_opcinfo() { return MakeIndirectExec<true, true>(&brin_minmax_opcinfo); }
- TExecFunc arrow_brin_minmax_union() { return MakeIndirectExec<true, true>(&brin_minmax_union); }
- TExecFunc arrow_btfloat48cmp() { return MakeIndirectExec<true, true>(&btfloat48cmp); }
- TExecFunc arrow_btfloat4cmp() { return MakeIndirectExec<true, true>(&btfloat4cmp); }
- TExecFunc arrow_btfloat4sortsupport() { return MakeIndirectExec<true, true>(&btfloat4sortsupport); }
- TExecFunc arrow_btfloat84cmp() { return MakeIndirectExec<true, true>(&btfloat84cmp); }
- TExecFunc arrow_btfloat8cmp() { return MakeIndirectExec<true, true>(&btfloat8cmp); }
- TExecFunc arrow_btfloat8sortsupport() { return MakeIndirectExec<true, true>(&btfloat8sortsupport); }
- TExecFunc arrow_btnamecmp() { return MakeIndirectExec<true, true>(&btnamecmp); }
- TExecFunc arrow_btnamesortsupport() { return MakeIndirectExec<true, true>(&btnamesortsupport); }
- TExecFunc arrow_current_schema() { return MakeIndirectExec<true, false>(¤t_schema); }
- TExecFunc arrow_current_schemas() { return MakeIndirectExec<true, false>(¤t_schemas); }
- TExecFunc arrow_current_user() { return MakeIndirectExec<true, false>(¤t_user); }
- TExecFunc arrow_dacos() { return MakeIndirectExec<true, true>(&dacos); }
- TExecFunc arrow_dacosd() { return MakeIndirectExec<true, true>(&dacosd); }
- TExecFunc arrow_dacosh() { return MakeIndirectExec<true, true>(&dacosh); }
- TExecFunc arrow_dasin() { return MakeIndirectExec<true, true>(&dasin); }
- TExecFunc arrow_dasind() { return MakeIndirectExec<true, true>(&dasind); }
- TExecFunc arrow_dasinh() { return MakeIndirectExec<true, true>(&dasinh); }
- TExecFunc arrow_datan() { return MakeIndirectExec<true, true>(&datan); }
- TExecFunc arrow_datan2() { return MakeIndirectExec<true, true>(&datan2); }
- TExecFunc arrow_datan2d() { return MakeIndirectExec<true, true>(&datan2d); }
- TExecFunc arrow_datand() { return MakeIndirectExec<true, true>(&datand); }
- TExecFunc arrow_datanh() { return MakeIndirectExec<true, true>(&datanh); }
- TExecFunc arrow_dcbrt() { return MakeIndirectExec<true, true>(&dcbrt); }
- TExecFunc arrow_dceil() { return MakeIndirectExec<true, true>(&dceil); }
- TExecFunc arrow_dcos() { return MakeIndirectExec<true, true>(&dcos); }
- TExecFunc arrow_dcosd() { return MakeIndirectExec<true, true>(&dcosd); }
- TExecFunc arrow_dcosh() { return MakeIndirectExec<true, true>(&dcosh); }
- TExecFunc arrow_dcot() { return MakeIndirectExec<true, true>(&dcot); }
- TExecFunc arrow_dcotd() { return MakeIndirectExec<true, true>(&dcotd); }
- TExecFunc arrow_degrees() { return MakeIndirectExec<true, true>(°rees); }
- TExecFunc arrow_derf() { return MakeIndirectExec<true, true>(&derf); }
- TExecFunc arrow_derfc() { return MakeIndirectExec<true, true>(&derfc); }
- TExecFunc arrow_dexp() { return MakeIndirectExec<true, true>(&dexp); }
- TExecFunc arrow_dfloor() { return MakeIndirectExec<true, true>(&dfloor); }
- TExecFunc arrow_dlog1() { return MakeIndirectExec<true, true>(&dlog1); }
- TExecFunc arrow_dlog10() { return MakeIndirectExec<true, true>(&dlog10); }
- TExecFunc arrow_domain_in() { return MakeIndirectExec<false, true>(&domain_in); }
- TExecFunc arrow_domain_recv() { return MakeIndirectExec<false, true>(&domain_recv); }
- TExecFunc arrow_dpi() { return MakeIndirectExec<true, true>(&dpi); }
- TExecFunc arrow_dpow() { return MakeIndirectExec<true, true>(&dpow); }
- TExecFunc arrow_drandom() { return MakeIndirectExec<true, true>(&drandom); }
- TExecFunc arrow_drandom_normal() { return MakeIndirectExec<true, true>(&drandom_normal); }
- TExecFunc arrow_dround() { return MakeIndirectExec<true, true>(&dround); }
- TExecFunc arrow_dsign() { return MakeIndirectExec<true, true>(&dsign); }
- TExecFunc arrow_dsin() { return MakeIndirectExec<true, true>(&dsin); }
- TExecFunc arrow_dsind() { return MakeIndirectExec<true, true>(&dsind); }
- TExecFunc arrow_dsinh() { return MakeIndirectExec<true, true>(&dsinh); }
- TExecFunc arrow_dsqrt() { return MakeIndirectExec<true, true>(&dsqrt); }
- TExecFunc arrow_dtan() { return MakeIndirectExec<true, true>(&dtan); }
- TExecFunc arrow_dtand() { return MakeIndirectExec<true, true>(&dtand); }
- TExecFunc arrow_dtanh() { return MakeIndirectExec<true, true>(&dtanh); }
- TExecFunc arrow_dtof() { return MakeIndirectExec<true, true>(&dtof); }
- TExecFunc arrow_dtoi2() { return MakeIndirectExec<true, true>(&dtoi2); }
- TExecFunc arrow_dtoi4() { return MakeIndirectExec<true, true>(&dtoi4); }
- TExecFunc arrow_dtrunc() { return MakeIndirectExec<true, true>(&dtrunc); }
- TExecFunc arrow_float48div() { return MakeIndirectExec<true, true>(&float48div); }
- TExecFunc arrow_float48eq() { return MakeIndirectExec<true, true>(&float48eq); }
- TExecFunc arrow_float48ge() { return MakeIndirectExec<true, true>(&float48ge); }
- TExecFunc arrow_float48gt() { return MakeIndirectExec<true, true>(&float48gt); }
- TExecFunc arrow_float48le() { return MakeIndirectExec<true, true>(&float48le); }
- TExecFunc arrow_float48lt() { return MakeIndirectExec<true, true>(&float48lt); }
- TExecFunc arrow_float48mi() { return MakeIndirectExec<true, true>(&float48mi); }
- TExecFunc arrow_float48mul() { return MakeIndirectExec<true, true>(&float48mul); }
- TExecFunc arrow_float48ne() { return MakeIndirectExec<true, true>(&float48ne); }
- TExecFunc arrow_float48pl() { return MakeIndirectExec<true, true>(&float48pl); }
- TExecFunc arrow_float4_accum() { return MakeIndirectExec<true, false>(&float4_accum); }
- TExecFunc arrow_float4abs() { return MakeIndirectExec<true, true>(&float4abs); }
- TExecFunc arrow_float4div() { return MakeIndirectExec<true, true>(&float4div); }
- TExecFunc arrow_float4eq() { return MakeIndirectExec<true, true>(&float4eq); }
- TExecFunc arrow_float4ge() { return MakeIndirectExec<true, true>(&float4ge); }
- TExecFunc arrow_float4gt() { return MakeIndirectExec<true, true>(&float4gt); }
- TExecFunc arrow_float4in() { return MakeIndirectExec<true, true>(&float4in); }
- TExecFunc arrow_float4larger() { return MakeIndirectExec<true, true>(&float4larger); }
- TExecFunc arrow_float4le() { return MakeIndirectExec<true, true>(&float4le); }
- TExecFunc arrow_float4lt() { return MakeIndirectExec<true, true>(&float4lt); }
- TExecFunc arrow_float4mi() { return MakeIndirectExec<true, true>(&float4mi); }
- TExecFunc arrow_float4mul() { return MakeIndirectExec<true, true>(&float4mul); }
- TExecFunc arrow_float4ne() { return MakeIndirectExec<true, true>(&float4ne); }
- TExecFunc arrow_float4out() { return MakeIndirectExec<true, false>(&float4out); }
- TExecFunc arrow_float4pl() { return MakeIndirectExec<true, true>(&float4pl); }
- TExecFunc arrow_float4recv() { return MakeIndirectExec<true, true>(&float4recv); }
- TExecFunc arrow_float4send() { return MakeIndirectExec<true, false>(&float4send); }
- TExecFunc arrow_float4smaller() { return MakeIndirectExec<true, true>(&float4smaller); }
- TExecFunc arrow_float4um() { return MakeIndirectExec<true, true>(&float4um); }
- TExecFunc arrow_float4up() { return MakeIndirectExec<true, true>(&float4up); }
- TExecFunc arrow_float84div() { return MakeIndirectExec<true, true>(&float84div); }
- TExecFunc arrow_float84eq() { return MakeIndirectExec<true, true>(&float84eq); }
- TExecFunc arrow_float84ge() { return MakeIndirectExec<true, true>(&float84ge); }
- TExecFunc arrow_float84gt() { return MakeIndirectExec<true, true>(&float84gt); }
- TExecFunc arrow_float84le() { return MakeIndirectExec<true, true>(&float84le); }
- TExecFunc arrow_float84lt() { return MakeIndirectExec<true, true>(&float84lt); }
- TExecFunc arrow_float84mi() { return MakeIndirectExec<true, true>(&float84mi); }
- TExecFunc arrow_float84mul() { return MakeIndirectExec<true, true>(&float84mul); }
- TExecFunc arrow_float84ne() { return MakeIndirectExec<true, true>(&float84ne); }
- TExecFunc arrow_float84pl() { return MakeIndirectExec<true, true>(&float84pl); }
- TExecFunc arrow_float8_accum() { return MakeIndirectExec<true, false>(&float8_accum); }
- TExecFunc arrow_float8_avg() { return MakeIndirectExec<true, true>(&float8_avg); }
- TExecFunc arrow_float8_combine() { return MakeIndirectExec<true, false>(&float8_combine); }
- TExecFunc arrow_float8_corr() { return MakeIndirectExec<true, true>(&float8_corr); }
- TExecFunc arrow_float8_covar_pop() { return MakeIndirectExec<true, true>(&float8_covar_pop); }
- TExecFunc arrow_float8_covar_samp() { return MakeIndirectExec<true, true>(&float8_covar_samp); }
- TExecFunc arrow_float8_regr_accum() { return MakeIndirectExec<true, false>(&float8_regr_accum); }
- TExecFunc arrow_float8_regr_avgx() { return MakeIndirectExec<true, true>(&float8_regr_avgx); }
- TExecFunc arrow_float8_regr_avgy() { return MakeIndirectExec<true, true>(&float8_regr_avgy); }
- TExecFunc arrow_float8_regr_combine() { return MakeIndirectExec<true, false>(&float8_regr_combine); }
- TExecFunc arrow_float8_regr_intercept() { return MakeIndirectExec<true, true>(&float8_regr_intercept); }
- TExecFunc arrow_float8_regr_r2() { return MakeIndirectExec<true, true>(&float8_regr_r2); }
- TExecFunc arrow_float8_regr_slope() { return MakeIndirectExec<true, true>(&float8_regr_slope); }
- TExecFunc arrow_float8_regr_sxx() { return MakeIndirectExec<true, true>(&float8_regr_sxx); }
- TExecFunc arrow_float8_regr_sxy() { return MakeIndirectExec<true, true>(&float8_regr_sxy); }
- TExecFunc arrow_float8_regr_syy() { return MakeIndirectExec<true, true>(&float8_regr_syy); }
- TExecFunc arrow_float8_stddev_pop() { return MakeIndirectExec<true, true>(&float8_stddev_pop); }
- TExecFunc arrow_float8_stddev_samp() { return MakeIndirectExec<true, true>(&float8_stddev_samp); }
- TExecFunc arrow_float8_var_pop() { return MakeIndirectExec<true, true>(&float8_var_pop); }
- TExecFunc arrow_float8_var_samp() { return MakeIndirectExec<true, true>(&float8_var_samp); }
- TExecFunc arrow_float8abs() { return MakeIndirectExec<true, true>(&float8abs); }
- TExecFunc arrow_float8div() { return MakeIndirectExec<true, true>(&float8div); }
- TExecFunc arrow_float8eq() { return MakeIndirectExec<true, true>(&float8eq); }
- TExecFunc arrow_float8ge() { return MakeIndirectExec<true, true>(&float8ge); }
- TExecFunc arrow_float8gt() { return MakeIndirectExec<true, true>(&float8gt); }
- TExecFunc arrow_float8in() { return MakeIndirectExec<true, true>(&float8in); }
- TExecFunc arrow_float8larger() { return MakeIndirectExec<true, true>(&float8larger); }
- TExecFunc arrow_float8le() { return MakeIndirectExec<true, true>(&float8le); }
- TExecFunc arrow_float8lt() { return MakeIndirectExec<true, true>(&float8lt); }
- TExecFunc arrow_float8mi() { return MakeIndirectExec<true, true>(&float8mi); }
- TExecFunc arrow_float8mul() { return MakeIndirectExec<true, true>(&float8mul); }
- TExecFunc arrow_float8ne() { return MakeIndirectExec<true, true>(&float8ne); }
- TExecFunc arrow_float8out() { return MakeIndirectExec<true, false>(&float8out); }
- TExecFunc arrow_float8pl() { return MakeIndirectExec<true, true>(&float8pl); }
- TExecFunc arrow_float8recv() { return MakeIndirectExec<true, true>(&float8recv); }
- TExecFunc arrow_float8send() { return MakeIndirectExec<true, false>(&float8send); }
- TExecFunc arrow_float8smaller() { return MakeIndirectExec<true, true>(&float8smaller); }
- TExecFunc arrow_float8um() { return MakeIndirectExec<true, true>(&float8um); }
- TExecFunc arrow_float8up() { return MakeIndirectExec<true, true>(&float8up); }
- TExecFunc arrow_ftod() { return MakeIndirectExec<true, true>(&ftod); }
- TExecFunc arrow_ftoi2() { return MakeIndirectExec<true, true>(&ftoi2); }
- TExecFunc arrow_ftoi4() { return MakeIndirectExec<true, true>(&ftoi4); }
- TExecFunc arrow_gin_clean_pending_list() { return MakeIndirectExec<true, true>(&gin_clean_pending_list); }
- TExecFunc arrow_i2tod() { return MakeIndirectExec<true, true>(&i2tod); }
- TExecFunc arrow_i2tof() { return MakeIndirectExec<true, true>(&i2tof); }
- TExecFunc arrow_i4tod() { return MakeIndirectExec<true, true>(&i4tod); }
- TExecFunc arrow_i4tof() { return MakeIndirectExec<true, true>(&i4tof); }
- TExecFunc arrow_in_range_float4_float8() { return MakeIndirectExec<true, true>(&in_range_float4_float8); }
- TExecFunc arrow_in_range_float8_float8() { return MakeIndirectExec<true, true>(&in_range_float8_float8); }
- TExecFunc arrow_nameconcatoid() { return MakeIndirectExec<true, false>(&nameconcatoid); }
- TExecFunc arrow_nameeq() { return MakeIndirectExec<true, true>(&nameeq); }
- TExecFunc arrow_namege() { return MakeIndirectExec<true, true>(&namege); }
- TExecFunc arrow_namegt() { return MakeIndirectExec<true, true>(&namegt); }
- TExecFunc arrow_namein() { return MakeIndirectExec<true, false>(&namein); }
- TExecFunc arrow_namele() { return MakeIndirectExec<true, true>(&namele); }
- TExecFunc arrow_namelt() { return MakeIndirectExec<true, true>(&namelt); }
- TExecFunc arrow_namene() { return MakeIndirectExec<true, true>(&namene); }
- TExecFunc arrow_nameout() { return MakeIndirectExec<true, false>(&nameout); }
- TExecFunc arrow_namerecv() { return MakeIndirectExec<true, false>(&namerecv); }
- TExecFunc arrow_namesend() { return MakeIndirectExec<true, false>(&namesend); }
- TExecFunc arrow_pg_backend_pid() { return MakeIndirectExec<true, true>(&pg_backend_pid); }
- TExecFunc arrow_pg_collation_is_visible() { return MakeIndirectExec<true, true>(&pg_collation_is_visible); }
- TExecFunc arrow_pg_control_checkpoint() { return MakeIndirectExec<true, false>(&pg_control_checkpoint); }
- TExecFunc arrow_pg_control_init() { return MakeIndirectExec<true, false>(&pg_control_init); }
- TExecFunc arrow_pg_control_recovery() { return MakeIndirectExec<true, false>(&pg_control_recovery); }
- TExecFunc arrow_pg_control_system() { return MakeIndirectExec<true, false>(&pg_control_system); }
- TExecFunc arrow_pg_conversion_is_visible() { return MakeIndirectExec<true, true>(&pg_conversion_is_visible); }
- TExecFunc arrow_pg_extension_config_dump() { return MakeIndirectExec<true, true>(&pg_extension_config_dump); }
- TExecFunc arrow_pg_function_is_visible() { return MakeIndirectExec<true, true>(&pg_function_is_visible); }
- TExecFunc arrow_pg_is_other_temp_schema() { return MakeIndirectExec<true, true>(&pg_is_other_temp_schema); }
- TExecFunc arrow_pg_my_temp_schema() { return MakeIndirectExec<true, true>(&pg_my_temp_schema); }
- TExecFunc arrow_pg_opclass_is_visible() { return MakeIndirectExec<true, true>(&pg_opclass_is_visible); }
- TExecFunc arrow_pg_operator_is_visible() { return MakeIndirectExec<true, true>(&pg_operator_is_visible); }
- TExecFunc arrow_pg_opfamily_is_visible() { return MakeIndirectExec<true, true>(&pg_opfamily_is_visible); }
- TExecFunc arrow_pg_stat_clear_snapshot() { return MakeIndirectExec<false, true>(&pg_stat_clear_snapshot); }
- TExecFunc arrow_pg_stat_force_next_flush() { return MakeIndirectExec<false, true>(&pg_stat_force_next_flush); }
- TExecFunc arrow_pg_stat_get_analyze_count() { return MakeIndirectExec<true, true>(&pg_stat_get_analyze_count); }
- TExecFunc arrow_pg_stat_get_archiver() { return MakeIndirectExec<false, false>(&pg_stat_get_archiver); }
- TExecFunc arrow_pg_stat_get_autoanalyze_count() { return MakeIndirectExec<true, true>(&pg_stat_get_autoanalyze_count); }
- TExecFunc arrow_pg_stat_get_autovacuum_count() { return MakeIndirectExec<true, true>(&pg_stat_get_autovacuum_count); }
- TExecFunc arrow_pg_stat_get_backend_activity() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_activity); }
- TExecFunc arrow_pg_stat_get_backend_activity_start() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_activity_start); }
- TExecFunc arrow_pg_stat_get_backend_client_addr() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_client_addr); }
- TExecFunc arrow_pg_stat_get_backend_client_port() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_client_port); }
- TExecFunc arrow_pg_stat_get_backend_dbid() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_dbid); }
- TExecFunc arrow_pg_stat_get_backend_pid() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_pid); }
- TExecFunc arrow_pg_stat_get_backend_start() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_start); }
- TExecFunc arrow_pg_stat_get_backend_subxact() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_subxact); }
- TExecFunc arrow_pg_stat_get_backend_userid() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_userid); }
- TExecFunc arrow_pg_stat_get_backend_wait_event() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_wait_event); }
- TExecFunc arrow_pg_stat_get_backend_wait_event_type() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_wait_event_type); }
- TExecFunc arrow_pg_stat_get_backend_xact_start() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_xact_start); }
- TExecFunc arrow_pg_stat_get_bgwriter_buf_written_checkpoints() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_buf_written_checkpoints); }
- TExecFunc arrow_pg_stat_get_bgwriter_buf_written_clean() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_buf_written_clean); }
- TExecFunc arrow_pg_stat_get_bgwriter_maxwritten_clean() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_maxwritten_clean); }
- TExecFunc arrow_pg_stat_get_bgwriter_requested_checkpoints() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_requested_checkpoints); }
- TExecFunc arrow_pg_stat_get_bgwriter_stat_reset_time() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_stat_reset_time); }
- TExecFunc arrow_pg_stat_get_bgwriter_timed_checkpoints() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_timed_checkpoints); }
- TExecFunc arrow_pg_stat_get_blocks_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_blocks_fetched); }
- TExecFunc arrow_pg_stat_get_blocks_hit() { return MakeIndirectExec<true, true>(&pg_stat_get_blocks_hit); }
- TExecFunc arrow_pg_stat_get_buf_alloc() { return MakeIndirectExec<true, true>(&pg_stat_get_buf_alloc); }
- TExecFunc arrow_pg_stat_get_buf_fsync_backend() { return MakeIndirectExec<true, true>(&pg_stat_get_buf_fsync_backend); }
- TExecFunc arrow_pg_stat_get_buf_written_backend() { return MakeIndirectExec<true, true>(&pg_stat_get_buf_written_backend); }
- TExecFunc arrow_pg_stat_get_checkpoint_sync_time() { return MakeIndirectExec<true, true>(&pg_stat_get_checkpoint_sync_time); }
- TExecFunc arrow_pg_stat_get_checkpoint_write_time() { return MakeIndirectExec<true, true>(&pg_stat_get_checkpoint_write_time); }
- TExecFunc arrow_pg_stat_get_db_active_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_active_time); }
- TExecFunc arrow_pg_stat_get_db_blk_read_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blk_read_time); }
- TExecFunc arrow_pg_stat_get_db_blk_write_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blk_write_time); }
- TExecFunc arrow_pg_stat_get_db_blocks_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blocks_fetched); }
- TExecFunc arrow_pg_stat_get_db_blocks_hit() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blocks_hit); }
- TExecFunc arrow_pg_stat_get_db_checksum_failures() { return MakeIndirectExec<true, true>(&pg_stat_get_db_checksum_failures); }
- TExecFunc arrow_pg_stat_get_db_checksum_last_failure() { return MakeIndirectExec<true, true>(&pg_stat_get_db_checksum_last_failure); }
- TExecFunc arrow_pg_stat_get_db_conflict_all() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_all); }
- TExecFunc arrow_pg_stat_get_db_conflict_bufferpin() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_bufferpin); }
- TExecFunc arrow_pg_stat_get_db_conflict_lock() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_lock); }
- TExecFunc arrow_pg_stat_get_db_conflict_logicalslot() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_logicalslot); }
- TExecFunc arrow_pg_stat_get_db_conflict_snapshot() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_snapshot); }
- TExecFunc arrow_pg_stat_get_db_conflict_startup_deadlock() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_startup_deadlock); }
- TExecFunc arrow_pg_stat_get_db_conflict_tablespace() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_tablespace); }
- TExecFunc arrow_pg_stat_get_db_deadlocks() { return MakeIndirectExec<true, true>(&pg_stat_get_db_deadlocks); }
- TExecFunc arrow_pg_stat_get_db_idle_in_transaction_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_idle_in_transaction_time); }
- TExecFunc arrow_pg_stat_get_db_numbackends() { return MakeIndirectExec<true, true>(&pg_stat_get_db_numbackends); }
- TExecFunc arrow_pg_stat_get_db_session_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_session_time); }
- TExecFunc arrow_pg_stat_get_db_sessions() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions); }
- TExecFunc arrow_pg_stat_get_db_sessions_abandoned() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions_abandoned); }
- TExecFunc arrow_pg_stat_get_db_sessions_fatal() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions_fatal); }
- TExecFunc arrow_pg_stat_get_db_sessions_killed() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions_killed); }
- TExecFunc arrow_pg_stat_get_db_stat_reset_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_stat_reset_time); }
- TExecFunc arrow_pg_stat_get_db_temp_bytes() { return MakeIndirectExec<true, true>(&pg_stat_get_db_temp_bytes); }
- TExecFunc arrow_pg_stat_get_db_temp_files() { return MakeIndirectExec<true, true>(&pg_stat_get_db_temp_files); }
- TExecFunc arrow_pg_stat_get_db_tuples_deleted() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_deleted); }
- TExecFunc arrow_pg_stat_get_db_tuples_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_fetched); }
- TExecFunc arrow_pg_stat_get_db_tuples_inserted() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_inserted); }
- TExecFunc arrow_pg_stat_get_db_tuples_returned() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_returned); }
- TExecFunc arrow_pg_stat_get_db_tuples_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_updated); }
- TExecFunc arrow_pg_stat_get_db_xact_commit() { return MakeIndirectExec<true, true>(&pg_stat_get_db_xact_commit); }
- TExecFunc arrow_pg_stat_get_db_xact_rollback() { return MakeIndirectExec<true, true>(&pg_stat_get_db_xact_rollback); }
- TExecFunc arrow_pg_stat_get_dead_tuples() { return MakeIndirectExec<true, true>(&pg_stat_get_dead_tuples); }
- TExecFunc arrow_pg_stat_get_function_calls() { return MakeIndirectExec<true, true>(&pg_stat_get_function_calls); }
- TExecFunc arrow_pg_stat_get_function_self_time() { return MakeIndirectExec<true, true>(&pg_stat_get_function_self_time); }
- TExecFunc arrow_pg_stat_get_function_total_time() { return MakeIndirectExec<true, true>(&pg_stat_get_function_total_time); }
- TExecFunc arrow_pg_stat_get_ins_since_vacuum() { return MakeIndirectExec<true, true>(&pg_stat_get_ins_since_vacuum); }
- TExecFunc arrow_pg_stat_get_last_analyze_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_analyze_time); }
- TExecFunc arrow_pg_stat_get_last_autoanalyze_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_autoanalyze_time); }
- TExecFunc arrow_pg_stat_get_last_autovacuum_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_autovacuum_time); }
- TExecFunc arrow_pg_stat_get_last_vacuum_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_vacuum_time); }
- TExecFunc arrow_pg_stat_get_lastscan() { return MakeIndirectExec<true, true>(&pg_stat_get_lastscan); }
- TExecFunc arrow_pg_stat_get_live_tuples() { return MakeIndirectExec<true, true>(&pg_stat_get_live_tuples); }
- TExecFunc arrow_pg_stat_get_mod_since_analyze() { return MakeIndirectExec<true, true>(&pg_stat_get_mod_since_analyze); }
- TExecFunc arrow_pg_stat_get_numscans() { return MakeIndirectExec<true, true>(&pg_stat_get_numscans); }
- TExecFunc arrow_pg_stat_get_replication_slot() { return MakeIndirectExec<true, false>(&pg_stat_get_replication_slot); }
- TExecFunc arrow_pg_stat_get_snapshot_timestamp() { return MakeIndirectExec<true, true>(&pg_stat_get_snapshot_timestamp); }
- TExecFunc arrow_pg_stat_get_subscription_stats() { return MakeIndirectExec<true, false>(&pg_stat_get_subscription_stats); }
- TExecFunc arrow_pg_stat_get_tuples_deleted() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_deleted); }
- TExecFunc arrow_pg_stat_get_tuples_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_fetched); }
- TExecFunc arrow_pg_stat_get_tuples_hot_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_hot_updated); }
- TExecFunc arrow_pg_stat_get_tuples_inserted() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_inserted); }
- TExecFunc arrow_pg_stat_get_tuples_newpage_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_newpage_updated); }
- TExecFunc arrow_pg_stat_get_tuples_returned() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_returned); }
- TExecFunc arrow_pg_stat_get_tuples_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_updated); }
- TExecFunc arrow_pg_stat_get_vacuum_count() { return MakeIndirectExec<true, true>(&pg_stat_get_vacuum_count); }
- TExecFunc arrow_pg_stat_get_wal() { return MakeIndirectExec<false, false>(&pg_stat_get_wal); }
- TExecFunc arrow_pg_stat_get_xact_blocks_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_blocks_fetched); }
- TExecFunc arrow_pg_stat_get_xact_blocks_hit() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_blocks_hit); }
- TExecFunc arrow_pg_stat_get_xact_function_calls() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_function_calls); }
- TExecFunc arrow_pg_stat_get_xact_function_self_time() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_function_self_time); }
- TExecFunc arrow_pg_stat_get_xact_function_total_time() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_function_total_time); }
- TExecFunc arrow_pg_stat_get_xact_numscans() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_numscans); }
- TExecFunc arrow_pg_stat_get_xact_tuples_deleted() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_deleted); }
- TExecFunc arrow_pg_stat_get_xact_tuples_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_fetched); }
- TExecFunc arrow_pg_stat_get_xact_tuples_hot_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_hot_updated); }
- TExecFunc arrow_pg_stat_get_xact_tuples_inserted() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_inserted); }
- TExecFunc arrow_pg_stat_get_xact_tuples_newpage_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_newpage_updated); }
- TExecFunc arrow_pg_stat_get_xact_tuples_returned() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_returned); }
- TExecFunc arrow_pg_stat_get_xact_tuples_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_updated); }
- TExecFunc arrow_pg_stat_have_stats() { return MakeIndirectExec<true, true>(&pg_stat_have_stats); }
- TExecFunc arrow_pg_stat_reset() { return MakeIndirectExec<false, true>(&pg_stat_reset); }
- TExecFunc arrow_pg_stat_reset_replication_slot() { return MakeIndirectExec<false, true>(&pg_stat_reset_replication_slot); }
- TExecFunc arrow_pg_stat_reset_shared() { return MakeIndirectExec<true, true>(&pg_stat_reset_shared); }
- TExecFunc arrow_pg_stat_reset_single_function_counters() { return MakeIndirectExec<true, true>(&pg_stat_reset_single_function_counters); }
- TExecFunc arrow_pg_stat_reset_single_table_counters() { return MakeIndirectExec<true, true>(&pg_stat_reset_single_table_counters); }
- TExecFunc arrow_pg_stat_reset_slru() { return MakeIndirectExec<false, true>(&pg_stat_reset_slru); }
- TExecFunc arrow_pg_stat_reset_subscription_stats() { return MakeIndirectExec<false, true>(&pg_stat_reset_subscription_stats); }
- TExecFunc arrow_pg_statistics_obj_is_visible() { return MakeIndirectExec<true, true>(&pg_statistics_obj_is_visible); }
- TExecFunc arrow_pg_table_is_visible() { return MakeIndirectExec<true, true>(&pg_table_is_visible); }
- TExecFunc arrow_pg_trigger_depth() { return MakeIndirectExec<true, true>(&pg_trigger_depth); }
- TExecFunc arrow_pg_ts_config_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_config_is_visible); }
- TExecFunc arrow_pg_ts_dict_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_dict_is_visible); }
- TExecFunc arrow_pg_ts_parser_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_parser_is_visible); }
- TExecFunc arrow_pg_ts_template_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_template_is_visible); }
- TExecFunc arrow_pg_type_is_visible() { return MakeIndirectExec<true, true>(&pg_type_is_visible); }
- TExecFunc arrow_radians() { return MakeIndirectExec<true, true>(&radians); }
- TExecFunc arrow_session_user() { return MakeIndirectExec<true, false>(&session_user); }
- TExecFunc arrow_setseed() { return MakeIndirectExec<true, true>(&setseed); }
- TExecFunc arrow_tsm_system_handler() { return MakeIndirectExec<true, true>(&tsm_system_handler); }
- TExecFunc arrow_width_bucket_float8() { return MakeIndirectExec<true, true>(&width_bucket_float8); }
|