Home
last modified time | relevance | path

Searched refs:tableslot (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c300 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
341 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
352 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
499 slot = hashtable->tableslot; in TupleHashTableHash()
558 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c316 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
361 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
372 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
488 slot = hashtable->tableslot; in TupleHashTableHash()
545 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c300 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
341 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
352 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
499 slot = hashtable->tableslot; in TupleHashTableHash()
558 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c300 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
341 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
352 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
499 slot = hashtable->tableslot; in TupleHashTableHash()
558 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c316 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
361 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
372 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
488 slot = hashtable->tableslot; in TupleHashTableHash()
545 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c316 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
361 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
372 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
488 slot = hashtable->tableslot; in TupleHashTableHash()
545 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c316 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
361 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
372 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
488 slot = hashtable->tableslot; in TupleHashTableHash()
545 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c316 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
361 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
372 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
488 slot = hashtable->tableslot; in TupleHashTableHash()
545 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c316 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
361 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
372 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
488 slot = hashtable->tableslot; in TupleHashTableHash()
545 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c316 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
361 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
372 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
488 slot = hashtable->tableslot; in TupleHashTableHash()
545 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c300 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
341 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
352 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
499 slot = hashtable->tableslot; in TupleHashTableHash()
558 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c300 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
341 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
352 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
499 slot = hashtable->tableslot; in TupleHashTableHash()
558 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c300 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
341 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
352 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
499 slot = hashtable->tableslot; in TupleHashTableHash()
558 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c300 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTable()
341 if (hashtable->tableslot == NULL) in LookupTupleHashEntry()
352 hashtable->tableslot = MakeSingleTupleTableSlot(tupdesc); in LookupTupleHashEntry()
499 slot = hashtable->tableslot; in TupleHashTableHash()
558 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecGrouping.c184 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
208 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc)); in BuildTupleHashTableExt()
412 slot = hashtable->tableslot; in TupleHashTableHash()
467 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecGrouping.c184 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
208 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc)); in BuildTupleHashTableExt()
412 slot = hashtable->tableslot; in TupleHashTableHash()
467 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecGrouping.c184 hashtable->tableslot = NULL; /* will be made on first lookup */
208 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc));
412 slot = hashtable->tableslot;
467 slot1 = hashtable->tableslot;
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecGrouping.c184 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
208 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc)); in BuildTupleHashTableExt()
412 slot = hashtable->tableslot; in TupleHashTableHash()
467 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecGrouping.c184 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
208 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc)); in BuildTupleHashTableExt()
412 slot = hashtable->tableslot; in TupleHashTableHash()
467 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecGrouping.c184 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
208 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc)); in BuildTupleHashTableExt()
412 slot = hashtable->tableslot; in TupleHashTableHash()
467 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecGrouping.c187 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
211 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc), in BuildTupleHashTableExt()
420 slot = hashtable->tableslot; in TupleHashTableHash()
476 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecGrouping.c184 hashtable->tableslot = NULL; /* will be made on first lookup */
208 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc));
412 slot = hashtable->tableslot;
467 slot1 = hashtable->tableslot;
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecGrouping.c187 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
211 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc), in BuildTupleHashTableExt()
420 slot = hashtable->tableslot; in TupleHashTableHash()
476 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecGrouping.c187 hashtable->tableslot = NULL; /* will be made on first lookup */ in BuildTupleHashTableExt()
211 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc), in BuildTupleHashTableExt()
420 slot = hashtable->tableslot; in TupleHashTableHash()
476 slot1 = hashtable->tableslot; in TupleHashTableMatch()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DexecGrouping.c187 hashtable->tableslot = NULL; /* will be made on first lookup */
211 hashtable->tableslot = MakeSingleTupleTableSlot(CreateTupleDescCopy(inputDesc),
420 slot = hashtable->tableslot;
476 slot1 = hashtable->tableslot;

1234567