Should the arg of octet_length()
be a bare Expr
instead of Vec<Expr>
?
#10676
Labels
bug
Something isn't working
Describe the bug
This is a minor issue about consistency. Currently, the signature of
octet_length()
is this, but I think this function takes only one argument just likebit_length()
.https://docs.rs/datafusion/38.0.0/datafusion/functions/string/expr_fn/fn.octet_length.html
To Reproduce
n/a
Expected behavior
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: