pub struct CrossApply;Expand description
Flag CROSS APPLY and OUTER APPLY which are SQL Server / PostgreSQL-specific
table-valued function join syntax not supported in standard SQL or most
analytical databases.
Trait Implementations§
Source§impl Rule for CrossApply
impl Rule for CrossApply
Auto Trait Implementations§
impl Freeze for CrossApply
impl RefUnwindSafe for CrossApply
impl Send for CrossApply
impl Sync for CrossApply
impl Unpin for CrossApply
impl UnsafeUnpin for CrossApply
impl UnwindSafe for CrossApply
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