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