#[repr(C)]
pub struct EState {
Show 36 fields pub type_: NodeTag, pub es_direction: ScanDirection, pub es_snapshot: Snapshot, pub es_crosscheck_snapshot: Snapshot, pub es_range_table: *mut List, pub es_range_table_size: Index, pub es_relations: *mut Relation, pub es_rowmarks: *mut *mut ExecRowMark, pub es_plannedstmt: *mut PlannedStmt, pub es_sourceText: *const c_char, pub es_junkFilter: *mut JunkFilter, pub es_output_cid: CommandId, pub es_result_relations: *mut *mut ResultRelInfo, pub es_opened_result_relations: *mut List, pub es_partition_directory: PartitionDirectory, pub es_tuple_routing_result_relations: *mut List, pub es_trig_target_relations: *mut List, pub es_param_list_info: ParamListInfo, pub es_param_exec_vals: *mut ParamExecData, pub es_queryEnv: *mut QueryEnvironment, pub es_query_cxt: MemoryContext, pub es_tupleTable: *mut List, pub es_processed: uint64, pub es_top_eflags: c_int, pub es_instrument: c_int, pub es_finished: bool, pub es_exprcontexts: *mut List, pub es_subplanstates: *mut List, pub es_auxmodifytables: *mut List, pub es_per_tuple_exprcontext: *mut ExprContext, pub es_epq_active: *mut EPQState, pub es_use_parallel_mode: bool, pub es_query_dsa: *mut dsa_area, pub es_jit_flags: c_int, pub es_jit: *mut JitContext, pub es_jit_worker_instr: *mut JitInstrumentation,
}

Fields

type_: NodeTages_direction: ScanDirectiones_snapshot: Snapshotes_crosscheck_snapshot: Snapshotes_range_table: *mut Listes_range_table_size: Indexes_relations: *mut Relationes_rowmarks: *mut *mut ExecRowMarkes_plannedstmt: *mut PlannedStmtes_sourceText: *const c_chares_junkFilter: *mut JunkFilteres_output_cid: CommandIdes_result_relations: *mut *mut ResultRelInfoes_opened_result_relations: *mut Listes_partition_directory: PartitionDirectoryes_tuple_routing_result_relations: *mut Listes_trig_target_relations: *mut Listes_param_list_info: ParamListInfoes_param_exec_vals: *mut ParamExecDataes_queryEnv: *mut QueryEnvironmentes_query_cxt: MemoryContextes_tupleTable: *mut Listes_processed: uint64es_top_eflags: c_intes_instrument: c_intes_finished: booles_exprcontexts: *mut Listes_subplanstates: *mut Listes_auxmodifytables: *mut Listes_per_tuple_exprcontext: *mut ExprContextes_epq_active: *mut EPQStatees_use_parallel_mode: booles_query_dsa: *mut dsa_areaes_jit_flags: c_intes_jit: *mut JitContextes_jit_worker_instr: *mut JitInstrumentation

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Represent this node as a mutable pointer of its type

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.