Struct pgrx_pg_sys::IncrementalSort
source · #[repr(C)]pub struct IncrementalSort {
pub sort: Sort,
pub nPresortedCols: c_int,
}
Fields§
§sort: Sort
§nPresortedCols: c_int
Trait Implementations§
source§impl Clone for IncrementalSort
impl Clone for IncrementalSort
source§fn clone(&self) -> IncrementalSort
fn clone(&self) -> IncrementalSort
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 IncrementalSort
impl Debug for IncrementalSort
source§impl Default for IncrementalSort
impl Default for IncrementalSort
source§impl Display for IncrementalSort
impl Display for IncrementalSort
source§impl PgNode for IncrementalSort
impl PgNode for IncrementalSort
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more