[−][src]Struct postgres_parser::sys::CollateExpr
CollateExpr COLLATE
The planner replaces CollateExpr with RelabelType during expression preprocessing, so execution never sees a CollateExpr.
Fields
xpr: Expr
arg: *mut Expr
collOid: Oid
input expression
location: c_int
collation's OID
Trait Implementations
impl Debug for CollateExpr
[src]
impl Default for CollateExpr
[src]
impl Eq for CollateExpr
[src]
impl Hash for CollateExpr
[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<CollateExpr> for CollateExpr
[src]
fn eq(&self, other: &CollateExpr) -> bool
[src]
fn ne(&self, other: &CollateExpr) -> bool
[src]
impl StructuralEq for CollateExpr
[src]
impl StructuralPartialEq for CollateExpr
[src]
Auto Trait Implementations
impl RefUnwindSafe for CollateExpr
impl !Send for CollateExpr
impl !Sync for CollateExpr
impl Unpin for CollateExpr
impl UnwindSafe for CollateExpr
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>,