translate_to_window_function

Function translate_to_window_function 

Source
pub fn translate_to_window_function<T>(value: i32) -> Box<dyn WindowFunction<T>>
where T: RealNumber,