Struct pgrx_pg_sys::BitmapAndPath
source · #[repr(C)]pub struct BitmapAndPath {
pub path: Path,
pub bitmapquals: *mut List,
pub bitmapselectivity: Selectivity,
}
Fields§
§path: Path
§bitmapquals: *mut List
§bitmapselectivity: Selectivity
Trait Implementations§
source§impl Clone for BitmapAndPath
impl Clone for BitmapAndPath
source§fn clone(&self) -> BitmapAndPath
fn clone(&self) -> BitmapAndPath
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BitmapAndPath
impl Debug for BitmapAndPath
source§impl Default for BitmapAndPath
impl Default for BitmapAndPath
source§impl Display for BitmapAndPath
impl Display for BitmapAndPath
source§impl PgNode for BitmapAndPath
impl PgNode for BitmapAndPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more