Struct pgrx_pg_sys::MergeScanSelCache
source · #[repr(C)]pub struct MergeScanSelCache {
pub opfamily: Oid,
pub collation: Oid,
pub strategy: c_int,
pub nulls_first: bool,
pub leftstartsel: Selectivity,
pub leftendsel: Selectivity,
pub rightstartsel: Selectivity,
pub rightendsel: Selectivity,
}
Fields§
§opfamily: Oid
§collation: Oid
§strategy: c_int
§nulls_first: bool
§leftstartsel: Selectivity
§leftendsel: Selectivity
§rightstartsel: Selectivity
§rightendsel: Selectivity
Trait Implementations§
source§impl Clone for MergeScanSelCache
impl Clone for MergeScanSelCache
source§fn clone(&self) -> MergeScanSelCache
fn clone(&self) -> MergeScanSelCache
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 more