pg_kernels.slow.3.inc 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. TExecFunc arrow_areajoinsel() { return MakeIndirectExec<true, true>(&areajoinsel); }
  2. TExecFunc arrow_areasel() { return MakeIndirectExec<true, true>(&areasel); }
  3. TExecFunc arrow_contjoinsel() { return MakeIndirectExec<true, true>(&contjoinsel); }
  4. TExecFunc arrow_contsel() { return MakeIndirectExec<true, true>(&contsel); }
  5. TExecFunc arrow_float4_to_char() { return MakeIndirectExec<true, false>(&float4_to_char); }
  6. TExecFunc arrow_float8_to_char() { return MakeIndirectExec<true, false>(&float8_to_char); }
  7. TExecFunc arrow_ginarrayconsistent() { return MakeIndirectExec<true, true>(&ginarrayconsistent); }
  8. TExecFunc arrow_ginarrayextract() { return MakeIndirectExec<true, true>(&ginarrayextract); }
  9. TExecFunc arrow_ginarrayextract_2args() { return MakeIndirectExec<true, true>(&ginarrayextract_2args); }
  10. TExecFunc arrow_ginarraytriconsistent() { return MakeIndirectExec<true, true>(&ginarraytriconsistent); }
  11. TExecFunc arrow_ginqueryarrayextract() { return MakeIndirectExec<true, true>(&ginqueryarrayextract); }
  12. TExecFunc arrow_iclikejoinsel() { return MakeIndirectExec<true, true>(&iclikejoinsel); }
  13. TExecFunc arrow_iclikesel() { return MakeIndirectExec<true, true>(&iclikesel); }
  14. TExecFunc arrow_icnlikejoinsel() { return MakeIndirectExec<true, true>(&icnlikejoinsel); }
  15. TExecFunc arrow_icnlikesel() { return MakeIndirectExec<true, true>(&icnlikesel); }
  16. TExecFunc arrow_icregexeqjoinsel() { return MakeIndirectExec<true, true>(&icregexeqjoinsel); }
  17. TExecFunc arrow_icregexeqsel() { return MakeIndirectExec<true, true>(&icregexeqsel); }
  18. TExecFunc arrow_icregexnejoinsel() { return MakeIndirectExec<true, true>(&icregexnejoinsel); }
  19. TExecFunc arrow_icregexnesel() { return MakeIndirectExec<true, true>(&icregexnesel); }
  20. TExecFunc arrow_int4_to_char() { return MakeIndirectExec<true, false>(&int4_to_char); }
  21. TExecFunc arrow_int8_to_char() { return MakeIndirectExec<true, false>(&int8_to_char); }
  22. TExecFunc arrow_interval_to_char() { return MakeIndirectExec<true, false>(&interval_to_char); }
  23. TExecFunc arrow_likejoinsel() { return MakeIndirectExec<true, true>(&likejoinsel); }
  24. TExecFunc arrow_likesel() { return MakeIndirectExec<true, true>(&likesel); }
  25. TExecFunc arrow_nlikejoinsel() { return MakeIndirectExec<true, true>(&nlikejoinsel); }
  26. TExecFunc arrow_nlikesel() { return MakeIndirectExec<true, true>(&nlikesel); }
  27. TExecFunc arrow_numeric_to_char() { return MakeIndirectExec<true, false>(&numeric_to_char); }
  28. TExecFunc arrow_numeric_to_number() { return MakeIndirectExec<true, false>(&numeric_to_number); }
  29. TExecFunc arrow_positionjoinsel() { return MakeIndirectExec<true, true>(&positionjoinsel); }
  30. TExecFunc arrow_positionsel() { return MakeIndirectExec<true, true>(&positionsel); }
  31. TExecFunc arrow_prefixjoinsel() { return MakeIndirectExec<true, true>(&prefixjoinsel); }
  32. TExecFunc arrow_prefixsel() { return MakeIndirectExec<true, true>(&prefixsel); }
  33. TExecFunc arrow_regexeqjoinsel() { return MakeIndirectExec<true, true>(&regexeqjoinsel); }
  34. TExecFunc arrow_regexeqsel() { return MakeIndirectExec<true, true>(&regexeqsel); }
  35. TExecFunc arrow_regexnejoinsel() { return MakeIndirectExec<true, true>(&regexnejoinsel); }
  36. TExecFunc arrow_regexnesel() { return MakeIndirectExec<true, true>(&regexnesel); }
  37. TExecFunc arrow_text_starts_with_support() { return MakeIndirectExec<true, true>(&text_starts_with_support); }
  38. TExecFunc arrow_texticlike_support() { return MakeIndirectExec<true, true>(&texticlike_support); }
  39. TExecFunc arrow_texticregexeq_support() { return MakeIndirectExec<true, true>(&texticregexeq_support); }
  40. TExecFunc arrow_textlike_support() { return MakeIndirectExec<true, true>(&textlike_support); }
  41. TExecFunc arrow_textregexeq_support() { return MakeIndirectExec<true, true>(&textregexeq_support); }
  42. TExecFunc arrow_thesaurus_init() { return MakeIndirectExec<true, true>(&thesaurus_init); }
  43. TExecFunc arrow_thesaurus_lexize() { return MakeIndirectExec<true, true>(&thesaurus_lexize); }
  44. TExecFunc arrow_timestamp_to_char() { return MakeIndirectExec<true, false>(&timestamp_to_char); }
  45. TExecFunc arrow_timestamptz_to_char() { return MakeIndirectExec<true, false>(&timestamptz_to_char); }
  46. TExecFunc arrow_to_ascii_default() { return MakeIndirectExec<true, false>(&to_ascii_default); }
  47. TExecFunc arrow_to_ascii_enc() { return MakeIndirectExec<true, false>(&to_ascii_enc); }
  48. TExecFunc arrow_to_ascii_encname() { return MakeIndirectExec<true, false>(&to_ascii_encname); }
  49. TExecFunc arrow_to_date() { return MakeIndirectExec<true, true>(&to_date); }
  50. TExecFunc arrow_to_timestamp() { return MakeIndirectExec<true, true>(&to_timestamp); }