pg_kernels.slow.19.inc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. TExecFunc arrow_binary_decode() { return MakeIndirectExec<true, false>(&binary_decode); }
  2. TExecFunc arrow_binary_encode() { return MakeIndirectExec<true, false>(&binary_encode); }
  3. TExecFunc arrow_box_above() { return MakeIndirectExec<true, true>(&box_above); }
  4. TExecFunc arrow_box_above_eq() { return MakeIndirectExec<true, true>(&box_above_eq); }
  5. TExecFunc arrow_box_add() { return MakeIndirectExec<true, false>(&box_add); }
  6. TExecFunc arrow_box_area() { return MakeIndirectExec<true, true>(&box_area); }
  7. TExecFunc arrow_box_below() { return MakeIndirectExec<true, true>(&box_below); }
  8. TExecFunc arrow_box_below_eq() { return MakeIndirectExec<true, true>(&box_below_eq); }
  9. TExecFunc arrow_box_center() { return MakeIndirectExec<true, false>(&box_center); }
  10. TExecFunc arrow_box_circle() { return MakeIndirectExec<true, false>(&box_circle); }
  11. TExecFunc arrow_box_contain() { return MakeIndirectExec<true, true>(&box_contain); }
  12. TExecFunc arrow_box_contain_pt() { return MakeIndirectExec<true, true>(&box_contain_pt); }
  13. TExecFunc arrow_box_contained() { return MakeIndirectExec<true, true>(&box_contained); }
  14. TExecFunc arrow_box_diagonal() { return MakeIndirectExec<true, false>(&box_diagonal); }
  15. TExecFunc arrow_box_distance() { return MakeIndirectExec<true, true>(&box_distance); }
  16. TExecFunc arrow_box_div() { return MakeIndirectExec<true, false>(&box_div); }
  17. TExecFunc arrow_box_eq() { return MakeIndirectExec<true, true>(&box_eq); }
  18. TExecFunc arrow_box_ge() { return MakeIndirectExec<true, true>(&box_ge); }
  19. TExecFunc arrow_box_gt() { return MakeIndirectExec<true, true>(&box_gt); }
  20. TExecFunc arrow_box_height() { return MakeIndirectExec<true, true>(&box_height); }
  21. TExecFunc arrow_box_in() { return MakeIndirectExec<true, false>(&box_in); }
  22. TExecFunc arrow_box_intersect() { return MakeIndirectExec<true, false>(&box_intersect); }
  23. TExecFunc arrow_box_le() { return MakeIndirectExec<true, true>(&box_le); }
  24. TExecFunc arrow_box_left() { return MakeIndirectExec<true, true>(&box_left); }
  25. TExecFunc arrow_box_lt() { return MakeIndirectExec<true, true>(&box_lt); }
  26. TExecFunc arrow_box_mul() { return MakeIndirectExec<true, false>(&box_mul); }
  27. TExecFunc arrow_box_out() { return MakeIndirectExec<true, false>(&box_out); }
  28. TExecFunc arrow_box_overabove() { return MakeIndirectExec<true, true>(&box_overabove); }
  29. TExecFunc arrow_box_overbelow() { return MakeIndirectExec<true, true>(&box_overbelow); }
  30. TExecFunc arrow_box_overlap() { return MakeIndirectExec<true, true>(&box_overlap); }
  31. TExecFunc arrow_box_overleft() { return MakeIndirectExec<true, true>(&box_overleft); }
  32. TExecFunc arrow_box_overright() { return MakeIndirectExec<true, true>(&box_overright); }
  33. TExecFunc arrow_box_poly() { return MakeIndirectExec<true, false>(&box_poly); }
  34. TExecFunc arrow_box_recv() { return MakeIndirectExec<true, false>(&box_recv); }
  35. TExecFunc arrow_box_right() { return MakeIndirectExec<true, true>(&box_right); }
  36. TExecFunc arrow_box_same() { return MakeIndirectExec<true, true>(&box_same); }
  37. TExecFunc arrow_box_send() { return MakeIndirectExec<true, false>(&box_send); }
  38. TExecFunc arrow_box_sub() { return MakeIndirectExec<true, false>(&box_sub); }
  39. TExecFunc arrow_box_width() { return MakeIndirectExec<true, true>(&box_width); }
  40. TExecFunc arrow_boxes_bound_box() { return MakeIndirectExec<true, false>(&boxes_bound_box); }
  41. TExecFunc arrow_circle_above() { return MakeIndirectExec<true, true>(&circle_above); }
  42. TExecFunc arrow_circle_add_pt() { return MakeIndirectExec<true, false>(&circle_add_pt); }
  43. TExecFunc arrow_circle_area() { return MakeIndirectExec<true, true>(&circle_area); }
  44. TExecFunc arrow_circle_below() { return MakeIndirectExec<true, true>(&circle_below); }
  45. TExecFunc arrow_circle_box() { return MakeIndirectExec<true, false>(&circle_box); }
  46. TExecFunc arrow_circle_center() { return MakeIndirectExec<true, false>(&circle_center); }
  47. TExecFunc arrow_circle_contain() { return MakeIndirectExec<true, true>(&circle_contain); }
  48. TExecFunc arrow_circle_contain_pt() { return MakeIndirectExec<true, true>(&circle_contain_pt); }
  49. TExecFunc arrow_circle_contained() { return MakeIndirectExec<true, true>(&circle_contained); }
  50. TExecFunc arrow_circle_diameter() { return MakeIndirectExec<true, true>(&circle_diameter); }
  51. TExecFunc arrow_circle_distance() { return MakeIndirectExec<true, true>(&circle_distance); }
  52. TExecFunc arrow_circle_div_pt() { return MakeIndirectExec<true, false>(&circle_div_pt); }
  53. TExecFunc arrow_circle_eq() { return MakeIndirectExec<true, true>(&circle_eq); }
  54. TExecFunc arrow_circle_ge() { return MakeIndirectExec<true, true>(&circle_ge); }
  55. TExecFunc arrow_circle_gt() { return MakeIndirectExec<true, true>(&circle_gt); }
  56. TExecFunc arrow_circle_in() { return MakeIndirectExec<true, false>(&circle_in); }
  57. TExecFunc arrow_circle_le() { return MakeIndirectExec<true, true>(&circle_le); }
  58. TExecFunc arrow_circle_left() { return MakeIndirectExec<true, true>(&circle_left); }
  59. TExecFunc arrow_circle_lt() { return MakeIndirectExec<true, true>(&circle_lt); }
  60. TExecFunc arrow_circle_mul_pt() { return MakeIndirectExec<true, false>(&circle_mul_pt); }
  61. TExecFunc arrow_circle_ne() { return MakeIndirectExec<true, true>(&circle_ne); }
  62. TExecFunc arrow_circle_out() { return MakeIndirectExec<true, false>(&circle_out); }
  63. TExecFunc arrow_circle_overabove() { return MakeIndirectExec<true, true>(&circle_overabove); }
  64. TExecFunc arrow_circle_overbelow() { return MakeIndirectExec<true, true>(&circle_overbelow); }
  65. TExecFunc arrow_circle_overlap() { return MakeIndirectExec<true, true>(&circle_overlap); }
  66. TExecFunc arrow_circle_overleft() { return MakeIndirectExec<true, true>(&circle_overleft); }
  67. TExecFunc arrow_circle_overright() { return MakeIndirectExec<true, true>(&circle_overright); }
  68. TExecFunc arrow_circle_poly() { return MakeIndirectExec<true, false>(&circle_poly); }
  69. TExecFunc arrow_circle_radius() { return MakeIndirectExec<true, true>(&circle_radius); }
  70. TExecFunc arrow_circle_recv() { return MakeIndirectExec<true, false>(&circle_recv); }
  71. TExecFunc arrow_circle_right() { return MakeIndirectExec<true, true>(&circle_right); }
  72. TExecFunc arrow_circle_same() { return MakeIndirectExec<true, true>(&circle_same); }
  73. TExecFunc arrow_circle_send() { return MakeIndirectExec<true, false>(&circle_send); }
  74. TExecFunc arrow_circle_sub_pt() { return MakeIndirectExec<true, false>(&circle_sub_pt); }
  75. TExecFunc arrow_close_ls() { return MakeIndirectExec<true, false>(&close_ls); }
  76. TExecFunc arrow_close_lseg() { return MakeIndirectExec<true, false>(&close_lseg); }
  77. TExecFunc arrow_close_pb() { return MakeIndirectExec<true, false>(&close_pb); }
  78. TExecFunc arrow_close_pl() { return MakeIndirectExec<true, false>(&close_pl); }
  79. TExecFunc arrow_close_ps() { return MakeIndirectExec<true, false>(&close_ps); }
  80. TExecFunc arrow_close_sb() { return MakeIndirectExec<true, false>(&close_sb); }
  81. TExecFunc arrow_construct_point() { return MakeIndirectExec<true, false>(&construct_point); }
  82. TExecFunc arrow_cr_circle() { return MakeIndirectExec<true, false>(&cr_circle); }
  83. TExecFunc arrow_dist_bp() { return MakeIndirectExec<true, true>(&dist_bp); }
  84. TExecFunc arrow_dist_bs() { return MakeIndirectExec<true, true>(&dist_bs); }
  85. TExecFunc arrow_dist_cpoint() { return MakeIndirectExec<true, true>(&dist_cpoint); }
  86. TExecFunc arrow_dist_cpoly() { return MakeIndirectExec<true, true>(&dist_cpoly); }
  87. TExecFunc arrow_dist_lp() { return MakeIndirectExec<true, true>(&dist_lp); }
  88. TExecFunc arrow_dist_ls() { return MakeIndirectExec<true, true>(&dist_ls); }
  89. TExecFunc arrow_dist_pathp() { return MakeIndirectExec<true, true>(&dist_pathp); }
  90. TExecFunc arrow_dist_pb() { return MakeIndirectExec<true, true>(&dist_pb); }
  91. TExecFunc arrow_dist_pc() { return MakeIndirectExec<true, true>(&dist_pc); }
  92. TExecFunc arrow_dist_pl() { return MakeIndirectExec<true, true>(&dist_pl); }
  93. TExecFunc arrow_dist_polyc() { return MakeIndirectExec<true, true>(&dist_polyc); }
  94. TExecFunc arrow_dist_polyp() { return MakeIndirectExec<true, true>(&dist_polyp); }
  95. TExecFunc arrow_dist_ppath() { return MakeIndirectExec<true, true>(&dist_ppath); }
  96. TExecFunc arrow_dist_ppoly() { return MakeIndirectExec<true, true>(&dist_ppoly); }
  97. TExecFunc arrow_dist_ps() { return MakeIndirectExec<true, true>(&dist_ps); }
  98. TExecFunc arrow_dist_sb() { return MakeIndirectExec<true, true>(&dist_sb); }
  99. TExecFunc arrow_dist_sl() { return MakeIndirectExec<true, true>(&dist_sl); }
  100. TExecFunc arrow_dist_sp() { return MakeIndirectExec<true, true>(&dist_sp); }
  101. TExecFunc arrow_inter_lb() { return MakeIndirectExec<true, true>(&inter_lb); }
  102. TExecFunc arrow_inter_sb() { return MakeIndirectExec<true, true>(&inter_sb); }
  103. TExecFunc arrow_inter_sl() { return MakeIndirectExec<true, true>(&inter_sl); }
  104. TExecFunc arrow_line_construct_pp() { return MakeIndirectExec<true, false>(&line_construct_pp); }
  105. TExecFunc arrow_line_distance() { return MakeIndirectExec<true, true>(&line_distance); }
  106. TExecFunc arrow_line_eq() { return MakeIndirectExec<true, true>(&line_eq); }
  107. TExecFunc arrow_line_horizontal() { return MakeIndirectExec<true, true>(&line_horizontal); }
  108. TExecFunc arrow_line_in() { return MakeIndirectExec<true, false>(&line_in); }
  109. TExecFunc arrow_line_interpt() { return MakeIndirectExec<true, false>(&line_interpt); }
  110. TExecFunc arrow_line_intersect() { return MakeIndirectExec<true, true>(&line_intersect); }
  111. TExecFunc arrow_line_out() { return MakeIndirectExec<true, false>(&line_out); }
  112. TExecFunc arrow_line_parallel() { return MakeIndirectExec<true, true>(&line_parallel); }
  113. TExecFunc arrow_line_perp() { return MakeIndirectExec<true, true>(&line_perp); }
  114. TExecFunc arrow_line_recv() { return MakeIndirectExec<true, false>(&line_recv); }
  115. TExecFunc arrow_line_send() { return MakeIndirectExec<true, false>(&line_send); }
  116. TExecFunc arrow_line_vertical() { return MakeIndirectExec<true, true>(&line_vertical); }
  117. TExecFunc arrow_lseg_center() { return MakeIndirectExec<true, false>(&lseg_center); }
  118. TExecFunc arrow_lseg_construct() { return MakeIndirectExec<true, false>(&lseg_construct); }
  119. TExecFunc arrow_lseg_distance() { return MakeIndirectExec<true, true>(&lseg_distance); }
  120. TExecFunc arrow_lseg_eq() { return MakeIndirectExec<true, true>(&lseg_eq); }
  121. TExecFunc arrow_lseg_ge() { return MakeIndirectExec<true, true>(&lseg_ge); }
  122. TExecFunc arrow_lseg_gt() { return MakeIndirectExec<true, true>(&lseg_gt); }
  123. TExecFunc arrow_lseg_horizontal() { return MakeIndirectExec<true, true>(&lseg_horizontal); }
  124. TExecFunc arrow_lseg_in() { return MakeIndirectExec<true, false>(&lseg_in); }
  125. TExecFunc arrow_lseg_interpt() { return MakeIndirectExec<true, false>(&lseg_interpt); }
  126. TExecFunc arrow_lseg_intersect() { return MakeIndirectExec<true, true>(&lseg_intersect); }
  127. TExecFunc arrow_lseg_le() { return MakeIndirectExec<true, true>(&lseg_le); }
  128. TExecFunc arrow_lseg_length() { return MakeIndirectExec<true, true>(&lseg_length); }
  129. TExecFunc arrow_lseg_lt() { return MakeIndirectExec<true, true>(&lseg_lt); }
  130. TExecFunc arrow_lseg_ne() { return MakeIndirectExec<true, true>(&lseg_ne); }
  131. TExecFunc arrow_lseg_out() { return MakeIndirectExec<true, false>(&lseg_out); }
  132. TExecFunc arrow_lseg_parallel() { return MakeIndirectExec<true, true>(&lseg_parallel); }
  133. TExecFunc arrow_lseg_perp() { return MakeIndirectExec<true, true>(&lseg_perp); }
  134. TExecFunc arrow_lseg_recv() { return MakeIndirectExec<true, false>(&lseg_recv); }
  135. TExecFunc arrow_lseg_send() { return MakeIndirectExec<true, false>(&lseg_send); }
  136. TExecFunc arrow_lseg_vertical() { return MakeIndirectExec<true, true>(&lseg_vertical); }
  137. TExecFunc arrow_on_pb() { return MakeIndirectExec<true, true>(&on_pb); }
  138. TExecFunc arrow_on_pl() { return MakeIndirectExec<true, true>(&on_pl); }
  139. TExecFunc arrow_on_ppath() { return MakeIndirectExec<true, true>(&on_ppath); }
  140. TExecFunc arrow_on_ps() { return MakeIndirectExec<true, true>(&on_ps); }
  141. TExecFunc arrow_on_sb() { return MakeIndirectExec<true, true>(&on_sb); }
  142. TExecFunc arrow_on_sl() { return MakeIndirectExec<true, true>(&on_sl); }
  143. TExecFunc arrow_path_add() { return MakeIndirectExec<true, false>(&path_add); }
  144. TExecFunc arrow_path_add_pt() { return MakeIndirectExec<true, false>(&path_add_pt); }
  145. TExecFunc arrow_path_area() { return MakeIndirectExec<true, true>(&path_area); }
  146. TExecFunc arrow_path_close() { return MakeIndirectExec<true, false>(&path_close); }
  147. TExecFunc arrow_path_distance() { return MakeIndirectExec<true, true>(&path_distance); }
  148. TExecFunc arrow_path_div_pt() { return MakeIndirectExec<true, false>(&path_div_pt); }
  149. TExecFunc arrow_path_in() { return MakeIndirectExec<true, false>(&path_in); }
  150. TExecFunc arrow_path_inter() { return MakeIndirectExec<true, true>(&path_inter); }
  151. TExecFunc arrow_path_isclosed() { return MakeIndirectExec<true, true>(&path_isclosed); }
  152. TExecFunc arrow_path_isopen() { return MakeIndirectExec<true, true>(&path_isopen); }
  153. TExecFunc arrow_path_length() { return MakeIndirectExec<true, true>(&path_length); }
  154. TExecFunc arrow_path_mul_pt() { return MakeIndirectExec<true, false>(&path_mul_pt); }
  155. TExecFunc arrow_path_n_eq() { return MakeIndirectExec<true, true>(&path_n_eq); }
  156. TExecFunc arrow_path_n_ge() { return MakeIndirectExec<true, true>(&path_n_ge); }
  157. TExecFunc arrow_path_n_gt() { return MakeIndirectExec<true, true>(&path_n_gt); }
  158. TExecFunc arrow_path_n_le() { return MakeIndirectExec<true, true>(&path_n_le); }
  159. TExecFunc arrow_path_n_lt() { return MakeIndirectExec<true, true>(&path_n_lt); }
  160. TExecFunc arrow_path_npoints() { return MakeIndirectExec<true, true>(&path_npoints); }
  161. TExecFunc arrow_path_open() { return MakeIndirectExec<true, false>(&path_open); }
  162. TExecFunc arrow_path_out() { return MakeIndirectExec<true, false>(&path_out); }
  163. TExecFunc arrow_path_poly() { return MakeIndirectExec<true, false>(&path_poly); }
  164. TExecFunc arrow_path_recv() { return MakeIndirectExec<true, false>(&path_recv); }
  165. TExecFunc arrow_path_send() { return MakeIndirectExec<true, false>(&path_send); }
  166. TExecFunc arrow_path_sub_pt() { return MakeIndirectExec<true, false>(&path_sub_pt); }
  167. TExecFunc arrow_pg_copy_logical_replication_slot_a() { return MakeIndirectExec<true, false>(&pg_copy_logical_replication_slot_a); }
  168. TExecFunc arrow_pg_copy_logical_replication_slot_b() { return MakeIndirectExec<true, false>(&pg_copy_logical_replication_slot_b); }
  169. TExecFunc arrow_pg_copy_logical_replication_slot_c() { return MakeIndirectExec<true, false>(&pg_copy_logical_replication_slot_c); }
  170. TExecFunc arrow_pg_copy_physical_replication_slot_a() { return MakeIndirectExec<true, false>(&pg_copy_physical_replication_slot_a); }
  171. TExecFunc arrow_pg_copy_physical_replication_slot_b() { return MakeIndirectExec<true, false>(&pg_copy_physical_replication_slot_b); }
  172. TExecFunc arrow_pg_create_logical_replication_slot() { return MakeIndirectExec<true, false>(&pg_create_logical_replication_slot); }
  173. TExecFunc arrow_pg_create_physical_replication_slot() { return MakeIndirectExec<true, false>(&pg_create_physical_replication_slot); }
  174. TExecFunc arrow_pg_drop_replication_slot() { return MakeIndirectExec<true, true>(&pg_drop_replication_slot); }
  175. TExecFunc arrow_pg_replication_slot_advance() { return MakeIndirectExec<true, false>(&pg_replication_slot_advance); }
  176. TExecFunc arrow_point_above() { return MakeIndirectExec<true, true>(&point_above); }
  177. TExecFunc arrow_point_add() { return MakeIndirectExec<true, false>(&point_add); }
  178. TExecFunc arrow_point_below() { return MakeIndirectExec<true, true>(&point_below); }
  179. TExecFunc arrow_point_box() { return MakeIndirectExec<true, false>(&point_box); }
  180. TExecFunc arrow_point_distance() { return MakeIndirectExec<true, true>(&point_distance); }
  181. TExecFunc arrow_point_div() { return MakeIndirectExec<true, false>(&point_div); }
  182. TExecFunc arrow_point_eq() { return MakeIndirectExec<true, true>(&point_eq); }
  183. TExecFunc arrow_point_horiz() { return MakeIndirectExec<true, true>(&point_horiz); }
  184. TExecFunc arrow_point_in() { return MakeIndirectExec<true, false>(&point_in); }
  185. TExecFunc arrow_point_left() { return MakeIndirectExec<true, true>(&point_left); }
  186. TExecFunc arrow_point_mul() { return MakeIndirectExec<true, false>(&point_mul); }
  187. TExecFunc arrow_point_ne() { return MakeIndirectExec<true, true>(&point_ne); }
  188. TExecFunc arrow_point_out() { return MakeIndirectExec<true, false>(&point_out); }
  189. TExecFunc arrow_point_recv() { return MakeIndirectExec<true, false>(&point_recv); }
  190. TExecFunc arrow_point_right() { return MakeIndirectExec<true, true>(&point_right); }
  191. TExecFunc arrow_point_send() { return MakeIndirectExec<true, false>(&point_send); }
  192. TExecFunc arrow_point_slope() { return MakeIndirectExec<true, true>(&point_slope); }
  193. TExecFunc arrow_point_sub() { return MakeIndirectExec<true, false>(&point_sub); }
  194. TExecFunc arrow_point_vert() { return MakeIndirectExec<true, true>(&point_vert); }
  195. TExecFunc arrow_points_box() { return MakeIndirectExec<true, false>(&points_box); }
  196. TExecFunc arrow_poly_above() { return MakeIndirectExec<true, true>(&poly_above); }
  197. TExecFunc arrow_poly_below() { return MakeIndirectExec<true, true>(&poly_below); }
  198. TExecFunc arrow_poly_box() { return MakeIndirectExec<true, false>(&poly_box); }
  199. TExecFunc arrow_poly_center() { return MakeIndirectExec<true, false>(&poly_center); }
  200. TExecFunc arrow_poly_circle() { return MakeIndirectExec<true, false>(&poly_circle); }
  201. TExecFunc arrow_poly_contain() { return MakeIndirectExec<true, true>(&poly_contain); }
  202. TExecFunc arrow_poly_contain_pt() { return MakeIndirectExec<true, true>(&poly_contain_pt); }
  203. TExecFunc arrow_poly_contained() { return MakeIndirectExec<true, true>(&poly_contained); }
  204. TExecFunc arrow_poly_distance() { return MakeIndirectExec<true, true>(&poly_distance); }
  205. TExecFunc arrow_poly_in() { return MakeIndirectExec<true, false>(&poly_in); }
  206. TExecFunc arrow_poly_left() { return MakeIndirectExec<true, true>(&poly_left); }
  207. TExecFunc arrow_poly_npoints() { return MakeIndirectExec<true, true>(&poly_npoints); }
  208. TExecFunc arrow_poly_out() { return MakeIndirectExec<true, false>(&poly_out); }
  209. TExecFunc arrow_poly_overabove() { return MakeIndirectExec<true, true>(&poly_overabove); }
  210. TExecFunc arrow_poly_overbelow() { return MakeIndirectExec<true, true>(&poly_overbelow); }
  211. TExecFunc arrow_poly_overlap() { return MakeIndirectExec<true, true>(&poly_overlap); }
  212. TExecFunc arrow_poly_overleft() { return MakeIndirectExec<true, true>(&poly_overleft); }
  213. TExecFunc arrow_poly_overright() { return MakeIndirectExec<true, true>(&poly_overright); }
  214. TExecFunc arrow_poly_path() { return MakeIndirectExec<true, false>(&poly_path); }
  215. TExecFunc arrow_poly_recv() { return MakeIndirectExec<true, false>(&poly_recv); }
  216. TExecFunc arrow_poly_right() { return MakeIndirectExec<true, true>(&poly_right); }
  217. TExecFunc arrow_poly_same() { return MakeIndirectExec<true, true>(&poly_same); }
  218. TExecFunc arrow_poly_send() { return MakeIndirectExec<true, false>(&poly_send); }
  219. TExecFunc arrow_pt_contained_circle() { return MakeIndirectExec<true, true>(&pt_contained_circle); }
  220. TExecFunc arrow_pt_contained_poly() { return MakeIndirectExec<true, true>(&pt_contained_poly); }
  221. TExecFunc arrow_spg_bbox_quad_config() { return MakeIndirectExec<true, true>(&spg_bbox_quad_config); }
  222. TExecFunc arrow_spg_box_quad_choose() { return MakeIndirectExec<true, true>(&spg_box_quad_choose); }
  223. TExecFunc arrow_spg_box_quad_config() { return MakeIndirectExec<true, true>(&spg_box_quad_config); }
  224. TExecFunc arrow_spg_box_quad_inner_consistent() { return MakeIndirectExec<true, true>(&spg_box_quad_inner_consistent); }
  225. TExecFunc arrow_spg_box_quad_leaf_consistent() { return MakeIndirectExec<true, true>(&spg_box_quad_leaf_consistent); }
  226. TExecFunc arrow_spg_box_quad_picksplit() { return MakeIndirectExec<true, true>(&spg_box_quad_picksplit); }
  227. TExecFunc arrow_spg_poly_quad_compress() { return MakeIndirectExec<true, false>(&spg_poly_quad_compress); }
  228. TExecFunc arrow_tsmatchjoinsel() { return MakeIndirectExec<true, true>(&tsmatchjoinsel); }
  229. TExecFunc arrow_tsmatchsel() { return MakeIndirectExec<true, true>(&tsmatchsel); }
  230. TExecFunc arrow_tsquery_rewrite() { return MakeIndirectExec<true, false>(&tsquery_rewrite); }
  231. TExecFunc arrow_tsquery_rewrite_query() { return MakeIndirectExec<true, false>(&tsquery_rewrite_query); }