pub struct WindowQueryParser;Expand description
Window query parser
Implementations§
Source§impl WindowQueryParser
impl WindowQueryParser
Sourcepub fn parse(
query_json: &Value,
_metadata: &FactTableMetadata,
) -> Result<WindowRequest>
pub fn parse( query_json: &Value, _metadata: &FactTableMetadata, ) -> Result<WindowRequest>
Auto Trait Implementations§
impl Freeze for WindowQueryParser
impl RefUnwindSafe for WindowQueryParser
impl Send for WindowQueryParser
impl Sync for WindowQueryParser
impl Unpin for WindowQueryParser
impl UnsafeUnpin for WindowQueryParser
impl UnwindSafe for WindowQueryParser
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