Skip to content

Replace TypeSignature::String with TypeSignature::Coercible #14759

@jayzhan211

Description

@jayzhan211

Is your feature request related to a problem or challenge?

After #14440, we can use Coercible signature for existing String

                    TypeSignature::Coercible(vec![
                        Coercion::new_exact(TypeSignatureClass::Native(logical_string())),
                    ]),

Describe the solution you'd like

No response

And deprecate TypeSignature::String

Describe alternatives you've considered

No response

Additional context

#14440
#13301

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions