pg_kernels.slow.10.inc 7.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. TExecFunc arrow_bpchar() { return MakeIndirectExec<true, false>(&bpchar); }
  2. TExecFunc arrow_bpchar_larger() { return MakeIndirectExec<true, false>(&bpchar_larger); }
  3. TExecFunc arrow_bpchar_name() { return MakeIndirectExec<true, false>(&bpchar_name); }
  4. TExecFunc arrow_bpchar_pattern_ge() { return MakeIndirectExec<true, true>(&bpchar_pattern_ge); }
  5. TExecFunc arrow_bpchar_pattern_gt() { return MakeIndirectExec<true, true>(&bpchar_pattern_gt); }
  6. TExecFunc arrow_bpchar_pattern_le() { return MakeIndirectExec<true, true>(&bpchar_pattern_le); }
  7. TExecFunc arrow_bpchar_pattern_lt() { return MakeIndirectExec<true, true>(&bpchar_pattern_lt); }
  8. TExecFunc arrow_bpchar_smaller() { return MakeIndirectExec<true, false>(&bpchar_smaller); }
  9. TExecFunc arrow_bpchar_sortsupport() { return MakeIndirectExec<true, true>(&bpchar_sortsupport); }
  10. TExecFunc arrow_bpcharcmp() { return MakeIndirectExec<true, true>(&bpcharcmp); }
  11. TExecFunc arrow_bpchareq() { return MakeIndirectExec<true, true>(&bpchareq); }
  12. TExecFunc arrow_bpcharge() { return MakeIndirectExec<true, true>(&bpcharge); }
  13. TExecFunc arrow_bpchargt() { return MakeIndirectExec<true, true>(&bpchargt); }
  14. TExecFunc arrow_bpcharin() { return MakeIndirectExec<true, false>(&bpcharin); }
  15. TExecFunc arrow_bpcharle() { return MakeIndirectExec<true, true>(&bpcharle); }
  16. TExecFunc arrow_bpcharlen() { return MakeIndirectExec<true, true>(&bpcharlen); }
  17. TExecFunc arrow_bpcharlt() { return MakeIndirectExec<true, true>(&bpcharlt); }
  18. TExecFunc arrow_bpcharne() { return MakeIndirectExec<true, true>(&bpcharne); }
  19. TExecFunc arrow_bpcharoctetlen() { return MakeIndirectExec<true, true>(&bpcharoctetlen); }
  20. TExecFunc arrow_bpcharout() { return MakeIndirectExec<true, false>(&bpcharout); }
  21. TExecFunc arrow_bpcharrecv() { return MakeIndirectExec<true, false>(&bpcharrecv); }
  22. TExecFunc arrow_bpcharsend() { return MakeIndirectExec<true, false>(&bpcharsend); }
  23. TExecFunc arrow_bpchartypmodin() { return MakeIndirectExec<true, true>(&bpchartypmodin); }
  24. TExecFunc arrow_bpchartypmodout() { return MakeIndirectExec<true, false>(&bpchartypmodout); }
  25. TExecFunc arrow_btbpchar_pattern_cmp() { return MakeIndirectExec<true, true>(&btbpchar_pattern_cmp); }
  26. TExecFunc arrow_btbpchar_pattern_sortsupport() { return MakeIndirectExec<true, true>(&btbpchar_pattern_sortsupport); }
  27. TExecFunc arrow_btrecordcmp() { return MakeIndirectExec<true, true>(&btrecordcmp); }
  28. TExecFunc arrow_btrecordimagecmp() { return MakeIndirectExec<true, true>(&btrecordimagecmp); }
  29. TExecFunc arrow_char_bpchar() { return MakeIndirectExec<true, false>(&char_bpchar); }
  30. TExecFunc arrow_dispell_init() { return MakeIndirectExec<true, true>(&dispell_init); }
  31. TExecFunc arrow_dispell_lexize() { return MakeIndirectExec<true, true>(&dispell_lexize); }
  32. TExecFunc arrow_hash_record() { return MakeIndirectExec<true, true>(&hash_record); }
  33. TExecFunc arrow_hash_record_extended() { return MakeIndirectExec<true, true>(&hash_record_extended); }
  34. TExecFunc arrow_hashbpchar() { return MakeIndirectExec<true, true>(&hashbpchar); }
  35. TExecFunc arrow_hashbpcharextended() { return MakeIndirectExec<true, true>(&hashbpcharextended); }
  36. TExecFunc arrow_name_bpchar() { return MakeIndirectExec<true, false>(&name_bpchar); }
  37. TExecFunc arrow_pg_database_size_name() { return MakeIndirectExec<true, true>(&pg_database_size_name); }
  38. TExecFunc arrow_pg_database_size_oid() { return MakeIndirectExec<true, true>(&pg_database_size_oid); }
  39. TExecFunc arrow_pg_filenode_relation() { return MakeIndirectExec<true, true>(&pg_filenode_relation); }
  40. TExecFunc arrow_pg_index_column_has_property() { return MakeIndirectExec<true, true>(&pg_index_column_has_property); }
  41. TExecFunc arrow_pg_index_has_property() { return MakeIndirectExec<true, true>(&pg_index_has_property); }
  42. TExecFunc arrow_pg_indexam_has_property() { return MakeIndirectExec<true, true>(&pg_indexam_has_property); }
  43. TExecFunc arrow_pg_indexam_progress_phasename() { return MakeIndirectExec<true, false>(&pg_indexam_progress_phasename); }
  44. TExecFunc arrow_pg_indexes_size() { return MakeIndirectExec<true, true>(&pg_indexes_size); }
  45. TExecFunc arrow_pg_relation_filenode() { return MakeIndirectExec<true, true>(&pg_relation_filenode); }
  46. TExecFunc arrow_pg_relation_filepath() { return MakeIndirectExec<true, false>(&pg_relation_filepath); }
  47. TExecFunc arrow_pg_relation_size() { return MakeIndirectExec<true, true>(&pg_relation_size); }
  48. TExecFunc arrow_pg_size_bytes() { return MakeIndirectExec<true, true>(&pg_size_bytes); }
  49. TExecFunc arrow_pg_size_pretty() { return MakeIndirectExec<true, false>(&pg_size_pretty); }
  50. TExecFunc arrow_pg_size_pretty_numeric() { return MakeIndirectExec<true, false>(&pg_size_pretty_numeric); }
  51. TExecFunc arrow_pg_table_size() { return MakeIndirectExec<true, true>(&pg_table_size); }
  52. TExecFunc arrow_pg_tablespace_size_name() { return MakeIndirectExec<true, true>(&pg_tablespace_size_name); }
  53. TExecFunc arrow_pg_tablespace_size_oid() { return MakeIndirectExec<true, true>(&pg_tablespace_size_oid); }
  54. TExecFunc arrow_pg_total_relation_size() { return MakeIndirectExec<true, true>(&pg_total_relation_size); }
  55. TExecFunc arrow_rangesel() { return MakeIndirectExec<true, true>(&rangesel); }
  56. TExecFunc arrow_record_eq() { return MakeIndirectExec<true, true>(&record_eq); }
  57. TExecFunc arrow_record_ge() { return MakeIndirectExec<true, true>(&record_ge); }
  58. TExecFunc arrow_record_gt() { return MakeIndirectExec<true, true>(&record_gt); }
  59. TExecFunc arrow_record_image_eq() { return MakeIndirectExec<true, true>(&record_image_eq); }
  60. TExecFunc arrow_record_image_ge() { return MakeIndirectExec<true, true>(&record_image_ge); }
  61. TExecFunc arrow_record_image_gt() { return MakeIndirectExec<true, true>(&record_image_gt); }
  62. TExecFunc arrow_record_image_le() { return MakeIndirectExec<true, true>(&record_image_le); }
  63. TExecFunc arrow_record_image_lt() { return MakeIndirectExec<true, true>(&record_image_lt); }
  64. TExecFunc arrow_record_image_ne() { return MakeIndirectExec<true, true>(&record_image_ne); }
  65. TExecFunc arrow_record_in() { return MakeIndirectExec<true, false>(&record_in); }
  66. TExecFunc arrow_record_le() { return MakeIndirectExec<true, true>(&record_le); }
  67. TExecFunc arrow_record_lt() { return MakeIndirectExec<true, true>(&record_lt); }
  68. TExecFunc arrow_record_ne() { return MakeIndirectExec<true, true>(&record_ne); }
  69. TExecFunc arrow_record_out() { return MakeIndirectExec<true, false>(&record_out); }
  70. TExecFunc arrow_record_recv() { return MakeIndirectExec<true, false>(&record_recv); }
  71. TExecFunc arrow_record_send() { return MakeIndirectExec<true, false>(&record_send); }
  72. TExecFunc arrow_suppress_redundant_updates_trigger() { return MakeIndirectExec<true, true>(&suppress_redundant_updates_trigger); }
  73. TExecFunc arrow_varchar() { return MakeIndirectExec<true, false>(&varchar); }
  74. TExecFunc arrow_varchar_support() { return MakeIndirectExec<true, true>(&varchar_support); }
  75. TExecFunc arrow_varcharin() { return MakeIndirectExec<true, false>(&varcharin); }
  76. TExecFunc arrow_varcharout() { return MakeIndirectExec<true, false>(&varcharout); }
  77. TExecFunc arrow_varcharrecv() { return MakeIndirectExec<true, false>(&varcharrecv); }
  78. TExecFunc arrow_varcharsend() { return MakeIndirectExec<true, false>(&varcharsend); }
  79. TExecFunc arrow_varchartypmodin() { return MakeIndirectExec<true, true>(&varchartypmodin); }
  80. TExecFunc arrow_varchartypmodout() { return MakeIndirectExec<true, false>(&varchartypmodout); }