Struct pgrx_pg_sys::BitmapOrPath
source · #[repr(C)]pub struct BitmapOrPath {
pub path: Path,
pub bitmapquals: *mut List,
pub bitmapselectivity: Selectivity,
}
Fields§
§path: Path
§bitmapquals: *mut List
§bitmapselectivity: Selectivity
Trait Implementations§
source§impl Clone for BitmapOrPath
impl Clone for BitmapOrPath
source§fn clone(&self) -> BitmapOrPath
fn clone(&self) -> BitmapOrPath
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 BitmapOrPath
impl Debug for BitmapOrPath
source§impl Default for BitmapOrPath
impl Default for BitmapOrPath
source§impl Display for BitmapOrPath
impl Display for BitmapOrPath
source§impl PgNode for BitmapOrPath
impl PgNode for BitmapOrPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more