Support substring with three arguments: (str, from, for) for DataFrame API and Ballista #2092
Labels
datafusion
Changes in the datafusion crate
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
It would be nice if we also support three arguments substring for Ballista.
substring impl: https://github.com/apache/arrow-datafusion/blob/master/datafusion-physical-expr/src/unicode_expressions.rs#L413
For DataFrame API: https://github.com/apache/arrow-datafusion/blob/master/datafusion-expr/src/expr_fn.rs#L256
For Ballista: https://github.com/apache/arrow-datafusion/blob/master/datafusion-proto/src/from_proto.rs#L1138-L1141
The text was updated successfully, but these errors were encountered: