[−][src]Struct pgx_pg_sys::PlannerInfo
Fields
type_: NodeTagparse: *mut Queryglob: *mut PlannerGlobalquery_level: Indexparent_root: *mut PlannerInfoplan_params: *mut Listouter_params: *mut Bitmapsetsimple_rel_array: *mut *mut RelOptInfosimple_rel_array_size: c_intsimple_rte_array: *mut *mut RangeTblEntryappend_rel_array: *mut *mut AppendRelInfoall_baserels: Relidsnullable_baserels: Relidsjoin_rel_list: *mut Listjoin_rel_hash: *mut HTABjoin_rel_level: *mut *mut Listjoin_cur_level: c_intinit_plans: *mut Listcte_plan_ids: *mut Listmultiexpr_params: *mut Listeq_classes: *mut Listec_merging_done: boolcanon_pathkeys: *mut Listleft_join_clauses: *mut Listright_join_clauses: *mut Listfull_join_clauses: *mut Listjoin_info_list: *mut Listappend_rel_list: *mut ListrowMarks: *mut Listplaceholder_list: *mut Listfkey_list: *mut Listquery_pathkeys: *mut Listgroup_pathkeys: *mut Listwindow_pathkeys: *mut Listdistinct_pathkeys: *mut Listsort_pathkeys: *mut Listpart_schemes: *mut Listinitial_rels: *mut Listupper_rels: [*mut List; 7]upper_targets: [*mut PathTarget; 7]processed_tlist: *mut Listgrouping_map: *mut AttrNumberminmax_aggs: *mut Listplanner_cxt: MemoryContexttotal_table_pages: f64tuple_fraction: f64limit_tuples: f64qual_security_level: IndexinhTargetKind: InheritanceKindhasJoinRTEs: boolhasLateralRTEs: boolhasHavingQual: boolhasPseudoConstantQuals: boolhasRecursion: boolwt_param_id: c_intnon_recursive_path: *mut PathcurOuterRels: RelidscurOuterParams: *mut Listjoin_search_private: *mut c_voidpartColsUpdated: boolTrait Implementations
impl Clone for PlannerInfo[src]
pub fn clone(&self) -> PlannerInfo[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PlannerInfo[src]
impl Debug for PlannerInfo[src]
impl Default for PlannerInfo[src]
impl Display for PlannerInfo[src]
impl PgNode for PlannerInfo[src]
type NodeType = PlannerInfo
pub fn as_node_ptr(&self) -> *mut Self::NodeType[src]
Auto Trait Implementations
impl RefUnwindSafe for PlannerInfo[src]
impl !Send for PlannerInfo[src]
impl !Sync for PlannerInfo[src]
impl Unpin for PlannerInfo[src]
impl UnwindSafe for PlannerInfo[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,