[−][src]Struct pgx_pg_sys::RelOptInfo
Fields
type_: NodeTagreloptkind: RelOptKindrelids: Relidsrows: f64consider_startup: boolconsider_param_startup: boolconsider_parallel: boolreltarget: *mut PathTargetpathlist: *mut Listppilist: *mut Listpartial_pathlist: *mut Listcheapest_startup_path: *mut Pathcheapest_total_path: *mut Pathcheapest_unique_path: *mut Pathcheapest_parameterized_paths: *mut Listdirect_lateral_relids: Relidslateral_relids: Relidsrelid: Indexreltablespace: Oidrtekind: RTEKindmin_attr: AttrNumbermax_attr: AttrNumberattr_needed: *mut Relidsattr_widths: *mut int32lateral_vars: *mut Listlateral_referencers: Relidsindexlist: *mut Liststatlist: *mut Listpages: BlockNumbertuples: f64allvisfrac: f64eclass_indexes: *mut Bitmapsetsubroot: *mut PlannerInfosubplan_params: *mut Listrel_parallel_workers: c_intserverid: Oiduserid: Oiduseridiscurrent: boolfdwroutine: *mut FdwRoutinefdw_private: *mut c_voidunique_for_rels: *mut Listnon_unique_for_rels: *mut Listbaserestrictinfo: *mut Listbaserestrictcost: QualCostbaserestrict_min_security: Indexjoininfo: *mut Listhas_eclass_joins: boolconsider_partitionwise_join: booltop_parent_relids: Relidspart_scheme: PartitionSchemenparts: c_intboundinfo: *mut PartitionBoundInfoDatapartbounds_merged: boolpartition_qual: *mut Listpart_rels: *mut *mut RelOptInfoall_partrels: Relidspartexprs: *mut *mut Listnullable_partexprs: *mut *mut Listpartitioned_child_rels: *mut ListTrait Implementations
impl Clone for RelOptInfo[src]
pub fn clone(&self) -> RelOptInfo[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RelOptInfo[src]
impl Debug for RelOptInfo[src]
impl Default for RelOptInfo[src]
impl Display for RelOptInfo[src]
impl PgNode for RelOptInfo[src]
type NodeType = RelOptInfo
pub fn as_node_ptr(&self) -> *mut Self::NodeType[src]
Auto Trait Implementations
impl RefUnwindSafe for RelOptInfo[src]
impl !Send for RelOptInfo[src]
impl !Sync for RelOptInfo[src]
impl Unpin for RelOptInfo[src]
impl UnwindSafe for RelOptInfo[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>,