Struct datafusion_physical_expr::window::WindowState
source · pub struct WindowState {
pub state: WindowAggState,
pub window_fn: WindowFn,
}
Fields§
§state: WindowAggState
§window_fn: WindowFn
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowState
impl !RefUnwindSafe for WindowState
impl Send for WindowState
impl !Sync for WindowState
impl Unpin for WindowState
impl !UnwindSafe for WindowState
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