Struct rpgffi::IndexOptInfo [] [src]

#[repr(C)]
pub struct IndexOptInfo { pub type_: NodeTag, pub indexoid: Oid, pub reltablespace: Oid, pub rel: *mut RelOptInfo, pub pages: BlockNumber, pub tuples: f64, pub tree_height: c_int, pub ncolumns: c_int, pub indexkeys: *mut c_int, pub indexcollations: *mut Oid, pub opfamily: *mut Oid, pub opcintype: *mut Oid, pub sortopfamily: *mut Oid, pub reverse_sort: *mut bool_, pub nulls_first: *mut bool_, pub canreturn: *mut bool_, pub relam: Oid, pub indexprs: *mut List, pub indpred: *mut List, pub indextlist: *mut List, pub indrestrictinfo: *mut List, pub predOK: bool_, pub unique: bool_, pub immediate: bool_, pub hypothetical: bool_, pub amcanorderbyop: bool_, pub amoptionalkey: bool_, pub amsearcharray: bool_, pub amsearchnulls: bool_, pub amhasgettuple: bool_, pub amhasgetbitmap: bool_, pub amcostestimate: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for IndexOptInfo
[src]

impl Clone for IndexOptInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more