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