TExecFunc arrow_areajoinsel() { return MakeIndirectExec(&areajoinsel); } TExecFunc arrow_areasel() { return MakeIndirectExec(&areasel); } TExecFunc arrow_contjoinsel() { return MakeIndirectExec(&contjoinsel); } TExecFunc arrow_contsel() { return MakeIndirectExec(&contsel); } TExecFunc arrow_float4_to_char() { return MakeIndirectExec(&float4_to_char); } TExecFunc arrow_float8_to_char() { return MakeIndirectExec(&float8_to_char); } TExecFunc arrow_ginarrayconsistent() { return MakeIndirectExec(&ginarrayconsistent); } TExecFunc arrow_ginarrayextract() { return MakeIndirectExec(&ginarrayextract); } TExecFunc arrow_ginarrayextract_2args() { return MakeIndirectExec(&ginarrayextract_2args); } TExecFunc arrow_ginarraytriconsistent() { return MakeIndirectExec(&ginarraytriconsistent); } TExecFunc arrow_ginqueryarrayextract() { return MakeIndirectExec(&ginqueryarrayextract); } TExecFunc arrow_iclikejoinsel() { return MakeIndirectExec(&iclikejoinsel); } TExecFunc arrow_iclikesel() { return MakeIndirectExec(&iclikesel); } TExecFunc arrow_icnlikejoinsel() { return MakeIndirectExec(&icnlikejoinsel); } TExecFunc arrow_icnlikesel() { return MakeIndirectExec(&icnlikesel); } TExecFunc arrow_icregexeqjoinsel() { return MakeIndirectExec(&icregexeqjoinsel); } TExecFunc arrow_icregexeqsel() { return MakeIndirectExec(&icregexeqsel); } TExecFunc arrow_icregexnejoinsel() { return MakeIndirectExec(&icregexnejoinsel); } TExecFunc arrow_icregexnesel() { return MakeIndirectExec(&icregexnesel); } TExecFunc arrow_int4_to_char() { return MakeIndirectExec(&int4_to_char); } TExecFunc arrow_int8_to_char() { return MakeIndirectExec(&int8_to_char); } TExecFunc arrow_interval_to_char() { return MakeIndirectExec(&interval_to_char); } TExecFunc arrow_likejoinsel() { return MakeIndirectExec(&likejoinsel); } TExecFunc arrow_likesel() { return MakeIndirectExec(&likesel); } TExecFunc arrow_nlikejoinsel() { return MakeIndirectExec(&nlikejoinsel); } TExecFunc arrow_nlikesel() { return MakeIndirectExec(&nlikesel); } TExecFunc arrow_numeric_to_char() { return MakeIndirectExec(&numeric_to_char); } TExecFunc arrow_numeric_to_number() { return MakeIndirectExec(&numeric_to_number); } TExecFunc arrow_positionjoinsel() { return MakeIndirectExec(&positionjoinsel); } TExecFunc arrow_positionsel() { return MakeIndirectExec(&positionsel); } TExecFunc arrow_prefixjoinsel() { return MakeIndirectExec(&prefixjoinsel); } TExecFunc arrow_prefixsel() { return MakeIndirectExec(&prefixsel); } TExecFunc arrow_regexeqjoinsel() { return MakeIndirectExec(®exeqjoinsel); } TExecFunc arrow_regexeqsel() { return MakeIndirectExec(®exeqsel); } TExecFunc arrow_regexnejoinsel() { return MakeIndirectExec(®exnejoinsel); } TExecFunc arrow_regexnesel() { return MakeIndirectExec(®exnesel); } TExecFunc arrow_text_starts_with_support() { return MakeIndirectExec(&text_starts_with_support); } TExecFunc arrow_texticlike_support() { return MakeIndirectExec(&texticlike_support); } TExecFunc arrow_texticregexeq_support() { return MakeIndirectExec(&texticregexeq_support); } TExecFunc arrow_textlike_support() { return MakeIndirectExec(&textlike_support); } TExecFunc arrow_textregexeq_support() { return MakeIndirectExec(&textregexeq_support); } TExecFunc arrow_thesaurus_init() { return MakeIndirectExec(&thesaurus_init); } TExecFunc arrow_thesaurus_lexize() { return MakeIndirectExec(&thesaurus_lexize); } TExecFunc arrow_timestamp_to_char() { return MakeIndirectExec(×tamp_to_char); } TExecFunc arrow_timestamptz_to_char() { return MakeIndirectExec(×tamptz_to_char); } TExecFunc arrow_to_ascii_default() { return MakeIndirectExec(&to_ascii_default); } TExecFunc arrow_to_ascii_enc() { return MakeIndirectExec(&to_ascii_enc); } TExecFunc arrow_to_ascii_encname() { return MakeIndirectExec(&to_ascii_encname); } TExecFunc arrow_to_date() { return MakeIndirectExec(&to_date); } TExecFunc arrow_to_timestamp() { return MakeIndirectExec(&to_timestamp); }