pub struct QueryUnderstandingService {}Expand description
Query understanding service with optimized pattern matching
Implementations§
Source§impl QueryUnderstandingService
impl QueryUnderstandingService
pub fn new() -> Self
Sourcepub fn understand_query(&self, query: &str) -> Result<QueryUnderstanding>
pub fn understand_query(&self, query: &str) -> Result<QueryUnderstanding>
Analyze a query and return comprehensive understanding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryUnderstandingService
impl RefUnwindSafe for QueryUnderstandingService
impl Send for QueryUnderstandingService
impl Sync for QueryUnderstandingService
impl Unpin for QueryUnderstandingService
impl UnwindSafe for QueryUnderstandingService
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