|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2418 of file execnodes.h.
| bool AggState::agg_done |
Definition at line 2440 of file execnodes.h.
Referenced by ExecAgg(), and ExecReScanAgg().
| ExprContext** AggState::aggcontexts |
Definition at line 2432 of file execnodes.h.
Referenced by ExecEndAgg(), and ExecReScanAgg().
| List* AggState::aggs |
Definition at line 2421 of file execnodes.h.
| AggSplit AggState::aggsplit |
Definition at line 2425 of file execnodes.h.
| AggStrategy AggState::aggstrategy |
Definition at line 2424 of file execnodes.h.
Referenced by ExecReScanAgg().
| bool AggState::all_cols_needed |
Definition at line 2448 of file execnodes.h.
| List* AggState::all_grouped_cols |
Definition at line 2445 of file execnodes.h.
| AggStatePerGroup* AggState::all_pergroups |
Definition at line 2490 of file execnodes.h.
| Bitmapset* AggState::colnos_needed |
Definition at line 2446 of file execnodes.h.
| ExprContext* AggState::curaggcontext |
Definition at line 2435 of file execnodes.h.
| AggStatePerAgg AggState::curperagg |
Definition at line 2436 of file execnodes.h.
| AggStatePerTrans AggState::curpertrans |
Definition at line 2438 of file execnodes.h.
| int AggState::current_phase |
Definition at line 2428 of file execnodes.h.
| int AggState::current_set |
Definition at line 2443 of file execnodes.h.
| Bitmapset* AggState::grouped_cols |
Definition at line 2444 of file execnodes.h.
| HeapTuple AggState::grp_firstTuple |
Definition at line 2458 of file execnodes.h.
Referenced by ExecReScanAgg().
| List* AggState::hash_batches |
Definition at line 2469 of file execnodes.h.
| int AggState::hash_batches_used |
Definition at line 2482 of file execnodes.h.
Referenced by ExecEndAgg().
| uint64 AggState::hash_disk_used |
Definition at line 2481 of file execnodes.h.
Referenced by ExecEndAgg().
| bool AggState::hash_ever_spilled |
Definition at line 2470 of file execnodes.h.
Referenced by ExecReScanAgg().
| Size AggState::hash_mem_limit |
Definition at line 2473 of file execnodes.h.
| Size AggState::hash_mem_peak |
Definition at line 2478 of file execnodes.h.
Referenced by ExecEndAgg().
| MemoryContext AggState::hash_metacxt |
Definition at line 2462 of file execnodes.h.
Referenced by ExecEndAgg().
| uint64 AggState::hash_ngroups_current |
Definition at line 2479 of file execnodes.h.
Referenced by ExecReScanAgg().
| uint64 AggState::hash_ngroups_limit |
Definition at line 2474 of file execnodes.h.
| AggStatePerGroup* AggState::hash_pergroup |
Definition at line 2485 of file execnodes.h.
| int AggState::hash_planned_partitions |
Definition at line 2475 of file execnodes.h.
| bool AggState::hash_spill_mode |
Definition at line 2471 of file execnodes.h.
Referenced by ExecReScanAgg().
| TupleTableSlot* AggState::hash_spill_rslot |
Definition at line 2467 of file execnodes.h.
| TupleTableSlot* AggState::hash_spill_wslot |
Definition at line 2468 of file execnodes.h.
| struct HashAggSpill* AggState::hash_spills |
Definition at line 2465 of file execnodes.h.
| struct LogicalTapeSet* AggState::hash_tapeset |
Definition at line 2464 of file execnodes.h.
| MemoryContext AggState::hash_tuplescxt |
Definition at line 2463 of file execnodes.h.
Referenced by ExecEndAgg().
| ExprContext* AggState::hashcontext |
Definition at line 2431 of file execnodes.h.
Referenced by ExecEndAgg(), and ExecReScanAgg().
| double AggState::hashentrysize |
Definition at line 2477 of file execnodes.h.
| bool AggState::input_done |
Definition at line 2439 of file execnodes.h.
Referenced by ExecReScanAgg().
| int AggState::max_colno_needed |
Definition at line 2447 of file execnodes.h.
| int AggState::maxsets |
Definition at line 2450 of file execnodes.h.
Referenced by ExecEndAgg(), and ExecReScanAgg().
| int AggState::num_hashes |
Definition at line 2461 of file execnodes.h.
| int AggState::numaggs |
Definition at line 2422 of file execnodes.h.
Referenced by ExecReScanAgg().
| int AggState::numphases |
Definition at line 2427 of file execnodes.h.
| int AggState::numtrans |
Definition at line 2423 of file execnodes.h.
Referenced by ExecEndAgg(), and ExecReScanAgg().
| AggStatePerAgg AggState::peragg |
Definition at line 2429 of file execnodes.h.
| AggStatePerGroup* AggState::pergroups |
Definition at line 2456 of file execnodes.h.
Referenced by ExecReScanAgg().
| AggStatePerHash AggState::perhash |
Definition at line 2484 of file execnodes.h.
Referenced by ExecReScanAgg().
| AggStatePerTrans AggState::pertrans |
Definition at line 2430 of file execnodes.h.
Referenced by ExecEndAgg(), and ExecReScanAgg().
| AggStatePerPhase AggState::phase |
Definition at line 2426 of file execnodes.h.
Referenced by ExecAgg().
| AggStatePerPhase AggState::phases |
Definition at line 2451 of file execnodes.h.
| int AggState::projected_set |
Definition at line 2441 of file execnodes.h.
Referenced by ExecReScanAgg().
| SharedAggInfo* AggState::shared_info |
Definition at line 2492 of file execnodes.h.
Referenced by ExecAggInitializeDSM(), ExecAggInitializeWorker(), ExecAggRetrieveInstrumentation(), and ExecEndAgg().
| Tuplesortstate* AggState::sort_in |
Definition at line 2452 of file execnodes.h.
Referenced by ExecEndAgg().
| Tuplesortstate* AggState::sort_out |
Definition at line 2453 of file execnodes.h.
Referenced by ExecEndAgg().
| TupleTableSlot* AggState::sort_slot |
Definition at line 2454 of file execnodes.h.
| ScanState AggState::ss |
Definition at line 2420 of file execnodes.h.
Referenced by ExecAggEstimate(), ExecAggInitializeDSM(), ExecAggInitializeWorker(), ExecReScanAgg(), and show_agg_keys().
| bool AggState::table_filled |
Definition at line 2460 of file execnodes.h.
Referenced by ExecAgg(), and ExecReScanAgg().
| ExprContext* AggState::tmpcontext |
Definition at line 2433 of file execnodes.h.