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