pub struct QueryDecomposer { /* private fields */ }Expand description
Query decomposer for breaking down complex queries
Implementations§
Source§impl QueryDecomposer
impl QueryDecomposer
Sourcepub fn with_config(config: DecompositionConfig) -> Self
pub fn with_config(config: DecompositionConfig) -> Self
Create with custom configuration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryDecomposer
impl RefUnwindSafe for QueryDecomposer
impl Send for QueryDecomposer
impl Sync for QueryDecomposer
impl Unpin for QueryDecomposer
impl UnwindSafe for QueryDecomposer
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