|
PostgreSQL Source Code git master
|
#include <hashjoin.h>
Definition at line 207 of file hashjoin.h.
| bool ParallelHashJoinBatchAccessor::at_least_one_chunk |
Definition at line 217 of file hashjoin.h.
Referenced by ExecParallelHashTableSetCurrentBatch(), and ExecParallelHashTupleAlloc().
| bool ParallelHashJoinBatchAccessor::done |
Definition at line 219 of file hashjoin.h.
Referenced by ExecParallelHashJoinNewBatch(), and ExecParallelPrepHashTableForUnmatched().
| size_t ParallelHashJoinBatchAccessor::estimated_size |
Definition at line 215 of file hashjoin.h.
Referenced by ExecParallelHashRepartitionFirst(), and ExecParallelHashRepartitionRest().
| SharedTuplestoreAccessor* ParallelHashJoinBatchAccessor::inner_tuples |
Definition at line 220 of file hashjoin.h.
Referenced by ExecHashTableDetach(), ExecHashTableDetachBatch(), ExecParallelHashCloseBatchAccessors(), ExecParallelHashJoinNewBatch(), ExecParallelHashRepartitionFirst(), ExecParallelHashRepartitionRest(), ExecParallelHashTableInsert(), ExecParallelPrepHashTableForUnmatched(), and MultiExecParallelHash().
| size_t ParallelHashJoinBatchAccessor::ntuples |
Definition at line 213 of file hashjoin.h.
Referenced by ExecParallelHashRepartitionFirst(), ExecParallelHashRepartitionRest(), ExecParallelHashTableInsert(), and ExecParallelHashTupleAlloc().
| size_t ParallelHashJoinBatchAccessor::old_ntuples |
Definition at line 216 of file hashjoin.h.
Referenced by ExecParallelHashRepartitionFirst(), and ExecParallelHashRepartitionRest().
| bool ParallelHashJoinBatchAccessor::outer_eof |
Definition at line 218 of file hashjoin.h.
Referenced by ExecHashTableDetachBatch(), and ExecParallelHashJoinOuterGetTuple().
| SharedTuplestoreAccessor* ParallelHashJoinBatchAccessor::outer_tuples |
Definition at line 221 of file hashjoin.h.
Referenced by ExecHashTableDetach(), ExecHashTableDetachBatch(), ExecParallelHashCloseBatchAccessors(), ExecParallelHashJoinNewBatch(), ExecParallelHashJoinOuterGetTuple(), ExecParallelHashJoinPartitionOuter(), and ExecParallelPrepHashTableForUnmatched().
| size_t ParallelHashJoinBatchAccessor::preallocated |
Definition at line 212 of file hashjoin.h.
Referenced by ExecParallelHashTableInsert().
| ParallelHashJoinBatch* ParallelHashJoinBatchAccessor::shared |
Definition at line 209 of file hashjoin.h.
Referenced by ExecHashTableDetachBatch(), ExecParallelHashIncreaseNumBatches(), ExecParallelHashIncreaseNumBuckets(), ExecParallelHashJoinNewBatch(), ExecParallelHashMergeCounters(), ExecParallelHashTableAlloc(), ExecParallelHashTableSetCurrentBatch(), ExecParallelHashTupleAlloc(), and ExecParallelPrepHashTableForUnmatched().
| size_t ParallelHashJoinBatchAccessor::size |
Definition at line 214 of file hashjoin.h.