Struct pgrx_pg_sys::WindowFuncExprState
source · #[repr(C)]pub struct WindowFuncExprState {
pub type_: NodeTag,
pub wfunc: *mut WindowFunc,
pub args: *mut List,
pub aggfilter: *mut ExprState,
pub wfuncno: c_int,
}
Fields§
§type_: NodeTag
§wfunc: *mut WindowFunc
§args: *mut List
§aggfilter: *mut ExprState
§wfuncno: c_int
Trait Implementations§
source§impl Clone for WindowFuncExprState
impl Clone for WindowFuncExprState
source§fn clone(&self) -> WindowFuncExprState
fn clone(&self) -> WindowFuncExprState
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 WindowFuncExprState
impl Debug for WindowFuncExprState
source§impl Default for WindowFuncExprState
impl Default for WindowFuncExprState
source§impl Display for WindowFuncExprState
impl Display for WindowFuncExprState
source§impl PgNode for WindowFuncExprState
impl PgNode for WindowFuncExprState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more