Function datafusion_expr::function::signature
source · pub fn signature(fun: &BuiltinScalarFunction) -> Signature
Expand description
Return the Signature
supported by the function fun
.
pub fn signature(fun: &BuiltinScalarFunction) -> Signature
Return the Signature
supported by the function fun
.