Struct pgrx_pg_sys::IndexClause
source · #[repr(C)]pub struct IndexClause {
pub type_: NodeTag,
pub rinfo: *mut RestrictInfo,
pub indexquals: *mut List,
pub lossy: bool,
pub indexcol: AttrNumber,
pub indexcols: *mut List,
}
Fields§
§type_: NodeTag
§rinfo: *mut RestrictInfo
§indexquals: *mut List
§lossy: bool
§indexcol: AttrNumber
§indexcols: *mut List
Trait Implementations§
source§impl Clone for IndexClause
impl Clone for IndexClause
source§fn clone(&self) -> IndexClause
fn clone(&self) -> IndexClause
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 IndexClause
impl Debug for IndexClause
source§impl Default for IndexClause
impl Default for IndexClause
source§impl Display for IndexClause
impl Display for IndexClause
source§impl PgNode for IndexClause
impl PgNode for IndexClause
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more