custom

Function custom 

Source
pub fn custom<I, S>(name: impl Into<String>, args: I) -> WindowFunctionBuilder
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

Create a custom window function.