#[repr(C)]pub struct SupportRequestIndexCondition {
pub type_: NodeTag,
pub root: *mut PlannerInfo,
pub funcid: Oid,
pub node: *mut Node,
pub indexarg: c_int,
pub index: *mut IndexOptInfo,
pub indexcol: c_int,
pub opfamily: Oid,
pub indexcollation: Oid,
pub lossy: bool,
}
Fields§
§type_: NodeTag
§root: *mut PlannerInfo
§funcid: Oid
§node: *mut Node
§indexarg: c_int
§index: *mut IndexOptInfo
§indexcol: c_int
§opfamily: Oid
§indexcollation: Oid
§lossy: bool
Trait Implementations§
source§impl Clone for SupportRequestIndexCondition
impl Clone for SupportRequestIndexCondition
source§fn clone(&self) -> SupportRequestIndexCondition
fn clone(&self) -> SupportRequestIndexCondition
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 SupportRequestIndexCondition
impl Debug for SupportRequestIndexCondition
source§impl PgNode for SupportRequestIndexCondition
impl PgNode for SupportRequestIndexCondition
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more