Functions§
- Convert
ScalarFunction
to corresponding Datafusion’s [PhysicalExpr
] - Return an
Expression
(wrapped in a [FunctionArgument
]) that references the i-th column of the input relation - rewrite ScalarFunction’s arguments to Columns 0..n so nested exprs are still handled by us instead of datafusion
- ref to
arrow_schema::datatype
for type name