pg_kernels.slow.6.inc 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. TExecFunc arrow_brin_minmax_add_value() { return MakeIndirectExec<true, true>(&brin_minmax_add_value); }
  2. TExecFunc arrow_brin_minmax_consistent() { return MakeIndirectExec<true, true>(&brin_minmax_consistent); }
  3. TExecFunc arrow_brin_minmax_opcinfo() { return MakeIndirectExec<true, true>(&brin_minmax_opcinfo); }
  4. TExecFunc arrow_brin_minmax_union() { return MakeIndirectExec<true, true>(&brin_minmax_union); }
  5. TExecFunc arrow_btfloat48cmp() { return MakeIndirectExec<true, true>(&btfloat48cmp); }
  6. TExecFunc arrow_btfloat4cmp() { return MakeIndirectExec<true, true>(&btfloat4cmp); }
  7. TExecFunc arrow_btfloat4sortsupport() { return MakeIndirectExec<true, true>(&btfloat4sortsupport); }
  8. TExecFunc arrow_btfloat84cmp() { return MakeIndirectExec<true, true>(&btfloat84cmp); }
  9. TExecFunc arrow_btfloat8cmp() { return MakeIndirectExec<true, true>(&btfloat8cmp); }
  10. TExecFunc arrow_btfloat8sortsupport() { return MakeIndirectExec<true, true>(&btfloat8sortsupport); }
  11. TExecFunc arrow_btnamecmp() { return MakeIndirectExec<true, true>(&btnamecmp); }
  12. TExecFunc arrow_btnamesortsupport() { return MakeIndirectExec<true, true>(&btnamesortsupport); }
  13. TExecFunc arrow_current_schema() { return MakeIndirectExec<true, false>(&current_schema); }
  14. TExecFunc arrow_current_schemas() { return MakeIndirectExec<true, false>(&current_schemas); }
  15. TExecFunc arrow_current_user() { return MakeIndirectExec<true, false>(&current_user); }
  16. TExecFunc arrow_dacos() { return MakeIndirectExec<true, true>(&dacos); }
  17. TExecFunc arrow_dacosd() { return MakeIndirectExec<true, true>(&dacosd); }
  18. TExecFunc arrow_dacosh() { return MakeIndirectExec<true, true>(&dacosh); }
  19. TExecFunc arrow_dasin() { return MakeIndirectExec<true, true>(&dasin); }
  20. TExecFunc arrow_dasind() { return MakeIndirectExec<true, true>(&dasind); }
  21. TExecFunc arrow_dasinh() { return MakeIndirectExec<true, true>(&dasinh); }
  22. TExecFunc arrow_datan() { return MakeIndirectExec<true, true>(&datan); }
  23. TExecFunc arrow_datan2() { return MakeIndirectExec<true, true>(&datan2); }
  24. TExecFunc arrow_datan2d() { return MakeIndirectExec<true, true>(&datan2d); }
  25. TExecFunc arrow_datand() { return MakeIndirectExec<true, true>(&datand); }
  26. TExecFunc arrow_datanh() { return MakeIndirectExec<true, true>(&datanh); }
  27. TExecFunc arrow_dcbrt() { return MakeIndirectExec<true, true>(&dcbrt); }
  28. TExecFunc arrow_dceil() { return MakeIndirectExec<true, true>(&dceil); }
  29. TExecFunc arrow_dcos() { return MakeIndirectExec<true, true>(&dcos); }
  30. TExecFunc arrow_dcosd() { return MakeIndirectExec<true, true>(&dcosd); }
  31. TExecFunc arrow_dcosh() { return MakeIndirectExec<true, true>(&dcosh); }
  32. TExecFunc arrow_dcot() { return MakeIndirectExec<true, true>(&dcot); }
  33. TExecFunc arrow_dcotd() { return MakeIndirectExec<true, true>(&dcotd); }
  34. TExecFunc arrow_degrees() { return MakeIndirectExec<true, true>(&degrees); }
  35. TExecFunc arrow_derf() { return MakeIndirectExec<true, true>(&derf); }
  36. TExecFunc arrow_derfc() { return MakeIndirectExec<true, true>(&derfc); }
  37. TExecFunc arrow_dexp() { return MakeIndirectExec<true, true>(&dexp); }
  38. TExecFunc arrow_dfloor() { return MakeIndirectExec<true, true>(&dfloor); }
  39. TExecFunc arrow_dlog1() { return MakeIndirectExec<true, true>(&dlog1); }
  40. TExecFunc arrow_dlog10() { return MakeIndirectExec<true, true>(&dlog10); }
  41. TExecFunc arrow_domain_in() { return MakeIndirectExec<false, true>(&domain_in); }
  42. TExecFunc arrow_domain_recv() { return MakeIndirectExec<false, true>(&domain_recv); }
  43. TExecFunc arrow_dpi() { return MakeIndirectExec<true, true>(&dpi); }
  44. TExecFunc arrow_dpow() { return MakeIndirectExec<true, true>(&dpow); }
  45. TExecFunc arrow_drandom() { return MakeIndirectExec<true, true>(&drandom); }
  46. TExecFunc arrow_drandom_normal() { return MakeIndirectExec<true, true>(&drandom_normal); }
  47. TExecFunc arrow_dround() { return MakeIndirectExec<true, true>(&dround); }
  48. TExecFunc arrow_dsign() { return MakeIndirectExec<true, true>(&dsign); }
  49. TExecFunc arrow_dsin() { return MakeIndirectExec<true, true>(&dsin); }
  50. TExecFunc arrow_dsind() { return MakeIndirectExec<true, true>(&dsind); }
  51. TExecFunc arrow_dsinh() { return MakeIndirectExec<true, true>(&dsinh); }
  52. TExecFunc arrow_dsqrt() { return MakeIndirectExec<true, true>(&dsqrt); }
  53. TExecFunc arrow_dtan() { return MakeIndirectExec<true, true>(&dtan); }
  54. TExecFunc arrow_dtand() { return MakeIndirectExec<true, true>(&dtand); }
  55. TExecFunc arrow_dtanh() { return MakeIndirectExec<true, true>(&dtanh); }
  56. TExecFunc arrow_dtof() { return MakeIndirectExec<true, true>(&dtof); }
  57. TExecFunc arrow_dtoi2() { return MakeIndirectExec<true, true>(&dtoi2); }
  58. TExecFunc arrow_dtoi4() { return MakeIndirectExec<true, true>(&dtoi4); }
  59. TExecFunc arrow_dtrunc() { return MakeIndirectExec<true, true>(&dtrunc); }
  60. TExecFunc arrow_float48div() { return MakeIndirectExec<true, true>(&float48div); }
  61. TExecFunc arrow_float48eq() { return MakeIndirectExec<true, true>(&float48eq); }
  62. TExecFunc arrow_float48ge() { return MakeIndirectExec<true, true>(&float48ge); }
  63. TExecFunc arrow_float48gt() { return MakeIndirectExec<true, true>(&float48gt); }
  64. TExecFunc arrow_float48le() { return MakeIndirectExec<true, true>(&float48le); }
  65. TExecFunc arrow_float48lt() { return MakeIndirectExec<true, true>(&float48lt); }
  66. TExecFunc arrow_float48mi() { return MakeIndirectExec<true, true>(&float48mi); }
  67. TExecFunc arrow_float48mul() { return MakeIndirectExec<true, true>(&float48mul); }
  68. TExecFunc arrow_float48ne() { return MakeIndirectExec<true, true>(&float48ne); }
  69. TExecFunc arrow_float48pl() { return MakeIndirectExec<true, true>(&float48pl); }
  70. TExecFunc arrow_float4_accum() { return MakeIndirectExec<true, false>(&float4_accum); }
  71. TExecFunc arrow_float4abs() { return MakeIndirectExec<true, true>(&float4abs); }
  72. TExecFunc arrow_float4div() { return MakeIndirectExec<true, true>(&float4div); }
  73. TExecFunc arrow_float4eq() { return MakeIndirectExec<true, true>(&float4eq); }
  74. TExecFunc arrow_float4ge() { return MakeIndirectExec<true, true>(&float4ge); }
  75. TExecFunc arrow_float4gt() { return MakeIndirectExec<true, true>(&float4gt); }
  76. TExecFunc arrow_float4in() { return MakeIndirectExec<true, true>(&float4in); }
  77. TExecFunc arrow_float4larger() { return MakeIndirectExec<true, true>(&float4larger); }
  78. TExecFunc arrow_float4le() { return MakeIndirectExec<true, true>(&float4le); }
  79. TExecFunc arrow_float4lt() { return MakeIndirectExec<true, true>(&float4lt); }
  80. TExecFunc arrow_float4mi() { return MakeIndirectExec<true, true>(&float4mi); }
  81. TExecFunc arrow_float4mul() { return MakeIndirectExec<true, true>(&float4mul); }
  82. TExecFunc arrow_float4ne() { return MakeIndirectExec<true, true>(&float4ne); }
  83. TExecFunc arrow_float4out() { return MakeIndirectExec<true, false>(&float4out); }
  84. TExecFunc arrow_float4pl() { return MakeIndirectExec<true, true>(&float4pl); }
  85. TExecFunc arrow_float4recv() { return MakeIndirectExec<true, true>(&float4recv); }
  86. TExecFunc arrow_float4send() { return MakeIndirectExec<true, false>(&float4send); }
  87. TExecFunc arrow_float4smaller() { return MakeIndirectExec<true, true>(&float4smaller); }
  88. TExecFunc arrow_float4um() { return MakeIndirectExec<true, true>(&float4um); }
  89. TExecFunc arrow_float4up() { return MakeIndirectExec<true, true>(&float4up); }
  90. TExecFunc arrow_float84div() { return MakeIndirectExec<true, true>(&float84div); }
  91. TExecFunc arrow_float84eq() { return MakeIndirectExec<true, true>(&float84eq); }
  92. TExecFunc arrow_float84ge() { return MakeIndirectExec<true, true>(&float84ge); }
  93. TExecFunc arrow_float84gt() { return MakeIndirectExec<true, true>(&float84gt); }
  94. TExecFunc arrow_float84le() { return MakeIndirectExec<true, true>(&float84le); }
  95. TExecFunc arrow_float84lt() { return MakeIndirectExec<true, true>(&float84lt); }
  96. TExecFunc arrow_float84mi() { return MakeIndirectExec<true, true>(&float84mi); }
  97. TExecFunc arrow_float84mul() { return MakeIndirectExec<true, true>(&float84mul); }
  98. TExecFunc arrow_float84ne() { return MakeIndirectExec<true, true>(&float84ne); }
  99. TExecFunc arrow_float84pl() { return MakeIndirectExec<true, true>(&float84pl); }
  100. TExecFunc arrow_float8_accum() { return MakeIndirectExec<true, false>(&float8_accum); }
  101. TExecFunc arrow_float8_avg() { return MakeIndirectExec<true, true>(&float8_avg); }
  102. TExecFunc arrow_float8_combine() { return MakeIndirectExec<true, false>(&float8_combine); }
  103. TExecFunc arrow_float8_corr() { return MakeIndirectExec<true, true>(&float8_corr); }
  104. TExecFunc arrow_float8_covar_pop() { return MakeIndirectExec<true, true>(&float8_covar_pop); }
  105. TExecFunc arrow_float8_covar_samp() { return MakeIndirectExec<true, true>(&float8_covar_samp); }
  106. TExecFunc arrow_float8_regr_accum() { return MakeIndirectExec<true, false>(&float8_regr_accum); }
  107. TExecFunc arrow_float8_regr_avgx() { return MakeIndirectExec<true, true>(&float8_regr_avgx); }
  108. TExecFunc arrow_float8_regr_avgy() { return MakeIndirectExec<true, true>(&float8_regr_avgy); }
  109. TExecFunc arrow_float8_regr_combine() { return MakeIndirectExec<true, false>(&float8_regr_combine); }
  110. TExecFunc arrow_float8_regr_intercept() { return MakeIndirectExec<true, true>(&float8_regr_intercept); }
  111. TExecFunc arrow_float8_regr_r2() { return MakeIndirectExec<true, true>(&float8_regr_r2); }
  112. TExecFunc arrow_float8_regr_slope() { return MakeIndirectExec<true, true>(&float8_regr_slope); }
  113. TExecFunc arrow_float8_regr_sxx() { return MakeIndirectExec<true, true>(&float8_regr_sxx); }
  114. TExecFunc arrow_float8_regr_sxy() { return MakeIndirectExec<true, true>(&float8_regr_sxy); }
  115. TExecFunc arrow_float8_regr_syy() { return MakeIndirectExec<true, true>(&float8_regr_syy); }
  116. TExecFunc arrow_float8_stddev_pop() { return MakeIndirectExec<true, true>(&float8_stddev_pop); }
  117. TExecFunc arrow_float8_stddev_samp() { return MakeIndirectExec<true, true>(&float8_stddev_samp); }
  118. TExecFunc arrow_float8_var_pop() { return MakeIndirectExec<true, true>(&float8_var_pop); }
  119. TExecFunc arrow_float8_var_samp() { return MakeIndirectExec<true, true>(&float8_var_samp); }
  120. TExecFunc arrow_float8abs() { return MakeIndirectExec<true, true>(&float8abs); }
  121. TExecFunc arrow_float8div() { return MakeIndirectExec<true, true>(&float8div); }
  122. TExecFunc arrow_float8eq() { return MakeIndirectExec<true, true>(&float8eq); }
  123. TExecFunc arrow_float8ge() { return MakeIndirectExec<true, true>(&float8ge); }
  124. TExecFunc arrow_float8gt() { return MakeIndirectExec<true, true>(&float8gt); }
  125. TExecFunc arrow_float8in() { return MakeIndirectExec<true, true>(&float8in); }
  126. TExecFunc arrow_float8larger() { return MakeIndirectExec<true, true>(&float8larger); }
  127. TExecFunc arrow_float8le() { return MakeIndirectExec<true, true>(&float8le); }
  128. TExecFunc arrow_float8lt() { return MakeIndirectExec<true, true>(&float8lt); }
  129. TExecFunc arrow_float8mi() { return MakeIndirectExec<true, true>(&float8mi); }
  130. TExecFunc arrow_float8mul() { return MakeIndirectExec<true, true>(&float8mul); }
  131. TExecFunc arrow_float8ne() { return MakeIndirectExec<true, true>(&float8ne); }
  132. TExecFunc arrow_float8out() { return MakeIndirectExec<true, false>(&float8out); }
  133. TExecFunc arrow_float8pl() { return MakeIndirectExec<true, true>(&float8pl); }
  134. TExecFunc arrow_float8recv() { return MakeIndirectExec<true, true>(&float8recv); }
  135. TExecFunc arrow_float8send() { return MakeIndirectExec<true, false>(&float8send); }
  136. TExecFunc arrow_float8smaller() { return MakeIndirectExec<true, true>(&float8smaller); }
  137. TExecFunc arrow_float8um() { return MakeIndirectExec<true, true>(&float8um); }
  138. TExecFunc arrow_float8up() { return MakeIndirectExec<true, true>(&float8up); }
  139. TExecFunc arrow_ftod() { return MakeIndirectExec<true, true>(&ftod); }
  140. TExecFunc arrow_ftoi2() { return MakeIndirectExec<true, true>(&ftoi2); }
  141. TExecFunc arrow_ftoi4() { return MakeIndirectExec<true, true>(&ftoi4); }
  142. TExecFunc arrow_gin_clean_pending_list() { return MakeIndirectExec<true, true>(&gin_clean_pending_list); }
  143. TExecFunc arrow_i2tod() { return MakeIndirectExec<true, true>(&i2tod); }
  144. TExecFunc arrow_i2tof() { return MakeIndirectExec<true, true>(&i2tof); }
  145. TExecFunc arrow_i4tod() { return MakeIndirectExec<true, true>(&i4tod); }
  146. TExecFunc arrow_i4tof() { return MakeIndirectExec<true, true>(&i4tof); }
  147. TExecFunc arrow_in_range_float4_float8() { return MakeIndirectExec<true, true>(&in_range_float4_float8); }
  148. TExecFunc arrow_in_range_float8_float8() { return MakeIndirectExec<true, true>(&in_range_float8_float8); }
  149. TExecFunc arrow_nameconcatoid() { return MakeIndirectExec<true, false>(&nameconcatoid); }
  150. TExecFunc arrow_nameeq() { return MakeIndirectExec<true, true>(&nameeq); }
  151. TExecFunc arrow_namege() { return MakeIndirectExec<true, true>(&namege); }
  152. TExecFunc arrow_namegt() { return MakeIndirectExec<true, true>(&namegt); }
  153. TExecFunc arrow_namein() { return MakeIndirectExec<true, false>(&namein); }
  154. TExecFunc arrow_namele() { return MakeIndirectExec<true, true>(&namele); }
  155. TExecFunc arrow_namelt() { return MakeIndirectExec<true, true>(&namelt); }
  156. TExecFunc arrow_namene() { return MakeIndirectExec<true, true>(&namene); }
  157. TExecFunc arrow_nameout() { return MakeIndirectExec<true, false>(&nameout); }
  158. TExecFunc arrow_namerecv() { return MakeIndirectExec<true, false>(&namerecv); }
  159. TExecFunc arrow_namesend() { return MakeIndirectExec<true, false>(&namesend); }
  160. TExecFunc arrow_pg_backend_pid() { return MakeIndirectExec<true, true>(&pg_backend_pid); }
  161. TExecFunc arrow_pg_collation_is_visible() { return MakeIndirectExec<true, true>(&pg_collation_is_visible); }
  162. TExecFunc arrow_pg_control_checkpoint() { return MakeIndirectExec<true, false>(&pg_control_checkpoint); }
  163. TExecFunc arrow_pg_control_init() { return MakeIndirectExec<true, false>(&pg_control_init); }
  164. TExecFunc arrow_pg_control_recovery() { return MakeIndirectExec<true, false>(&pg_control_recovery); }
  165. TExecFunc arrow_pg_control_system() { return MakeIndirectExec<true, false>(&pg_control_system); }
  166. TExecFunc arrow_pg_conversion_is_visible() { return MakeIndirectExec<true, true>(&pg_conversion_is_visible); }
  167. TExecFunc arrow_pg_extension_config_dump() { return MakeIndirectExec<true, true>(&pg_extension_config_dump); }
  168. TExecFunc arrow_pg_function_is_visible() { return MakeIndirectExec<true, true>(&pg_function_is_visible); }
  169. TExecFunc arrow_pg_is_other_temp_schema() { return MakeIndirectExec<true, true>(&pg_is_other_temp_schema); }
  170. TExecFunc arrow_pg_my_temp_schema() { return MakeIndirectExec<true, true>(&pg_my_temp_schema); }
  171. TExecFunc arrow_pg_opclass_is_visible() { return MakeIndirectExec<true, true>(&pg_opclass_is_visible); }
  172. TExecFunc arrow_pg_operator_is_visible() { return MakeIndirectExec<true, true>(&pg_operator_is_visible); }
  173. TExecFunc arrow_pg_opfamily_is_visible() { return MakeIndirectExec<true, true>(&pg_opfamily_is_visible); }
  174. TExecFunc arrow_pg_stat_clear_snapshot() { return MakeIndirectExec<false, true>(&pg_stat_clear_snapshot); }
  175. TExecFunc arrow_pg_stat_force_next_flush() { return MakeIndirectExec<false, true>(&pg_stat_force_next_flush); }
  176. TExecFunc arrow_pg_stat_get_analyze_count() { return MakeIndirectExec<true, true>(&pg_stat_get_analyze_count); }
  177. TExecFunc arrow_pg_stat_get_archiver() { return MakeIndirectExec<false, false>(&pg_stat_get_archiver); }
  178. TExecFunc arrow_pg_stat_get_autoanalyze_count() { return MakeIndirectExec<true, true>(&pg_stat_get_autoanalyze_count); }
  179. TExecFunc arrow_pg_stat_get_autovacuum_count() { return MakeIndirectExec<true, true>(&pg_stat_get_autovacuum_count); }
  180. TExecFunc arrow_pg_stat_get_backend_activity() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_activity); }
  181. TExecFunc arrow_pg_stat_get_backend_activity_start() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_activity_start); }
  182. TExecFunc arrow_pg_stat_get_backend_client_addr() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_client_addr); }
  183. TExecFunc arrow_pg_stat_get_backend_client_port() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_client_port); }
  184. TExecFunc arrow_pg_stat_get_backend_dbid() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_dbid); }
  185. TExecFunc arrow_pg_stat_get_backend_pid() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_pid); }
  186. TExecFunc arrow_pg_stat_get_backend_start() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_start); }
  187. TExecFunc arrow_pg_stat_get_backend_subxact() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_subxact); }
  188. TExecFunc arrow_pg_stat_get_backend_userid() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_userid); }
  189. TExecFunc arrow_pg_stat_get_backend_wait_event() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_wait_event); }
  190. TExecFunc arrow_pg_stat_get_backend_wait_event_type() { return MakeIndirectExec<true, false>(&pg_stat_get_backend_wait_event_type); }
  191. TExecFunc arrow_pg_stat_get_backend_xact_start() { return MakeIndirectExec<true, true>(&pg_stat_get_backend_xact_start); }
  192. TExecFunc arrow_pg_stat_get_bgwriter_buf_written_checkpoints() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_buf_written_checkpoints); }
  193. TExecFunc arrow_pg_stat_get_bgwriter_buf_written_clean() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_buf_written_clean); }
  194. TExecFunc arrow_pg_stat_get_bgwriter_maxwritten_clean() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_maxwritten_clean); }
  195. TExecFunc arrow_pg_stat_get_bgwriter_requested_checkpoints() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_requested_checkpoints); }
  196. TExecFunc arrow_pg_stat_get_bgwriter_stat_reset_time() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_stat_reset_time); }
  197. TExecFunc arrow_pg_stat_get_bgwriter_timed_checkpoints() { return MakeIndirectExec<true, true>(&pg_stat_get_bgwriter_timed_checkpoints); }
  198. TExecFunc arrow_pg_stat_get_blocks_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_blocks_fetched); }
  199. TExecFunc arrow_pg_stat_get_blocks_hit() { return MakeIndirectExec<true, true>(&pg_stat_get_blocks_hit); }
  200. TExecFunc arrow_pg_stat_get_buf_alloc() { return MakeIndirectExec<true, true>(&pg_stat_get_buf_alloc); }
  201. TExecFunc arrow_pg_stat_get_buf_fsync_backend() { return MakeIndirectExec<true, true>(&pg_stat_get_buf_fsync_backend); }
  202. TExecFunc arrow_pg_stat_get_buf_written_backend() { return MakeIndirectExec<true, true>(&pg_stat_get_buf_written_backend); }
  203. TExecFunc arrow_pg_stat_get_checkpoint_sync_time() { return MakeIndirectExec<true, true>(&pg_stat_get_checkpoint_sync_time); }
  204. TExecFunc arrow_pg_stat_get_checkpoint_write_time() { return MakeIndirectExec<true, true>(&pg_stat_get_checkpoint_write_time); }
  205. TExecFunc arrow_pg_stat_get_db_active_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_active_time); }
  206. TExecFunc arrow_pg_stat_get_db_blk_read_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blk_read_time); }
  207. TExecFunc arrow_pg_stat_get_db_blk_write_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blk_write_time); }
  208. TExecFunc arrow_pg_stat_get_db_blocks_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blocks_fetched); }
  209. TExecFunc arrow_pg_stat_get_db_blocks_hit() { return MakeIndirectExec<true, true>(&pg_stat_get_db_blocks_hit); }
  210. TExecFunc arrow_pg_stat_get_db_checksum_failures() { return MakeIndirectExec<true, true>(&pg_stat_get_db_checksum_failures); }
  211. TExecFunc arrow_pg_stat_get_db_checksum_last_failure() { return MakeIndirectExec<true, true>(&pg_stat_get_db_checksum_last_failure); }
  212. TExecFunc arrow_pg_stat_get_db_conflict_all() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_all); }
  213. TExecFunc arrow_pg_stat_get_db_conflict_bufferpin() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_bufferpin); }
  214. TExecFunc arrow_pg_stat_get_db_conflict_lock() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_lock); }
  215. TExecFunc arrow_pg_stat_get_db_conflict_logicalslot() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_logicalslot); }
  216. TExecFunc arrow_pg_stat_get_db_conflict_snapshot() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_snapshot); }
  217. TExecFunc arrow_pg_stat_get_db_conflict_startup_deadlock() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_startup_deadlock); }
  218. TExecFunc arrow_pg_stat_get_db_conflict_tablespace() { return MakeIndirectExec<true, true>(&pg_stat_get_db_conflict_tablespace); }
  219. TExecFunc arrow_pg_stat_get_db_deadlocks() { return MakeIndirectExec<true, true>(&pg_stat_get_db_deadlocks); }
  220. TExecFunc arrow_pg_stat_get_db_idle_in_transaction_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_idle_in_transaction_time); }
  221. TExecFunc arrow_pg_stat_get_db_numbackends() { return MakeIndirectExec<true, true>(&pg_stat_get_db_numbackends); }
  222. TExecFunc arrow_pg_stat_get_db_session_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_session_time); }
  223. TExecFunc arrow_pg_stat_get_db_sessions() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions); }
  224. TExecFunc arrow_pg_stat_get_db_sessions_abandoned() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions_abandoned); }
  225. TExecFunc arrow_pg_stat_get_db_sessions_fatal() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions_fatal); }
  226. TExecFunc arrow_pg_stat_get_db_sessions_killed() { return MakeIndirectExec<true, true>(&pg_stat_get_db_sessions_killed); }
  227. TExecFunc arrow_pg_stat_get_db_stat_reset_time() { return MakeIndirectExec<true, true>(&pg_stat_get_db_stat_reset_time); }
  228. TExecFunc arrow_pg_stat_get_db_temp_bytes() { return MakeIndirectExec<true, true>(&pg_stat_get_db_temp_bytes); }
  229. TExecFunc arrow_pg_stat_get_db_temp_files() { return MakeIndirectExec<true, true>(&pg_stat_get_db_temp_files); }
  230. TExecFunc arrow_pg_stat_get_db_tuples_deleted() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_deleted); }
  231. TExecFunc arrow_pg_stat_get_db_tuples_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_fetched); }
  232. TExecFunc arrow_pg_stat_get_db_tuples_inserted() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_inserted); }
  233. TExecFunc arrow_pg_stat_get_db_tuples_returned() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_returned); }
  234. TExecFunc arrow_pg_stat_get_db_tuples_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_db_tuples_updated); }
  235. TExecFunc arrow_pg_stat_get_db_xact_commit() { return MakeIndirectExec<true, true>(&pg_stat_get_db_xact_commit); }
  236. TExecFunc arrow_pg_stat_get_db_xact_rollback() { return MakeIndirectExec<true, true>(&pg_stat_get_db_xact_rollback); }
  237. TExecFunc arrow_pg_stat_get_dead_tuples() { return MakeIndirectExec<true, true>(&pg_stat_get_dead_tuples); }
  238. TExecFunc arrow_pg_stat_get_function_calls() { return MakeIndirectExec<true, true>(&pg_stat_get_function_calls); }
  239. TExecFunc arrow_pg_stat_get_function_self_time() { return MakeIndirectExec<true, true>(&pg_stat_get_function_self_time); }
  240. TExecFunc arrow_pg_stat_get_function_total_time() { return MakeIndirectExec<true, true>(&pg_stat_get_function_total_time); }
  241. TExecFunc arrow_pg_stat_get_ins_since_vacuum() { return MakeIndirectExec<true, true>(&pg_stat_get_ins_since_vacuum); }
  242. TExecFunc arrow_pg_stat_get_last_analyze_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_analyze_time); }
  243. TExecFunc arrow_pg_stat_get_last_autoanalyze_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_autoanalyze_time); }
  244. TExecFunc arrow_pg_stat_get_last_autovacuum_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_autovacuum_time); }
  245. TExecFunc arrow_pg_stat_get_last_vacuum_time() { return MakeIndirectExec<true, true>(&pg_stat_get_last_vacuum_time); }
  246. TExecFunc arrow_pg_stat_get_lastscan() { return MakeIndirectExec<true, true>(&pg_stat_get_lastscan); }
  247. TExecFunc arrow_pg_stat_get_live_tuples() { return MakeIndirectExec<true, true>(&pg_stat_get_live_tuples); }
  248. TExecFunc arrow_pg_stat_get_mod_since_analyze() { return MakeIndirectExec<true, true>(&pg_stat_get_mod_since_analyze); }
  249. TExecFunc arrow_pg_stat_get_numscans() { return MakeIndirectExec<true, true>(&pg_stat_get_numscans); }
  250. TExecFunc arrow_pg_stat_get_replication_slot() { return MakeIndirectExec<true, false>(&pg_stat_get_replication_slot); }
  251. TExecFunc arrow_pg_stat_get_snapshot_timestamp() { return MakeIndirectExec<true, true>(&pg_stat_get_snapshot_timestamp); }
  252. TExecFunc arrow_pg_stat_get_subscription_stats() { return MakeIndirectExec<true, false>(&pg_stat_get_subscription_stats); }
  253. TExecFunc arrow_pg_stat_get_tuples_deleted() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_deleted); }
  254. TExecFunc arrow_pg_stat_get_tuples_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_fetched); }
  255. TExecFunc arrow_pg_stat_get_tuples_hot_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_hot_updated); }
  256. TExecFunc arrow_pg_stat_get_tuples_inserted() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_inserted); }
  257. TExecFunc arrow_pg_stat_get_tuples_newpage_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_newpage_updated); }
  258. TExecFunc arrow_pg_stat_get_tuples_returned() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_returned); }
  259. TExecFunc arrow_pg_stat_get_tuples_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_tuples_updated); }
  260. TExecFunc arrow_pg_stat_get_vacuum_count() { return MakeIndirectExec<true, true>(&pg_stat_get_vacuum_count); }
  261. TExecFunc arrow_pg_stat_get_wal() { return MakeIndirectExec<false, false>(&pg_stat_get_wal); }
  262. TExecFunc arrow_pg_stat_get_xact_blocks_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_blocks_fetched); }
  263. TExecFunc arrow_pg_stat_get_xact_blocks_hit() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_blocks_hit); }
  264. TExecFunc arrow_pg_stat_get_xact_function_calls() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_function_calls); }
  265. TExecFunc arrow_pg_stat_get_xact_function_self_time() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_function_self_time); }
  266. TExecFunc arrow_pg_stat_get_xact_function_total_time() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_function_total_time); }
  267. TExecFunc arrow_pg_stat_get_xact_numscans() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_numscans); }
  268. TExecFunc arrow_pg_stat_get_xact_tuples_deleted() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_deleted); }
  269. TExecFunc arrow_pg_stat_get_xact_tuples_fetched() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_fetched); }
  270. TExecFunc arrow_pg_stat_get_xact_tuples_hot_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_hot_updated); }
  271. TExecFunc arrow_pg_stat_get_xact_tuples_inserted() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_inserted); }
  272. TExecFunc arrow_pg_stat_get_xact_tuples_newpage_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_newpage_updated); }
  273. TExecFunc arrow_pg_stat_get_xact_tuples_returned() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_returned); }
  274. TExecFunc arrow_pg_stat_get_xact_tuples_updated() { return MakeIndirectExec<true, true>(&pg_stat_get_xact_tuples_updated); }
  275. TExecFunc arrow_pg_stat_have_stats() { return MakeIndirectExec<true, true>(&pg_stat_have_stats); }
  276. TExecFunc arrow_pg_stat_reset() { return MakeIndirectExec<false, true>(&pg_stat_reset); }
  277. TExecFunc arrow_pg_stat_reset_replication_slot() { return MakeIndirectExec<false, true>(&pg_stat_reset_replication_slot); }
  278. TExecFunc arrow_pg_stat_reset_shared() { return MakeIndirectExec<true, true>(&pg_stat_reset_shared); }
  279. TExecFunc arrow_pg_stat_reset_single_function_counters() { return MakeIndirectExec<true, true>(&pg_stat_reset_single_function_counters); }
  280. TExecFunc arrow_pg_stat_reset_single_table_counters() { return MakeIndirectExec<true, true>(&pg_stat_reset_single_table_counters); }
  281. TExecFunc arrow_pg_stat_reset_slru() { return MakeIndirectExec<false, true>(&pg_stat_reset_slru); }
  282. TExecFunc arrow_pg_stat_reset_subscription_stats() { return MakeIndirectExec<false, true>(&pg_stat_reset_subscription_stats); }
  283. TExecFunc arrow_pg_statistics_obj_is_visible() { return MakeIndirectExec<true, true>(&pg_statistics_obj_is_visible); }
  284. TExecFunc arrow_pg_table_is_visible() { return MakeIndirectExec<true, true>(&pg_table_is_visible); }
  285. TExecFunc arrow_pg_trigger_depth() { return MakeIndirectExec<true, true>(&pg_trigger_depth); }
  286. TExecFunc arrow_pg_ts_config_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_config_is_visible); }
  287. TExecFunc arrow_pg_ts_dict_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_dict_is_visible); }
  288. TExecFunc arrow_pg_ts_parser_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_parser_is_visible); }
  289. TExecFunc arrow_pg_ts_template_is_visible() { return MakeIndirectExec<true, true>(&pg_ts_template_is_visible); }
  290. TExecFunc arrow_pg_type_is_visible() { return MakeIndirectExec<true, true>(&pg_type_is_visible); }
  291. TExecFunc arrow_radians() { return MakeIndirectExec<true, true>(&radians); }
  292. TExecFunc arrow_session_user() { return MakeIndirectExec<true, false>(&session_user); }
  293. TExecFunc arrow_setseed() { return MakeIndirectExec<true, true>(&setseed); }
  294. TExecFunc arrow_tsm_system_handler() { return MakeIndirectExec<true, true>(&tsm_system_handler); }
  295. TExecFunc arrow_width_bucket_float8() { return MakeIndirectExec<true, true>(&width_bucket_float8); }