Struct pgrx_pg_sys::Path
source · #[repr(C)]pub struct Path {
pub type_: NodeTag,
pub pathtype: NodeTag,
pub parent: *mut RelOptInfo,
pub pathtarget: *mut PathTarget,
pub param_info: *mut ParamPathInfo,
pub parallel_aware: bool,
pub parallel_safe: bool,
pub parallel_workers: c_int,
pub rows: f64,
pub startup_cost: Cost,
pub total_cost: Cost,
pub pathkeys: *mut List,
}
Fields§
§type_: NodeTag
§pathtype: NodeTag
§parent: *mut RelOptInfo
§pathtarget: *mut PathTarget
§param_info: *mut ParamPathInfo
§parallel_aware: bool
§parallel_safe: bool
§parallel_workers: c_int
§rows: f64
§startup_cost: Cost
§total_cost: Cost
§pathkeys: *mut List
Trait Implementations§
impl Copy for Path
Auto Trait Implementations§
impl Freeze for Path
impl RefUnwindSafe for Path
impl !Send for Path
impl !Sync for Path
impl Unpin for Path
impl UnwindSafe for Path
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more