-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor regexplike signature #13394
base: main
Are you sure you want to change the base?
Conversation
@jayzhan211, I made some progress first for the |
You can use signature: Signature::one_of(
vec![
TypeSignature::String(2),
TypeSignature::String(3)
],
Volatility::Immutable,
), |
@jayzhan211 thanks for the reply! I mark this as ready for review. |
You can run |
2968fa3
to
3b0c412
Compare
Which issue does this PR close?
Close some tasks in #13301.
What changes are included in this PR?
Simplify function signature.
Are these changes tested?
Added more tests for implicit casting.
Are there any user-facing changes?
No