pub struct WindowUdf {
pub name: String,
pub num_args: i32,
}Expand description
A window UDF definition.
Fields§
§name: StringFunction name.
num_args: i32Number of arguments.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowUdf
impl RefUnwindSafe for WindowUdf
impl Send for WindowUdf
impl Sync for WindowUdf
impl Unpin for WindowUdf
impl UnwindSafe for WindowUdf
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