#[repr(C)]
pub struct EState {Show 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 ResultRelInfo,
pub es_num_result_relations: c_int,
pub es_result_relation_info: *mut ResultRelInfo,
pub es_root_result_relations: *mut ResultRelInfo,
pub es_num_root_result_relations: c_int,
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,
}
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
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)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.