fn rewrite_scalar_function(
f: &ScalarFunction,
arg_typed_exprs: &[TypedExpr],
) -> Result<ScalarFunction, Error>
Expand description
rewrite ScalarFunction’s arguments to Columns 0..n so nested exprs are still handled by us instead of datafusion
specially, if a argument is a literal, the replacement will not happen