Struct partiql_logical::Unpivot
source · pub struct Unpivot {
pub expr: ValueExpr,
pub as_key: String,
pub at_key: Option<String>,
}
Expand description
Unpivot
bridges from ValueExpr
s to BindingsOp
s.
Fields§
§expr: ValueExpr
§as_key: String
§at_key: Option<String>
Trait Implementations§
source§impl PartialEq<Unpivot> for Unpivot
impl PartialEq<Unpivot> for Unpivot
impl Eq for Unpivot
impl StructuralEq for Unpivot
impl StructuralPartialEq for Unpivot
Auto Trait Implementations§
impl RefUnwindSafe for Unpivot
impl Send for Unpivot
impl Sync for Unpivot
impl Unpin for Unpivot
impl UnwindSafe for Unpivot
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more