alamb commented on PR #14440: URL: https://github.com/apache/datafusion/pull/14440#issuecomment-2659830714
> To support int->string in coercion, > > This change is all you need > > ```rust > Coercion::new_exact(TypeSignatureClass::Native(logical_string())), > ``` > > ```rust > Coercion::new_implicit(TypeSignatureClass::Native(logical_string()), vec![TypeSignatureClass::Integer], NativeType::String), > ``` Maybe we could make this a builder style API too -- I hope to mess around with it later todya -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
