pg_kernels.slow.13.inc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. TExecFunc arrow_bool_int4() { return MakeIndirectExec<true, true>(&bool_int4); }
  2. TExecFunc arrow_btequalimage() { return MakeIndirectExec<true, true>(&btequalimage); }
  3. TExecFunc arrow_generate_series_int4_support() { return MakeIndirectExec<true, true>(&generate_series_int4_support); }
  4. TExecFunc arrow_get_current_ts_config() { return MakeIndirectExec<true, true>(&get_current_ts_config); }
  5. TExecFunc arrow_i2toi4() { return MakeIndirectExec<true, true>(&i2toi4); }
  6. TExecFunc arrow_i4toi2() { return MakeIndirectExec<true, true>(&i4toi2); }
  7. TExecFunc arrow_in_range_int2_int2() { return MakeIndirectExec<true, true>(&in_range_int2_int2); }
  8. TExecFunc arrow_in_range_int2_int4() { return MakeIndirectExec<true, true>(&in_range_int2_int4); }
  9. TExecFunc arrow_in_range_int2_int8() { return MakeIndirectExec<true, true>(&in_range_int2_int8); }
  10. TExecFunc arrow_in_range_int4_int2() { return MakeIndirectExec<true, true>(&in_range_int4_int2); }
  11. TExecFunc arrow_in_range_int4_int4() { return MakeIndirectExec<true, true>(&in_range_int4_int4); }
  12. TExecFunc arrow_in_range_int4_int8() { return MakeIndirectExec<true, true>(&in_range_int4_int8); }
  13. TExecFunc arrow_int24div() { return MakeIndirectExec<true, true>(&int24div); }
  14. TExecFunc arrow_int24eq() { return MakeIndirectExec<true, true>(&int24eq); }
  15. TExecFunc arrow_int24ge() { return MakeIndirectExec<true, true>(&int24ge); }
  16. TExecFunc arrow_int24gt() { return MakeIndirectExec<true, true>(&int24gt); }
  17. TExecFunc arrow_int24le() { return MakeIndirectExec<true, true>(&int24le); }
  18. TExecFunc arrow_int24lt() { return MakeIndirectExec<true, true>(&int24lt); }
  19. TExecFunc arrow_int24mi() { return MakeIndirectExec<true, true>(&int24mi); }
  20. TExecFunc arrow_int24mul() { return MakeIndirectExec<true, true>(&int24mul); }
  21. TExecFunc arrow_int24ne() { return MakeIndirectExec<true, true>(&int24ne); }
  22. TExecFunc arrow_int24pl() { return MakeIndirectExec<true, true>(&int24pl); }
  23. TExecFunc arrow_int2abs() { return MakeIndirectExec<true, true>(&int2abs); }
  24. TExecFunc arrow_int2and() { return MakeIndirectExec<true, true>(&int2and); }
  25. TExecFunc arrow_int2div() { return MakeIndirectExec<true, true>(&int2div); }
  26. TExecFunc arrow_int2eq() { return MakeIndirectExec<true, true>(&int2eq); }
  27. TExecFunc arrow_int2ge() { return MakeIndirectExec<true, true>(&int2ge); }
  28. TExecFunc arrow_int2gt() { return MakeIndirectExec<true, true>(&int2gt); }
  29. TExecFunc arrow_int2in() { return MakeIndirectExec<true, true>(&int2in); }
  30. TExecFunc arrow_int2larger() { return MakeIndirectExec<true, true>(&int2larger); }
  31. TExecFunc arrow_int2le() { return MakeIndirectExec<true, true>(&int2le); }
  32. TExecFunc arrow_int2lt() { return MakeIndirectExec<true, true>(&int2lt); }
  33. TExecFunc arrow_int2mi() { return MakeIndirectExec<true, true>(&int2mi); }
  34. TExecFunc arrow_int2mod() { return MakeIndirectExec<true, true>(&int2mod); }
  35. TExecFunc arrow_int2mul() { return MakeIndirectExec<true, true>(&int2mul); }
  36. TExecFunc arrow_int2ne() { return MakeIndirectExec<true, true>(&int2ne); }
  37. TExecFunc arrow_int2not() { return MakeIndirectExec<true, true>(&int2not); }
  38. TExecFunc arrow_int2or() { return MakeIndirectExec<true, true>(&int2or); }
  39. TExecFunc arrow_int2out() { return MakeIndirectExec<true, false>(&int2out); }
  40. TExecFunc arrow_int2pl() { return MakeIndirectExec<true, true>(&int2pl); }
  41. TExecFunc arrow_int2recv() { return MakeIndirectExec<true, true>(&int2recv); }
  42. TExecFunc arrow_int2send() { return MakeIndirectExec<true, false>(&int2send); }
  43. TExecFunc arrow_int2shl() { return MakeIndirectExec<true, true>(&int2shl); }
  44. TExecFunc arrow_int2shr() { return MakeIndirectExec<true, true>(&int2shr); }
  45. TExecFunc arrow_int2smaller() { return MakeIndirectExec<true, true>(&int2smaller); }
  46. TExecFunc arrow_int2um() { return MakeIndirectExec<true, true>(&int2um); }
  47. TExecFunc arrow_int2up() { return MakeIndirectExec<true, true>(&int2up); }
  48. TExecFunc arrow_int2vectorin() { return MakeIndirectExec<true, false>(&int2vectorin); }
  49. TExecFunc arrow_int2vectorout() { return MakeIndirectExec<true, false>(&int2vectorout); }
  50. TExecFunc arrow_int2vectorrecv() { return MakeIndirectExec<true, false>(&int2vectorrecv); }
  51. TExecFunc arrow_int2vectorsend() { return MakeIndirectExec<true, false>(&int2vectorsend); }
  52. TExecFunc arrow_int2xor() { return MakeIndirectExec<true, true>(&int2xor); }
  53. TExecFunc arrow_int42div() { return MakeIndirectExec<true, true>(&int42div); }
  54. TExecFunc arrow_int42eq() { return MakeIndirectExec<true, true>(&int42eq); }
  55. TExecFunc arrow_int42ge() { return MakeIndirectExec<true, true>(&int42ge); }
  56. TExecFunc arrow_int42gt() { return MakeIndirectExec<true, true>(&int42gt); }
  57. TExecFunc arrow_int42le() { return MakeIndirectExec<true, true>(&int42le); }
  58. TExecFunc arrow_int42lt() { return MakeIndirectExec<true, true>(&int42lt); }
  59. TExecFunc arrow_int42mi() { return MakeIndirectExec<true, true>(&int42mi); }
  60. TExecFunc arrow_int42mul() { return MakeIndirectExec<true, true>(&int42mul); }
  61. TExecFunc arrow_int42ne() { return MakeIndirectExec<true, true>(&int42ne); }
  62. TExecFunc arrow_int42pl() { return MakeIndirectExec<true, true>(&int42pl); }
  63. TExecFunc arrow_int4_bool() { return MakeIndirectExec<true, true>(&int4_bool); }
  64. TExecFunc arrow_int4abs() { return MakeIndirectExec<true, true>(&int4abs); }
  65. TExecFunc arrow_int4and() { return MakeIndirectExec<true, true>(&int4and); }
  66. TExecFunc arrow_int4div() { return MakeIndirectExec<true, true>(&int4div); }
  67. TExecFunc arrow_int4eq() { return MakeIndirectExec<true, true>(&int4eq); }
  68. TExecFunc arrow_int4gcd() { return MakeIndirectExec<true, true>(&int4gcd); }
  69. TExecFunc arrow_int4ge() { return MakeIndirectExec<true, true>(&int4ge); }
  70. TExecFunc arrow_int4gt() { return MakeIndirectExec<true, true>(&int4gt); }
  71. TExecFunc arrow_int4in() { return MakeIndirectExec<true, true>(&int4in); }
  72. TExecFunc arrow_int4inc() { return MakeIndirectExec<true, true>(&int4inc); }
  73. TExecFunc arrow_int4larger() { return MakeIndirectExec<true, true>(&int4larger); }
  74. TExecFunc arrow_int4lcm() { return MakeIndirectExec<true, true>(&int4lcm); }
  75. TExecFunc arrow_int4le() { return MakeIndirectExec<true, true>(&int4le); }
  76. TExecFunc arrow_int4lt() { return MakeIndirectExec<true, true>(&int4lt); }
  77. TExecFunc arrow_int4mi() { return MakeIndirectExec<true, true>(&int4mi); }
  78. TExecFunc arrow_int4mod() { return MakeIndirectExec<true, true>(&int4mod); }
  79. TExecFunc arrow_int4mul() { return MakeIndirectExec<true, true>(&int4mul); }
  80. TExecFunc arrow_int4ne() { return MakeIndirectExec<true, true>(&int4ne); }
  81. TExecFunc arrow_int4not() { return MakeIndirectExec<true, true>(&int4not); }
  82. TExecFunc arrow_int4or() { return MakeIndirectExec<true, true>(&int4or); }
  83. TExecFunc arrow_int4out() { return MakeIndirectExec<true, false>(&int4out); }
  84. TExecFunc arrow_int4pl() { return MakeIndirectExec<true, true>(&int4pl); }
  85. TExecFunc arrow_int4recv() { return MakeIndirectExec<true, true>(&int4recv); }
  86. TExecFunc arrow_int4send() { return MakeIndirectExec<true, false>(&int4send); }
  87. TExecFunc arrow_int4shl() { return MakeIndirectExec<true, true>(&int4shl); }
  88. TExecFunc arrow_int4shr() { return MakeIndirectExec<true, true>(&int4shr); }
  89. TExecFunc arrow_int4smaller() { return MakeIndirectExec<true, true>(&int4smaller); }
  90. TExecFunc arrow_int4um() { return MakeIndirectExec<true, true>(&int4um); }
  91. TExecFunc arrow_int4up() { return MakeIndirectExec<true, true>(&int4up); }
  92. TExecFunc arrow_int4xor() { return MakeIndirectExec<true, true>(&int4xor); }
  93. TExecFunc arrow_json_string_to_tsvector() { return MakeIndirectExec<true, false>(&json_string_to_tsvector); }
  94. TExecFunc arrow_json_string_to_tsvector_byid() { return MakeIndirectExec<true, false>(&json_string_to_tsvector_byid); }
  95. TExecFunc arrow_json_to_tsvector() { return MakeIndirectExec<true, false>(&json_to_tsvector); }
  96. TExecFunc arrow_json_to_tsvector_byid() { return MakeIndirectExec<true, false>(&json_to_tsvector_byid); }
  97. TExecFunc arrow_jsonb_cmp() { return MakeIndirectExec<true, true>(&jsonb_cmp); }
  98. TExecFunc arrow_jsonb_contained() { return MakeIndirectExec<true, true>(&jsonb_contained); }
  99. TExecFunc arrow_jsonb_contains() { return MakeIndirectExec<true, true>(&jsonb_contains); }
  100. TExecFunc arrow_jsonb_eq() { return MakeIndirectExec<true, true>(&jsonb_eq); }
  101. TExecFunc arrow_jsonb_exists() { return MakeIndirectExec<true, true>(&jsonb_exists); }
  102. TExecFunc arrow_jsonb_exists_all() { return MakeIndirectExec<true, true>(&jsonb_exists_all); }
  103. TExecFunc arrow_jsonb_exists_any() { return MakeIndirectExec<true, true>(&jsonb_exists_any); }
  104. TExecFunc arrow_jsonb_ge() { return MakeIndirectExec<true, true>(&jsonb_ge); }
  105. TExecFunc arrow_jsonb_gt() { return MakeIndirectExec<true, true>(&jsonb_gt); }
  106. TExecFunc arrow_jsonb_hash() { return MakeIndirectExec<true, true>(&jsonb_hash); }
  107. TExecFunc arrow_jsonb_hash_extended() { return MakeIndirectExec<true, true>(&jsonb_hash_extended); }
  108. TExecFunc arrow_jsonb_le() { return MakeIndirectExec<true, true>(&jsonb_le); }
  109. TExecFunc arrow_jsonb_lt() { return MakeIndirectExec<true, true>(&jsonb_lt); }
  110. TExecFunc arrow_jsonb_ne() { return MakeIndirectExec<true, true>(&jsonb_ne); }
  111. TExecFunc arrow_jsonb_string_to_tsvector() { return MakeIndirectExec<true, false>(&jsonb_string_to_tsvector); }
  112. TExecFunc arrow_jsonb_string_to_tsvector_byid() { return MakeIndirectExec<true, false>(&jsonb_string_to_tsvector_byid); }
  113. TExecFunc arrow_jsonb_to_tsvector() { return MakeIndirectExec<true, false>(&jsonb_to_tsvector); }
  114. TExecFunc arrow_jsonb_to_tsvector_byid() { return MakeIndirectExec<true, false>(&jsonb_to_tsvector_byid); }
  115. TExecFunc arrow_pg_mcv_list_in() { return MakeIndirectExec<true, false>(&pg_mcv_list_in); }
  116. TExecFunc arrow_pg_mcv_list_out() { return MakeIndirectExec<true, false>(&pg_mcv_list_out); }
  117. TExecFunc arrow_pg_mcv_list_recv() { return MakeIndirectExec<true, false>(&pg_mcv_list_recv); }
  118. TExecFunc arrow_pg_mcv_list_send() { return MakeIndirectExec<true, false>(&pg_mcv_list_send); }
  119. TExecFunc arrow_pg_stat_get_wal_receiver() { return MakeIndirectExec<false, false>(&pg_stat_get_wal_receiver); }
  120. TExecFunc arrow_phraseto_tsquery() { return MakeIndirectExec<true, false>(&phraseto_tsquery); }
  121. TExecFunc arrow_phraseto_tsquery_byid() { return MakeIndirectExec<true, false>(&phraseto_tsquery_byid); }
  122. TExecFunc arrow_plainto_tsquery() { return MakeIndirectExec<true, false>(&plainto_tsquery); }
  123. TExecFunc arrow_plainto_tsquery_byid() { return MakeIndirectExec<true, false>(&plainto_tsquery_byid); }
  124. TExecFunc arrow_satisfies_hash_partition() { return MakeIndirectExec<false, true>(&satisfies_hash_partition); }
  125. TExecFunc arrow_spg_range_quad_choose() { return MakeIndirectExec<true, true>(&spg_range_quad_choose); }
  126. TExecFunc arrow_spg_range_quad_config() { return MakeIndirectExec<true, true>(&spg_range_quad_config); }
  127. TExecFunc arrow_spg_range_quad_inner_consistent() { return MakeIndirectExec<true, true>(&spg_range_quad_inner_consistent); }
  128. TExecFunc arrow_spg_range_quad_leaf_consistent() { return MakeIndirectExec<true, true>(&spg_range_quad_leaf_consistent); }
  129. TExecFunc arrow_spg_range_quad_picksplit() { return MakeIndirectExec<true, true>(&spg_range_quad_picksplit); }
  130. TExecFunc arrow_to_tsquery() { return MakeIndirectExec<true, false>(&to_tsquery); }
  131. TExecFunc arrow_to_tsquery_byid() { return MakeIndirectExec<true, false>(&to_tsquery_byid); }
  132. TExecFunc arrow_to_tsvector() { return MakeIndirectExec<true, false>(&to_tsvector); }
  133. TExecFunc arrow_to_tsvector_byid() { return MakeIndirectExec<true, false>(&to_tsvector_byid); }
  134. TExecFunc arrow_ts_headline() { return MakeIndirectExec<true, false>(&ts_headline); }
  135. TExecFunc arrow_ts_headline_byid() { return MakeIndirectExec<true, false>(&ts_headline_byid); }
  136. TExecFunc arrow_ts_headline_byid_opt() { return MakeIndirectExec<true, false>(&ts_headline_byid_opt); }
  137. TExecFunc arrow_ts_headline_json() { return MakeIndirectExec<true, false>(&ts_headline_json); }
  138. TExecFunc arrow_ts_headline_json_byid() { return MakeIndirectExec<true, false>(&ts_headline_json_byid); }
  139. TExecFunc arrow_ts_headline_json_byid_opt() { return MakeIndirectExec<true, false>(&ts_headline_json_byid_opt); }
  140. TExecFunc arrow_ts_headline_json_opt() { return MakeIndirectExec<true, false>(&ts_headline_json_opt); }
  141. TExecFunc arrow_ts_headline_jsonb() { return MakeIndirectExec<true, false>(&ts_headline_jsonb); }
  142. TExecFunc arrow_ts_headline_jsonb_byid() { return MakeIndirectExec<true, false>(&ts_headline_jsonb_byid); }
  143. TExecFunc arrow_ts_headline_jsonb_byid_opt() { return MakeIndirectExec<true, false>(&ts_headline_jsonb_byid_opt); }
  144. TExecFunc arrow_ts_headline_jsonb_opt() { return MakeIndirectExec<true, false>(&ts_headline_jsonb_opt); }
  145. TExecFunc arrow_ts_headline_opt() { return MakeIndirectExec<true, false>(&ts_headline_opt); }
  146. TExecFunc arrow_websearch_to_tsquery() { return MakeIndirectExec<true, false>(&websearch_to_tsquery); }
  147. TExecFunc arrow_websearch_to_tsquery_byid() { return MakeIndirectExec<true, false>(&websearch_to_tsquery_byid); }