Struct datafusion_common::alias::AliasGenerator
source · pub struct AliasGenerator { /* private fields */ }
Expand description
A utility struct that can be used to generate unique aliases when optimizing queries
Implementations§
Trait Implementations§
source§impl Debug for AliasGenerator
impl Debug for AliasGenerator
Auto Trait Implementations§
impl !Freeze for AliasGenerator
impl RefUnwindSafe for AliasGenerator
impl Send for AliasGenerator
impl Sync for AliasGenerator
impl Unpin for AliasGenerator
impl UnwindSafe for AliasGenerator
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