|
PostgreSQL Source Code git master
|
#include <hashjoin.h>
Definition at line 218 of file hashjoin.h.
| bool ParallelHashJoinBatchAccessor::at_least_one_chunk |
Definition at line 228 of file hashjoin.h.
Referenced by ExecParallelHashTableSetCurrentBatch(), and ExecParallelHashTupleAlloc().
| bool ParallelHashJoinBatchAccessor::done |
Definition at line 230 of file hashjoin.h.
Referenced by ExecParallelHashJoinNewBatch(), and ExecParallelPrepHashTableForUnmatched().
| size_t ParallelHashJoinBatchAccessor::estimated_size |
Definition at line 226 of file hashjoin.h.
Referenced by ExecParallelHashRepartitionFirst(), and ExecParallelHashRepartitionRest().
| SharedTuplestoreAccessor* ParallelHashJoinBatchAccessor::inner_tuples |
Definition at line 231 of file hashjoin.h.
Referenced by ExecHashTableDetach(), ExecHashTableDetachBatch(), ExecParallelHashCloseBatchAccessors(), ExecParallelHashJoinNewBatch(), ExecParallelHashRepartitionFirst(), ExecParallelHashRepartitionRest(), ExecParallelHashTableInsert(), ExecParallelPrepHashTableForUnmatched(), and MultiExecParallelHash().
| size_t ParallelHashJoinBatchAccessor::ntuples |
Definition at line 224 of file hashjoin.h.
Referenced by ExecParallelHashRepartitionFirst(), ExecParallelHashRepartitionRest(), ExecParallelHashTableInsert(), and ExecParallelHashTupleAlloc().
| size_t ParallelHashJoinBatchAccessor::old_ntuples |
Definition at line 227 of file hashjoin.h.
Referenced by ExecParallelHashRepartitionFirst(), and ExecParallelHashRepartitionRest().
| bool ParallelHashJoinBatchAccessor::outer_eof |
Definition at line 229 of file hashjoin.h.
Referenced by ExecHashTableDetachBatch(), and ExecParallelHashJoinOuterGetTuple().
| SharedTuplestoreAccessor* ParallelHashJoinBatchAccessor::outer_tuples |
Definition at line 232 of file hashjoin.h.
Referenced by ExecHashTableDetach(), ExecHashTableDetachBatch(), ExecParallelHashCloseBatchAccessors(), ExecParallelHashJoinNewBatch(), ExecParallelHashJoinOuterGetTuple(), ExecParallelHashJoinPartitionOuter(), and ExecParallelPrepHashTableForUnmatched().
| size_t ParallelHashJoinBatchAccessor::preallocated |
Definition at line 223 of file hashjoin.h.
Referenced by ExecParallelHashTableInsert().
| ParallelHashJoinBatch* ParallelHashJoinBatchAccessor::shared |
Definition at line 220 of file hashjoin.h.
Referenced by ExecHashTableDetachBatch(), ExecParallelHashIncreaseNumBatches(), ExecParallelHashIncreaseNumBuckets(), ExecParallelHashJoinNewBatch(), ExecParallelHashMergeCounters(), ExecParallelHashTableAlloc(), ExecParallelHashTableSetCurrentBatch(), ExecParallelHashTupleAlloc(), and ExecParallelPrepHashTableForUnmatched().
| size_t ParallelHashJoinBatchAccessor::size |
Definition at line 225 of file hashjoin.h.