PostgreSQL Source Code git master
Data Fields
ExplainState Struct Reference

#include <explain_state.h>

Data Fields

 
bool  verbose
 
bool  analyze
 
bool  costs
 
bool  buffers
 
bool  wal
 
bool  timing
 
bool  summary
 
bool  memory
 
bool  settings
 
bool  generic
 
 
 
int  indent
 
 
 
Listrtable
 
 
 
 
bool  hide_workers
 
int  rtable_size
 
 
void **  extension_state
 
 

Detailed Description

Definition at line 44 of file explain_state.h.

Field Documentation

analyze

bool ExplainState::analyze

Definition at line 49 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainNode(), ExplainOnePlan(), ExplainPrintJIT(), ParseExplainOptionList(), show_ctescan_info(), show_hashagg_info(), show_incremental_sort_info(), show_indexsearches_info(), show_instrumentation_count(), show_material_info(), show_memoize_info(), show_modifytable_info(), show_recursive_union_info(), show_sort_info(), show_table_func_scan_info(), show_tidbitmap_info(), and show_windowagg_info().

buffers

bool ExplainState::buffers

Definition at line 51 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainExecuteQuery(), ExplainNode(), ExplainOnePlan(), ExplainPrintSerialize(), ParseExplainOptionList(), serializeAnalyzeReceive(), and standard_ExplainOneQuery().

costs

bool ExplainState::costs

Definition at line 50 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainNode(), ExplainOnePlan(), fileExplainForeignScan(), NewExplainState(), ParseExplainOptionList(), show_hashagg_info(), and show_memoize_info().

deparse_cxt

List* ExplainState::deparse_cxt

Definition at line 67 of file explain_state.h.

Referenced by ExplainPrintPlan(), show_expression(), show_grouping_sets(), show_memoize_info(), show_plan_tlist(), show_sort_group_keys(), show_tablesample(), show_window_def(), and show_window_keys().

extension_state

void** ExplainState::extension_state

Definition at line 75 of file explain_state.h.

Referenced by GetExplainExtensionState(), and SetExplainExtensionState().

extension_state_allocated

int ExplainState::extension_state_allocated

Definition at line 76 of file explain_state.h.

Referenced by GetExplainExtensionState(), and SetExplainExtensionState().

format

ExplainFormat ExplainState::format

Definition at line 59 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainBeginOutput(), ExplainCloseGroup(), ExplainCloseWorker(), ExplainDummyGroup(), ExplainEndOutput(), ExplainIndentText(), ExplainIndexScanDetails(), ExplainJSONLineEnding(), ExplainNode(), ExplainOnePlan(), ExplainOneUtility(), ExplainOpenGroup(), ExplainOpenSetAsideGroup(), ExplainOpenWorker(), ExplainPrintJIT(), ExplainPrintSerialize(), ExplainPrintSettings(), ExplainProperty(), ExplainPropertyList(), ExplainPropertyListNested(), ExplainQuery(), ExplainRestoreGroup(), ExplainSaveGroup(), ExplainSeparatePlans(), ExplainTargetRel(), ExplainYAMLLineStarting(), overexplain_debug(), overexplain_per_node_hook(), overexplain_range_table(), ParseExplainOptionList(), peek_buffer_usage(), report_triggers(), show_buffer_usage(), show_grouping_set_keys(), show_hash_info(), show_hashagg_info(), show_incremental_sort_group_info(), show_incremental_sort_info(), show_instrumentation_count(), show_memoize_info(), show_memory_counters(), show_modifytable_info(), show_sort_info(), show_storage_info(), show_tablesample(), show_tidbitmap_info(), and show_wal_usage().

generic

bool ExplainState::generic

Definition at line 57 of file explain_state.h.

Referenced by ExplainOnePlan(), and ParseExplainOptionList().

grouping_stack

List* ExplainState::grouping_stack

Definition at line 62 of file explain_state.h.

Referenced by ExplainBeginOutput(), ExplainCloseGroup(), ExplainEndOutput(), ExplainJSONLineEnding(), ExplainOpenGroup(), ExplainOpenSetAsideGroup(), ExplainRestoreGroup(), ExplainSaveGroup(), and ExplainYAMLLineStarting().

hide_workers

bool ExplainState::hide_workers

Definition at line 69 of file explain_state.h.

Referenced by ExplainNode(), and ExplainPrintPlan().

indent

int ExplainState::indent

Definition at line 61 of file explain_state.h.

Referenced by ExplainBeginOutput(), ExplainCloseGroup(), ExplainCloseWorker(), ExplainDummyGroup(), ExplainEndOutput(), ExplainIndentText(), ExplainNode(), ExplainOnePlan(), ExplainOpenGroup(), ExplainOpenSetAsideGroup(), ExplainOpenWorker(), ExplainPrintJIT(), ExplainPrintSerialize(), ExplainProperty(), ExplainPropertyList(), ExplainPropertyListNested(), ExplainQuery(), ExplainRestoreGroup(), ExplainSaveGroup(), ExplainXMLTag(), ExplainYAMLLineStarting(), overexplain_debug(), overexplain_range_table(), show_grouping_set_keys(), show_incremental_sort_group_info(), and show_modifytable_info().

memory

bool ExplainState::memory

Definition at line 55 of file explain_state.h.

Referenced by ExplainExecuteQuery(), ParseExplainOptionList(), and standard_ExplainOneQuery().

printed_subplans

Bitmapset* ExplainState::printed_subplans

Definition at line 68 of file explain_state.h.

Referenced by ExplainPrintPlan(), and ExplainSubPlans().

pstmt

PlannedStmt* ExplainState::pstmt

Definition at line 64 of file explain_state.h.

Referenced by ExplainPrintPlan().

rtable

List* ExplainState::rtable

Definition at line 65 of file explain_state.h.

Referenced by ExplainPrintPlan(), ExplainTargetRel(), postgresExplainForeignScan(), and show_result_replacement_info().

rtable_names

List* ExplainState::rtable_names

Definition at line 66 of file explain_state.h.

Referenced by ExplainPrintPlan(), ExplainTargetRel(), postgresExplainForeignScan(), and show_result_replacement_info().

rtable_size

int ExplainState::rtable_size

Definition at line 70 of file explain_state.h.

Referenced by ExplainPrintPlan(), show_grouping_sets(), show_memoize_info(), show_plan_tlist(), show_sort_group_keys(), show_tablesample(), show_upper_qual(), show_window_def(), and show_window_keys().

serialize

ExplainSerializeOption ExplainState::serialize

Definition at line 58 of file explain_state.h.

Referenced by ExplainOnePlan(), ExplainPrintSerialize(), ParseExplainOptionList(), and serializeAnalyzeStartup().

settings

bool ExplainState::settings

Definition at line 56 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainPrintSettings(), and ParseExplainOptionList().

str

StringInfo ExplainState::str

Definition at line 46 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainBeginOutput(), ExplainCloseGroup(), ExplainCloseWorker(), ExplainDummyGroup(), ExplainEndOutput(), ExplainFlushWorkersState(), ExplainIndentText(), ExplainIndexScanDetails(), ExplainJSONLineEnding(), ExplainNode(), ExplainOnePlan(), ExplainOneUtility(), ExplainOpenGroup(), ExplainOpenWorker(), ExplainPrintJIT(), ExplainPrintSerialize(), ExplainProperty(), ExplainPropertyList(), ExplainPropertyListNested(), ExplainQuery(), ExplainSeparatePlans(), ExplainTargetRel(), ExplainXMLTag(), ExplainYAMLLineStarting(), NewExplainState(), overexplain_debug(), overexplain_range_table(), report_triggers(), show_buffer_usage(), show_hash_info(), show_hashagg_info(), show_incremental_sort_group_info(), show_incremental_sort_info(), show_memoize_info(), show_memory_counters(), show_modifytable_info(), show_sort_info(), show_storage_info(), show_tablesample(), show_tidbitmap_info(), and show_wal_usage().

summary

bool ExplainState::summary

Definition at line 54 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainOnePlan(), and ParseExplainOptionList().

timing

bool ExplainState::timing

Definition at line 53 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainNode(), ExplainOnePlan(), ExplainPrintJIT(), ExplainPrintSerialize(), ParseExplainOptionList(), report_triggers(), and serializeAnalyzeReceive().

verbose

bool ExplainState::verbose

Definition at line 48 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainNode(), ExplainPrintPlan(), ExplainTargetRel(), overexplain_range_table(), ParseExplainOptionList(), postgresExplainDirectModify(), postgresExplainForeignModify(), postgresExplainForeignScan(), report_triggers(), show_grouping_sets(), show_incremental_sort_info(), show_memoize_info(), show_scan_qual(), show_sort_group_keys(), show_upper_qual(), show_window_def(), and show_window_keys().

wal

bool ExplainState::wal

Definition at line 52 of file explain_state.h.

Referenced by explain_ExecutorEnd(), ExplainNode(), ExplainOnePlan(), and ParseExplainOptionList().

workers_state

ExplainWorkersState* ExplainState::workers_state

Definition at line 73 of file explain_state.h.

Referenced by ExplainCloseWorker(), ExplainFlushWorkersState(), ExplainNode(), ExplainOpenWorker(), show_hashagg_info(), show_incremental_sort_info(), show_memoize_info(), show_sort_info(), and show_tidbitmap_info().


The documentation for this struct was generated from the following file:

AltStyle によって変換されたページ (->オリジナル) /