pub struct Binder { /* private fields */ }Expand description
Semantic binder for query plans.
The binder walks the logical plan and:
- Collects all variable definitions
- Validates that all variable references are valid
- Infers types where possible
- Reports semantic errors
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Binder
impl RefUnwindSafe for Binder
impl Send for Binder
impl Sync for Binder
impl Unpin for Binder
impl UnwindSafe for Binder
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