Home
last modified time | relevance | path

Searched refs:tab_eq_funcs (Results 1 – 25 of 100) sorted by relevance

1234

/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DnodeSubplan.c510 node->tab_eq_funcs, in buildSubPlanHash()
530 node->tab_eq_funcs, in buildSubPlanHash()
742 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
835 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
875 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c312 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
382 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DnodeSubplan.c510 node->tab_eq_funcs, in buildSubPlanHash()
530 node->tab_eq_funcs, in buildSubPlanHash()
742 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
835 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
875 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c312 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
382 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DnodeSubplan.c510 node->tab_eq_funcs, in buildSubPlanHash()
530 node->tab_eq_funcs, in buildSubPlanHash()
742 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
835 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
875 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c312 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
382 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DnodeSubplan.c510 node->tab_eq_funcs, in buildSubPlanHash()
530 node->tab_eq_funcs, in buildSubPlanHash()
742 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
835 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
875 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c312 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
382 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DnodeSubplan.c510 node->tab_eq_funcs, in buildSubPlanHash()
530 node->tab_eq_funcs, in buildSubPlanHash()
742 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
835 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
875 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c312 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
382 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DnodeSubplan.c510 node->tab_eq_funcs, in buildSubPlanHash()
530 node->tab_eq_funcs, in buildSubPlanHash()
742 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
835 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
875 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c312 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
382 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DnodeSubplan.c510 node->tab_eq_funcs, in buildSubPlanHash()
530 node->tab_eq_funcs, in buildSubPlanHash()
742 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
835 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
875 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c312 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
382 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DnodeSubplan.c519 node->tab_eq_funcs, in buildSubPlanHash()
538 node->tab_eq_funcs, in buildSubPlanHash()
740 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
838 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
895 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c296 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
367 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DnodeSubplan.c519 node->tab_eq_funcs, in buildSubPlanHash()
538 node->tab_eq_funcs, in buildSubPlanHash()
740 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
838 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
895 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c296 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
367 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DnodeSubplan.c519 node->tab_eq_funcs, in buildSubPlanHash()
538 node->tab_eq_funcs, in buildSubPlanHash()
740 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
838 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
895 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c296 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
367 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DnodeSubplan.c519 node->tab_eq_funcs, in buildSubPlanHash()
538 node->tab_eq_funcs, in buildSubPlanHash()
740 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
838 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
895 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
H A DexecGrouping.c296 hashtable->tab_eq_funcs = eqfunctions; in BuildTupleHashTable()
367 hashtable->cur_eq_funcs = hashtable->tab_eq_funcs; in LookupTupleHashEntry()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DnodeSubplan.c519 node->tab_eq_funcs, in buildSubPlanHash()
538 node->tab_eq_funcs, in buildSubPlanHash()
740 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
838 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
895 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DnodeSubplan.c519 node->tab_eq_funcs, in buildSubPlanHash()
538 node->tab_eq_funcs, in buildSubPlanHash()
740 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
838 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
895 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DnodeSubplan.c519 node->tab_eq_funcs, in buildSubPlanHash()
538 node->tab_eq_funcs, in buildSubPlanHash()
740 sstate->tab_eq_funcs = NULL; in ExecInitSubPlan()
838 sstate->tab_eq_funcs = (FmgrInfo *) palloc(ncols * sizeof(FmgrInfo)); in ExecInitSubPlan()
895 fmgr_info(get_opcode(rhs_eq_oper), &sstate->tab_eq_funcs[i - 1]); in ExecInitSubPlan()

1234