[−][src]Struct postgres_parser::sys::WindowFunc
WindowFunc
Fields
xpr: Exprwinfnoid: Oidwintype: Oidpg_proc Oid of the function
wincollid: Oidtype Oid of result of the window function
inputcollid: OidOID of collation of result
args: *mut ListOID of collation that function should use
aggfilter: *mut Exprarguments to the window function
winref: IndexFILTER expression, if any
winstar: boolindex of associated WindowClause
winagg: booltrue if argument list was really '*'
location: c_intis function a simple aggregate?
Trait Implementations
impl Debug for WindowFunc[src]
impl Default for WindowFunc[src]
impl Eq for WindowFunc[src]
impl Hash for WindowFunc[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<WindowFunc> for WindowFunc[src]
fn eq(&self, other: &WindowFunc) -> bool[src]
fn ne(&self, other: &WindowFunc) -> bool[src]
impl StructuralEq for WindowFunc[src]
impl StructuralPartialEq for WindowFunc[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowFunc
impl !Send for WindowFunc
impl !Sync for WindowFunc
impl Unpin for WindowFunc
impl UnwindSafe for WindowFunc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,