#[repr(C)]
pub struct WindowAggState {Show fields
pub ss: ScanState,
pub funcs: *mut List,
pub numfuncs: c_int,
pub numaggs: c_int,
pub perfunc: WindowStatePerFunc,
pub peragg: WindowStatePerAgg,
pub partEqfunction: *mut ExprState,
pub ordEqfunction: *mut ExprState,
pub buffer: *mut Tuplestorestate,
pub current_ptr: c_int,
pub framehead_ptr: c_int,
pub frametail_ptr: c_int,
pub grouptail_ptr: c_int,
pub spooled_rows: int64,
pub currentpos: int64,
pub frameheadpos: int64,
pub frametailpos: int64,
pub agg_winobj: *mut WindowObjectData,
pub aggregatedbase: int64,
pub aggregatedupto: int64,
pub frameOptions: c_int,
pub startOffset: *mut ExprState,
pub endOffset: *mut ExprState,
pub startOffsetValue: Datum,
pub endOffsetValue: Datum,
pub startInRangeFunc: FmgrInfo,
pub endInRangeFunc: FmgrInfo,
pub inRangeColl: Oid,
pub inRangeAsc: bool,
pub inRangeNullsFirst: bool,
pub currentgroup: int64,
pub frameheadgroup: int64,
pub frametailgroup: int64,
pub groupheadpos: int64,
pub grouptailpos: int64,
pub partcontext: MemoryContext,
pub aggcontext: MemoryContext,
pub curaggcontext: MemoryContext,
pub tmpcontext: *mut ExprContext,
pub all_first: bool,
pub all_done: bool,
pub partition_spooled: bool,
pub more_partitions: bool,
pub framehead_valid: bool,
pub frametail_valid: bool,
pub grouptail_valid: bool,
pub first_part_slot: *mut TupleTableSlot,
pub framehead_slot: *mut TupleTableSlot,
pub frametail_slot: *mut TupleTableSlot,
pub agg_row_slot: *mut TupleTableSlot,
pub temp_slot_1: *mut TupleTableSlot,
pub temp_slot_2: *mut TupleTableSlot,
}
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Formats the value using the given formatter. Read more
Represent this node as a mutable pointer of its type
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.