pg_kernels.slow.7.inc 3.0 KB

123456789101112131415161718192021222324252627282930313233
  1. TExecFunc arrow_bttidcmp() { return MakeIndirectExec<true, true>(&bttidcmp); }
  2. TExecFunc arrow_currtid_byrelname() { return MakeIndirectExec<true, false>(&currtid_byrelname); }
  3. TExecFunc arrow_hashtid() { return MakeIndirectExec<true, true>(&hashtid); }
  4. TExecFunc arrow_hashtidextended() { return MakeIndirectExec<true, true>(&hashtidextended); }
  5. TExecFunc arrow_pg_read_binary_file_all() { return MakeIndirectExec<true, false>(&pg_read_binary_file_all); }
  6. TExecFunc arrow_pg_read_binary_file_all_missing() { return MakeIndirectExec<true, false>(&pg_read_binary_file_all_missing); }
  7. TExecFunc arrow_pg_read_binary_file_off_len() { return MakeIndirectExec<true, false>(&pg_read_binary_file_off_len); }
  8. TExecFunc arrow_pg_read_binary_file_off_len_missing() { return MakeIndirectExec<true, false>(&pg_read_binary_file_off_len_missing); }
  9. TExecFunc arrow_pg_read_file() { return MakeIndirectExec<true, false>(&pg_read_file); }
  10. TExecFunc arrow_pg_read_file_all() { return MakeIndirectExec<true, false>(&pg_read_file_all); }
  11. TExecFunc arrow_pg_read_file_all_missing() { return MakeIndirectExec<true, false>(&pg_read_file_all_missing); }
  12. TExecFunc arrow_pg_read_file_off_len() { return MakeIndirectExec<true, false>(&pg_read_file_off_len); }
  13. TExecFunc arrow_pg_read_file_off_len_missing() { return MakeIndirectExec<true, false>(&pg_read_file_off_len_missing); }
  14. TExecFunc arrow_pg_stat_file() { return MakeIndirectExec<true, false>(&pg_stat_file); }
  15. TExecFunc arrow_pg_stat_file_1arg() { return MakeIndirectExec<true, false>(&pg_stat_file_1arg); }
  16. TExecFunc arrow_quote_ident() { return MakeIndirectExec<true, false>(&quote_ident); }
  17. TExecFunc arrow_quote_literal() { return MakeIndirectExec<true, false>(&quote_literal); }
  18. TExecFunc arrow_quote_nullable() { return MakeIndirectExec<false, false>(&quote_nullable); }
  19. TExecFunc arrow_row_security_active() { return MakeIndirectExec<true, true>(&row_security_active); }
  20. TExecFunc arrow_row_security_active_name() { return MakeIndirectExec<true, true>(&row_security_active_name); }
  21. TExecFunc arrow_tideq() { return MakeIndirectExec<true, true>(&tideq); }
  22. TExecFunc arrow_tidge() { return MakeIndirectExec<true, true>(&tidge); }
  23. TExecFunc arrow_tidgt() { return MakeIndirectExec<true, true>(&tidgt); }
  24. TExecFunc arrow_tidin() { return MakeIndirectExec<true, false>(&tidin); }
  25. TExecFunc arrow_tidlarger() { return MakeIndirectExec<true, false>(&tidlarger); }
  26. TExecFunc arrow_tidle() { return MakeIndirectExec<true, true>(&tidle); }
  27. TExecFunc arrow_tidlt() { return MakeIndirectExec<true, true>(&tidlt); }
  28. TExecFunc arrow_tidne() { return MakeIndirectExec<true, true>(&tidne); }
  29. TExecFunc arrow_tidout() { return MakeIndirectExec<true, false>(&tidout); }
  30. TExecFunc arrow_tidrecv() { return MakeIndirectExec<true, false>(&tidrecv); }
  31. TExecFunc arrow_tidsend() { return MakeIndirectExec<true, false>(&tidsend); }
  32. TExecFunc arrow_tidsmaller() { return MakeIndirectExec<true, false>(&tidsmaller); }
  33. TExecFunc arrow_tsm_bernoulli_handler() { return MakeIndirectExec<true, true>(&tsm_bernoulli_handler); }