Function datafusion_expr::window_function::signature
source · pub fn signature(fun: &WindowFunction) -> Signature
👎Deprecated since 27.0.0: please use
WindowFunction::signature
insteadExpand description
the signatures supported by the function fun
.