Home
last modified time | relevance | path

Searched refs:HJ_FILL_OUTER (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DnodeHashjoin.c38 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
141 else if (HJ_FILL_OUTER(node) || in ExecHashJoin()
176 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoin()
319 HJ_FILL_OUTER(node)) in ExecHashJoin()
625 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
731 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DnodeHashjoin.c38 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
141 else if (HJ_FILL_OUTER(node) || in ExecHashJoin()
176 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoin()
319 HJ_FILL_OUTER(node)) in ExecHashJoin()
625 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
731 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DnodeHashjoin.c38 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
141 else if (HJ_FILL_OUTER(node) || in ExecHashJoin()
176 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoin()
319 HJ_FILL_OUTER(node)) in ExecHashJoin()
625 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
731 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DnodeHashjoin.c38 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
141 else if (HJ_FILL_OUTER(node) || in ExecHashJoin()
176 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoin()
319 HJ_FILL_OUTER(node)) in ExecHashJoin()
625 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
731 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DnodeHashjoin.c38 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
141 else if (HJ_FILL_OUTER(node) || in ExecHashJoin()
176 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoin()
319 HJ_FILL_OUTER(node)) in ExecHashJoin()
625 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
731 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DnodeHashjoin.c38 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
141 else if (HJ_FILL_OUTER(node) || in ExecHashJoin()
176 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoin()
319 HJ_FILL_OUTER(node)) in ExecHashJoin()
625 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
731 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DnodeHashjoin.c38 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
141 else if (HJ_FILL_OUTER(node) || in ExecHashJoin()
176 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoin()
319 HJ_FILL_OUTER(node)) in ExecHashJoin()
625 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
731 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
297 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
505 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
853 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
921 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1020 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1415 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
297 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
505 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
853 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
921 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1020 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1415 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
297 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
505 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
853 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
921 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1020 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1415 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
297 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
505 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
853 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
921 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1020 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1415 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
297 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
505 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
853 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
921 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1020 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1415 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
297 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
505 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
853 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
921 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1020 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1415 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1404 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
297 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
505 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
853 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
921 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1020 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1415 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) macro
258 else if (HJ_FILL_OUTER(node) || in ExecHashJoinImpl()
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
512 HJ_FILL_OUTER(node)) in ExecHashJoinImpl()
839 HJ_FILL_OUTER(hjstate), in ExecHashJoinOuterGetTuple()
907 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinOuterGetTuple()
1007 HJ_FILL_OUTER(hjstate)) in ExecHashJoinNewBatch()
1412 HJ_FILL_OUTER(hjstate), in ExecParallelHashJoinPartitionOuter()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DnodeHashjoin.c132 #define HJ_FILL_OUTER(hjstate) ((hjstate)->hj_NullInnerTupleSlot != NULL) in no_mapping()
258 else if (HJ_FILL_OUTER(node) ||
298 if (hashtable->totalTuples == 0 && !HJ_FILL_OUTER(node))
512 HJ_FILL_OUTER(node))
839 HJ_FILL_OUTER(hjstate),
907 HJ_FILL_OUTER(hjstate),
1007 HJ_FILL_OUTER(hjstate))
1404 HJ_FILL_OUTER(hjstate),

12